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

  /external/icu4c/tools/gennorm2/
n2builder.h 114 uint8_t smallFCD[0x100];
  /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.

Completed in 83 milliseconds