Searched refs:numElem (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()893 q = p + (numElem - 1); 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()926 q = p + (numElem - 1); in getmappedvalue16()