HomeSort by relevance Sort by last modified time
    Searched refs:LBase (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 89 #define LBase 0x1100u
99 #define isCombiningL(u) (hb_in_range ((u), LBase, LBase+LCount-1))
262 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
330 hb_codepoint_t decomposed[3] = {LBase + lindex,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc 98 #define LBase 0x1100u
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;
339 hb_codepoint_t decomposed[3] = {LBase + lindex,
  /external/openfst/src/include/fst/
lookahead-matcher.h 715 typedef LookAheadMatcherBase<Arc> LBase;
751 LBase *lbase = static_cast<LBase *>(base_); local
752 return lbase->LookAheadLabel(label);
760 LBase *lbase = static_cast<LBase *>(base_); local
761 return lbase->LookAheadFst(fst, s);
769 LBase *lbase = static_cast<LBase *>(base_) local
778 LBase *lbase = static_cast<LBase *>(base_); local
787 LBase *lbase = static_cast<LBase *>(base_); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]

Completed in 324 milliseconds