Searched refs:LBase (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-hangul.cc | 96 #define LBase 0x1100u macro 106 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((u), LBase, LBase+LCount-1)) 266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul() 337 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
|
/external/python/cpython3/Modules/ |
D | unicodedata.c | 476 #define LBase 0x1100 macro 541 int L = LBase + SIndex / NCount; in nfd_nfkd() 681 if (LBase <= code && code < (LBase+LCount) && in nfc_nfkc() 688 LIndex = code - LBase; in nfc_nfkc()
|
/external/python/cpython2/Modules/ |
D | unicodedata.c | 487 #define LBase 0x1100 macro 541 int L = LBase + SIndex / NCount; in nfd_nfkd() 665 if (LBase <= *i && *i < (LBase+LCount) && in nfc_nfkc() 671 LIndex = i[0] - LBase; in nfc_nfkc()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 236 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables() 251 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 237 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables() 252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
|