Searched refs:smallFCD (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.cpp | 180 memset(smallFCD, 0, sizeof(smallFCD)); in Normalizer2DataBuilder() 704 smallFCD[lead>>8]|=(uint8_t)1<<((lead>>5)&7); in writeMapping() 846 smallFCD[lead>>8]|=(uint8_t)1<<((lead>>5)&7); in writeExtraData() 1165 offset+=sizeof(smallFCD); in processData() 1174 printf("size of small-FCD data: %5ld bytes\n", (long)sizeof(smallFCD)); in processData() 1211 udata_writeBlock(pData, smallFCD, sizeof(smallFCD)); in writeBinaryFile() 1274 smallFCD, 8, sizeof(smallFCD), in writeCSourceFile()
|
D | n2builder.h | 116 uint8_t smallFCD[0x100]; variable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 469 smallFCD=new byte[0x100]; in load() 471 smallFCD[i]=bytes.get(); in load() 480 bits=smallFCD[c>>8]; // one byte per 0x100 code points in load() 720 byte bits=smallFCD[lead>>8]; in singleLeadMightHaveNonZeroFCD16() 2209 private byte[] smallFCD; // [0x100] one bit per 32 BMP code points, set if any FCD!=0
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.h | 334 uint8_t bits=smallFCD[lead>>8]; in singleLeadMightHaveNonZeroFCD16() 600 const uint8_t *smallFCD; // [0x100] one bit per 32 BMP code points, set if any FCD!=0 variable
|
D | normalizer2impl.cpp | 276 smallFCD=inSmallFCD; in init() 283 bits=smallFCD[c>>8]; // one byte per 0x100 code points in init()
|