Home
last modified time | relevance | path

Searched refs:caseProps (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/tools/icuexportdata/
Dicuexportdata.cpp1148 const UCaseProps *caseProps = ucase_getSingleton(&exceptionsLength, &unfoldLength); in exportCase() local
1149 const UTrie2* caseTrie = &caseProps->trie; in exportCase()
1182 usrc_writeArray(f, exceptionsPrefix, caseProps->exceptions, exceptionsWidth, in exportCase()
1189 usrc_writeArray(f, unfoldPrefix, caseProps->unfold, unfoldWidth, in exportCase()
/third_party/node/deps/icu-small/source/tools/icuexportdata/
Dicuexportdata.cpp1312 const UCaseProps *caseProps = ucase_getSingleton(&exceptionsLength, &unfoldLength); in exportCase() local
1313 const UTrie2* caseTrie = &caseProps->trie; in exportCase()
1346 usrc_writeArray(f, exceptionsPrefix, caseProps->exceptions, exceptionsWidth, in exportCase()
1353 usrc_writeArray(f, unfoldPrefix, caseProps->unfold, unfoldWidth, in exportCase()