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))
271 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
339 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/external/openfst/src/include/fst/
Dlookahead-matcher.h715 typedef LookAheadMatcherBase<Arc> LBase; typedef
751 LBase *lbase = static_cast<LBase *>(base_); in LookAheadLabel()
760 LBase *lbase = static_cast<LBase *>(base_); in LookAheadFst()
769 LBase *lbase = static_cast<LBase *>(base_); in LookAheadWeight()
778 LBase *lbase = static_cast<LBase *>(base_); in LookAheadPrefix()
787 LBase *lbase = static_cast<LBase *>(base_);
/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