Searched refs:UTRIE_DUMMY_SIZE (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/common/ |
D | ubidi_props.c | 288 bdp=(UBiDiProps *)uprv_malloc(sizeof(UBiDiProps)+UBIDI_IX_TOP*4+UTRIE_DUMMY_SIZE); in ubidi_getDummy() 299 …utrie_unserializeDummy(&bdp->trie, indexes+UBIDI_IX_TOP, UTRIE_DUMMY_SIZE, 0, 0, TRUE, pErrorCode); in ubidi_getDummy()
|
D | utrie.h | 128 #define UTRIE_DUMMY_SIZE ((UTRIE_BMP_INDEX_LENGTH+UTRIE_SURROGATE_BLOCK_COUNT)*2+(UTRIE_SHIFT<=8?25… macro
|
D | ucase.c | 291 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps)+UCASE_IX_TOP*4+UTRIE_DUMMY_SIZE); in ucase_getDummy() 302 …utrie_unserializeDummy(&csp->trie, indexes+UCASE_IX_TOP, UTRIE_DUMMY_SIZE, 0, 0, TRUE, pErrorCode); in ucase_getDummy()
|
/external/icu4c/test/cintltst/ |
D | trietest.c | 813 int32_t mem[UTRIE_DUMMY_SIZE/4]; in dummyTest()
|