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

  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 113 uint8_t smallFCD[0x100];
n2builder.cpp 101 memset(smallFCD, 0, sizeof(smallFCD));
422 smallFCD[lead>>8]|=(uint8_t)1<<((lead>>5)&7);
745 offset+=sizeof(smallFCD);
754 printf("size of small-FCD data: %5ld bytes\n", (long)sizeof(smallFCD));
793 udata_writeBlock(pData, smallFCD, sizeof(smallFCD));
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 508 // smallFCD: new in formatVersion 2
510 smallFCD=new byte[0x100];
511 bytes.get(smallFCD);
598 // minDecompNoCP etc. and smallFCD[] are intended to help with any loss of performance,
754 byte bits=smallFCD[lead>>8];
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 499 // smallFCD: new in formatVersion 2
501 smallFCD=new byte[0x100];
502 bytes.get(smallFCD);
589 // minDecompNoCP etc. and smallFCD[] are intended to help with any loss of performance,
745 byte bits=smallFCD[lead>>8];
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.h 365 uint8_t bits=smallFCD[lead>>8];
722 const uint8_t *smallFCD; // [0x100] one bit per 32 BMP code points, set if any FCD!=0
    [all...]
normalizer2impl.cpp 453 smallFCD=inSmallFCD;
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 464 milliseconds