Searched refs:HANGUL_TBASE (Results 1 - 5 of 5) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFString.c4738 #define HANGUL_TBASE 0x11A7 macro
4950 tIndex = mappedCharacters[consumedLength] - HANGUL_TBASE;
5018 tIndex = *contents - HANGUL_TBASE;
6356 #undef HANGUL_TBASE macro
H A DCFUnicodeDecomposition.c191 #define HANGUL_TBASE 0x11A7 macro
211 if (length > 2) *convertedChars = (character % HANGUL_TCOUNT) + HANGUL_TBASE;
399 #undef HANGUL_TBASE macro
H A DCFUnicodePrecomposition.c144 #define HANGUL_TBASE 0x11A7 macro
218 tIndex = *characters - HANGUL_TBASE;
303 #undef HANGUL_TBASE macro
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Dutf8mac.h1470 #define HANGUL_TBASE 0x11A7 macro
1503 *convertedChars = (character % HANGUL_TCOUNT) + HANGUL_TBASE;
1527 if ((combining >= HANGUL_VBASE) && (combining < (HANGUL_TBASE + HANGUL_TCOUNT))) {
1537 if ((combining > HANGUL_TBASE) &&
1542 return (base + (combining - HANGUL_TBASE));
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_utfconv.c926 #define HANGUL_TBASE 0x11A7 macro
959 *convertedChars = (character % HANGUL_TCOUNT) + HANGUL_TBASE;
983 if ((combining >= HANGUL_VBASE) && (combining < (HANGUL_TBASE + HANGUL_TCOUNT))) {
993 if ((combining > HANGUL_TBASE) &&
998 return (base + (combining - HANGUL_TBASE));

Completed in 182 milliseconds