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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 105 #define NCount (VCount * TCount)
106 #define SCount (LCount * NCount)
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
305 unsigned int lindex = (s - SBase) / NCount;
306 unsigned int nindex = (s - SBase) % NCount;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 237 first = (char)(LBase + SIndex / NCount);
238 second = (char)(VBase + (SIndex % NCount) / TCount);
254 NCount = VCount * TCount, // 588
255 SCount = LCount * NCount; // 11172
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 236 first = (char)(LBase + SIndex / NCount);
237 second = (char)(VBase + (SIndex % NCount) / TCount);
253 NCount = VCount * TCount, // 588
254 SCount = LCount * NCount; // 11172
  /external/clang/test/Sema/
warn-duplicate-enum.c 91 NCount = NMax + 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 493 #define NCount (VCount*TCount)
494 #define SCount (LCount*NCount)
541 int L = LBase + SIndex / NCount;
542 int V = VBase + (SIndex % NCount) / TCount;
911 int L = SIndex / NCount;
912 int V = (SIndex % NCount) / TCount;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 493 #define NCount (VCount*TCount)
494 #define SCount (LCount*NCount)
534 int L = LBase + SIndex / NCount;
535 int V = VBase + (SIndex % NCount) / TCount;
904 int L = SIndex / NCount;
905 int V = (SIndex % NCount) / TCount;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 1038 milliseconds