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

  /external/icu4c/tools/gennorm2/
n2builder.h 114 uint8_t smallFCD[0x100];
n2builder.cpp 179 memset(smallFCD, 0, sizeof(smallFCD));
703 smallFCD[lead>>8]|=(uint8_t)1<<((lead>>5)&7);
845 smallFCD[lead>>8]|=(uint8_t)1<<((lead>>5)&7);
    [all...]
  /external/icu4c/common/
normalizer2impl.h 328 uint8_t bits=smallFCD[lead>>8];
586 const uint8_t *smallFCD; // [0x100] one bit per 32 BMP code points, set if any FCD!=0
747 * uint8_t smallFCD[0x100]; -- new in format version 2
752 * Each smallFCD bit is set if any of the corresponding 32 BMP code points
754 * Bit 0 of smallFCD[0] is for U+0000..U+001F. Bit 7 of smallFCD[0xff] is for U+FFE0..U+FFFF.
773 * - Addition of the smallFCD[] bit set.
normalizer2impl.cpp 323 // smallFCD: new in formatVersion 2
325 smallFCD=inBytes+offset;
332 bits=smallFCD[c>>8]; // one byte per 0x100 code points
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 64 milliseconds