Home
last modified time | relevance | path

Searched refs:LBase (Results 1 – 3 of 3) 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerBuilder.java235 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables()
250 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java234 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables()
249 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder