Searched refs:LBase (Results 1 – 3 of 3) sorted by relevance
98 #define LBase 0x1100u macro108 #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()
715 typedef LookAheadMatcherBase<Arc> LBase; typedef751 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_);
234 first = (char)(LBase + SIndex / NCount); in buildDecompositionTables()249 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder