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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 106 #define SCount (LCount * NCount)
111 #define isCombinedS(u) (hb_in_range ((u), SBase, SBase+SCount-1))
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 230 for (int SIndex = 0; SIndex < SCount; ++SIndex) {
255 SCount = LCount * NCount; // 11172
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 229 for (int SIndex = 0; SIndex < SCount; ++SIndex) {
254 SCount = LCount * NCount; // 11172
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 494 #define SCount (LCount*NCount)
539 if (SBase <= code && code < (SBase+SCount)) {
908 if (SBase <= code && code < SBase+SCount) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 494 #define SCount (LCount*NCount)
532 if (SBase <= code && code < (SBase+SCount)) {
901 if (SBase <= code && code < SBase+SCount) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 174 milliseconds