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

/macosx-10.9.5/CF-855.17/
H A DCFStringEncodingConverterExt.h109 CF_INLINE bool CFStringEncodingUnicodeTo8BitEncoding(const CFStringEncodingUnicodeTo8BitCharMap *theTable, CFIndex numElem, UniChar character, uint8_t *ch) { argument
112 if ((character < theTable[0]._u) || (character > theTable[numElem-1]._u)) {
115 p = theTable;
H A DCFUnicodePrecomposition.c85 static UTF16Char __CFUniCharGetMappedBMPValue(const __CFUniCharPrecomposeBMPMappings *theTable, uint32_t numElem, UTF16Char character) { argument
88 if ((character < theTable[0]._key) || (character > theTable[numElem-1]._key)) {
91 p = theTable;
107 static uint32_t __CFUniCharGetMappedValue_P(const __CFUniCharPrecomposeMappings *theTable, uint32_t numElem, UTF32Char character) { argument
110 if ((character < theTable[0]._key) || (character > theTable[numElem-1]._key)) {
113 p = theTable;
H A DCFUnicodeDecomposition.c120 static uint32_t __CFUniCharGetMappedValue(const __CFUniCharDecomposeMappings *theTable, uint32_t numElem, UTF32Char character) { argument
123 if ((character < theTable[0]._key) || (character > theTable[numElem-1]._key)) {
126 p = theTable;
H A DCFUniChar.c743 static uint32_t __CFUniCharGetMappedCase(const __CFUniCharCaseMappings *theTable, uint32_t numElem, UTF32Char character) { argument
746 if ((character < theTable[0]._key) || (character > theTable[numElem-1]._key)) {
749 p = theTable;
H A DCFCharacterSet.c875 CF_INLINE Boolean __CFCSetBsearchUniChar(const UniChar *theTable, CFIndex length, UniChar theChar) { argument
878 if ((theChar < theTable[0]) || (theChar > theTable[length - 1])) return false;
880 p = theTable;
/macosx-10.9.5/xnu-2422.115.4/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.9.5/smb-697.95.1/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.9.5/tcl-102/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.9.5/libiconv-41/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.9.5/hfs-226.1.1/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 161 milliseconds