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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 102 #define VCount 21u
105 #define NCount (VCount * TCount)
109 #define isCombiningV(u) (hb_in_range ((u), VBase, VBase+VCount-1))
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 253 LCount = 19, VCount = 21, TCount = 28,
254 NCount = VCount * TCount, // 588
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 252 LCount = 19, VCount = 21, TCount = 28,
253 NCount = VCount * TCount, // 588
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 491 #define VCount 21
493 #define NCount (VCount*TCount)
667 VBase <= i[1] && i[1] <= (VBase+VCount)) {
671 code = SBase + (LIndex*VCount+VIndex)*TCount;
1027 find_syllable(pos, &len, &V, VCount, 1);
1032 *code = SBase + (L*VCount+V)*TCount + T;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 491 #define VCount 21
493 #define NCount (VCount*TCount)
660 VBase <= i[1] && i[1] <= (VBase+VCount)) {
664 code = SBase + (LIndex*VCount+VIndex)*TCount;
1020 find_syllable(pos, &len, &V, VCount, 1);
1025 *code = SBase + (L*VCount+V)*TCount + T;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 568 milliseconds