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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 103 #define TCount 28u
105 #define NCount (VCount * TCount)
110 #define isCombiningT(u) (hb_in_range ((u), TBase+1, TBase+TCount-1))
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
307 unsigned int vindex = nindex / TCount;
308 unsigned int tindex = nindex % TCount;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 231 int TIndex = SIndex % TCount;
238 second = (char)(VBase + (SIndex % NCount) / TCount);
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 230 int TIndex = SIndex % TCount;
237 second = (char)(VBase + (SIndex % NCount) / TCount);
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 492 #define TCount 28
493 #define NCount (VCount*TCount)
542 int V = VBase + (SIndex % NCount) / TCount;
543 int T = TBase + SIndex % TCount;
671 code = SBase + (LIndex*VCount+VIndex)*TCount;
674 TBase <= *i && *i <= (TBase+TCount)) {
912 int V = (SIndex % NCount) / TCount;
913 int T = SIndex % TCount;
1029 find_syllable(pos, &len, &T, TCount, 2);
1032 *code = SBase + (L*VCount+V)*TCount + T;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 492 #define TCount 28
493 #define NCount (VCount*TCount)
535 int V = VBase + (SIndex % NCount) / TCount;
536 int T = TBase + SIndex % TCount;
664 code = SBase + (LIndex*VCount+VIndex)*TCount;
667 TBase <= *i && *i <= (TBase+TCount)) {
905 int V = (SIndex % NCount) / TCount;
906 int T = SIndex % TCount;
1022 find_syllable(pos, &len, &T, TCount, 2);
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 241 milliseconds