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

  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h 114 uint8_t smallFCD[0x100];
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 114 uint8_t smallFCD[0x100];
  /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.
  /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.
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 65 milliseconds