Searched refs:UCASE_IX_TOP (Results 1 – 8 of 8) sorted by relevance
/external/chromium/third_party/icu/source/common/ |
D | ucase_props_data.c | 12 static const int32_t ucase_props_indexes[UCASE_IX_TOP]={0x10,0x4b10,0x3df8,0x4fa,0x172,0,0,0,0,0,0,…
|
D | ucase.c | 291 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps)+UCASE_IX_TOP*4+UTRIE_DUMMY_SIZE); in ucase_getDummy() 296 uprv_memset(csp, 0, sizeof(UCaseProps)+UCASE_IX_TOP*4); in ucase_getDummy() 299 indexes[UCASE_IX_INDEX_TOP]=UCASE_IX_TOP; in ucase_getDummy() 302 …utrie_unserializeDummy(&csp->trie, indexes+UCASE_IX_TOP, UTRIE_DUMMY_SIZE, 0, 0, TRUE, pErrorCode); in ucase_getDummy()
|
D | ucase.h | 291 UCASE_IX_TOP=16 enumerator
|
/external/icu4c/common/ |
D | ucase_props_data.c | 12 static const int32_t ucase_props_indexes[UCASE_IX_TOP]={0x10,0x4f24,0x41f0,0x508,0x172,0,0,0,0,0,0,…
|
D | ucase.c | 291 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps)+UCASE_IX_TOP*4+UTRIE_DUMMY_SIZE); in ucase_getDummy() 296 uprv_memset(csp, 0, sizeof(UCaseProps)+UCASE_IX_TOP*4); in ucase_getDummy() 299 indexes[UCASE_IX_INDEX_TOP]=UCASE_IX_TOP; in ucase_getDummy() 302 …utrie_unserializeDummy(&csp->trie, indexes+UCASE_IX_TOP, UTRIE_DUMMY_SIZE, 0, 0, TRUE, pErrorCode); in ucase_getDummy()
|
D | ucase.h | 291 UCASE_IX_TOP=16 enumerator
|
/external/chromium/third_party/icu/source/tools/gencase/ |
D | store.c | 1039 static int32_t indexes[UCASE_IX_TOP]={ in generateData() 1040 UCASE_IX_TOP in generateData() 1140 indexes, 32, UCASE_IX_TOP, in generateData()
|
/external/icu4c/tools/gencase/ |
D | store.c | 1065 static int32_t indexes[UCASE_IX_TOP]={ in generateData() 1066 UCASE_IX_TOP in generateData() 1166 indexes, 32, UCASE_IX_TOP, in generateData()
|