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

  /external/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))
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
335 hb_codepoint_t decomposed[3] = {LBase + lindex,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 237 first = (char)(LBase + SIndex / NCount);
252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 236 first = (char)(LBase + SIndex / NCount);
251 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 487 #define LBase 0x1100
541 int L = LBase + SIndex / NCount;
665 if (LBase <= *i && *i < (LBase+LCount) &&
669 LIndex = i[0] - LBase;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 487 #define LBase 0x1100
534 int L = LBase + SIndex / NCount;
658 if (LBase <= *i && *i < (LBase+LCount) &&
662 LIndex = i[0] - LBase;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 93 milliseconds