HomeSort by relevance Sort by last modified time
    Searched refs:LBase (Results 1 - 3 of 3) 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 89 #define LBase 0x1100
99 #define isCombiningL(u) (hb_in_range<hb_codepoint_t> ((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/icu/source/i18n/
ucol.cpp     [all...]

Completed in 358 milliseconds