Searched refs:theTable (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_utfconv.c835 getmappedvalue32(const unicode_mappings32 *theTable, u_int32_t numElem, argument
840 if ((character < theTable[0]._key) || (character > theTable[numElem-1]._key))
843 p = theTable;
863 getmappedvalue16(const unicode_mappings16 *theTable, u_int32_t numElem, argument
868 if ((character < theTable[0]._key) || (character > theTable[numElem-1]._key))
871 p = theTable;
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_converter.c221 UCSTo8BitEncoding(const UCSTo8BitCharMap *theTable, int numElem, argument
226 if ((character < theTable[0]._u) || (character > theTable[numElem-1]._u)) {
229 p = theTable;
/macosx-10.10.1/tcl-105/tcl_ext/tclapplescript/tclapplescript/
H A DtclMacOSA_OSX.c113 static void getSortedHashKeys _ANSI_ARGS_((Tcl_HashTable *theTable,
2614 * theTable which match the string "pattern" in the DString
2629 Tcl_HashTable *theTable,
2646 for (hPtr = Tcl_FirstHashEntry(theTable,&search), totElem = 0;
2649 keyPtr = (char *) Tcl_GetHashKey(theTable, hPtr);
2603 getSortedHashKeys( Tcl_HashTable *theTable, CONST char *pattern, Tcl_DString *theResult) argument
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dutf8mac.h1379 getmappedvalue32(const unicode_mappings32 *theTable, u_int32_t numElem, argument
1384 if ((character < theTable[0]._key) || (character > theTable[numElem-1]._key))
1387 p = theTable;
1407 getmappedvalue16(const unicode_mappings16 *theTable, u_int32_t numElem, argument
1412 if ((character < theTable[0]._key) || (character > theTable[numElem-1]._key))
1415 p = theTable;
/macosx-10.10.1/hfs-285/hfs_japanese/hfs_japanese.kmodproj/
H A DJapaneseConverter.c21 static __inline__ UInt16 CFStringEncodingUnicodeTo16BitEncodingWithArray##theSize(const CFStringEncodingUnicodeTo16BitCharMapWithArray##theSize *theTable, UInt32 numElem, UniChar character) {\
23 if ((character < theTable[0].startChar) || (character > theTable[numElem-1].startChar + theSize)) {\
26 p = theTable;\
1996 static inline Boolean CFStringEncodingUnicodeTo8BitEncoding(const CFStringEncodingUnicodeTo8BitCharMap *theTable, UInt32 numElem, UniChar character, UInt8 *ch) { argument
1999 if ((character < theTable[0]._u) || (character > theTable[numElem-1]._u)) {
2002 p = theTable;

Completed in 202 milliseconds