Home
last modified time | relevance | path

Searched refs:UCASE_IX_TOP (Results 1 – 8 of 8) sorted by relevance

/external/chromium/third_party/icu/source/common/
Ducase_props_data.c12 static const int32_t ucase_props_indexes[UCASE_IX_TOP]={0x10,0x4b10,0x3df8,0x4fa,0x172,0,0,0,0,0,0,…
Ducase.c291 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()
Ducase.h291 UCASE_IX_TOP=16 enumerator
/external/icu4c/common/
Ducase_props_data.c12 static const int32_t ucase_props_indexes[UCASE_IX_TOP]={0x10,0x4f24,0x41f0,0x508,0x172,0,0,0,0,0,0,…
Ducase.c291 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()
Ducase.h291 UCASE_IX_TOP=16 enumerator
/external/chromium/third_party/icu/source/tools/gencase/
Dstore.c1039 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/
Dstore.c1065 static int32_t indexes[UCASE_IX_TOP]={ in generateData()
1066 UCASE_IX_TOP in generateData()
1166 indexes, 32, UCASE_IX_TOP, in generateData()