Home
last modified time | relevance | path

Searched refs:UTRIE_DUMMY_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Dubidi_props.c288 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()
Dutrie.h128 #define UTRIE_DUMMY_SIZE ((UTRIE_BMP_INDEX_LENGTH+UTRIE_SURROGATE_BLOCK_COUNT)*2+(UTRIE_SHIFT<=8?25… macro
Ducase.c291 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/
Dtrietest.c813 int32_t mem[UTRIE_DUMMY_SIZE/4]; in dummyTest()