Home
last modified time | relevance | path

Searched refs:LBase (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc98 #define LBase 0x1100u macro
108 #define isCombiningL(u) (hb_in_range ((u), LBase, LBase+LCount-1))
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
335 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/external/python/cpython2/Modules/
Dunicodedata.c487 #define LBase 0x1100 macro
541 int L = LBase + SIndex / NCount; in nfd_nfkd()
665 if (LBase <= *i && *i < (LBase+LCount) && in nfc_nfkc()
669 LIndex = i[0] - LBase; in nfc_nfkc()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java236 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/
DNormalizerBuilder.java237 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables()
252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder