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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/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
749 * uint8_t smallFCD[0x100]; -- new in format version 2
754 * Each smallFCD bit is set if any of the corresponding 32 BMP code points
756 * Bit 0 of smallFCD[0] is for U+0000..U+001F. Bit 7 of smallFCD[0xff] is for U+FFE0..U+FFFF.
775 * - 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...]
  /external/icu/icu4c/source/common/
normalizer2impl.h 334 uint8_t bits=smallFCD[lead>>8];
604 const uint8_t *smallFCD; // [0x100] one bit per 32 BMP code points, set if any FCD!=0
767 * uint8_t smallFCD[0x100]; -- new in format version 2
772 * Each smallFCD bit is set if any of the corresponding 32 BMP code points
774 * Bit 0 of smallFCD[0] is for U+0000..U+001F. Bit 7 of smallFCD[0xff] is for U+FFE0..U+FFFF.
793 * - 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 293 milliseconds