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

  /external/clang/test/Sema/
warn-duplicate-enum.c 91 NCount = NMax + 1
  /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 235 first = (char)(LBase + SIndex / NCount);
236 second = (char)(VBase + (SIndex % NCount) / TCount);
252 NCount = VCount * TCount, // 588
253 SCount = LCount * NCount; // 11172
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 234 first = (char)(LBase + SIndex / NCount);
235 second = (char)(VBase + (SIndex % NCount) / TCount);
251 NCount = VCount * TCount, // 588
252 SCount = LCount * NCount; // 11172
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 228 milliseconds