Searched refs:theTable (Results 1 – 1 of 1) sorted by relevance
883 getmappedvalue32(const unicode_mappings32 *theTable, u_int32_t numElem, in getmappedvalue32() argument888 if ((character < theTable[0]._key) || (character > theTable[numElem - 1]._key)) { in getmappedvalue32()892 p = theTable; in getmappedvalue32()916 getmappedvalue16(const unicode_mappings16 *theTable, u_int32_t numElem, in getmappedvalue16() argument921 if ((character < theTable[0]._key) || (character > theTable[numElem - 1]._key)) { in getmappedvalue16()925 p = theTable; in getmappedvalue16()