Searched refs:exemplarSetTypes (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | LocaleData.java | 188 String [] exemplarSetTypes = { in getExemplarSet() local 202 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleData.java | 189 String [] exemplarSetTypes = { in getExemplarSet() local 203 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception in getExemplarSet()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | ulocdata.cpp | 107 static const char* const exemplarSetTypes[] = { "ExemplarCharacters", in ulocdata_getExemplarSet() local 118 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus); in ulocdata_getExemplarSet()
|
/third_party/icu/icu4c/source/i18n/ |
D | ulocdata.cpp | 107 static const char* const exemplarSetTypes[] = { "ExemplarCharacters", in ulocdata_getExemplarSet() local 118 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus); in ulocdata_getExemplarSet()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | ulocdata.cpp | 107 static const char* const exemplarSetTypes[] = { "ExemplarCharacters", in ulocdata_getExemplarSet() local 118 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus); in ulocdata_getExemplarSet()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | ulocdata.cpp | 107 static const char* const exemplarSetTypes[] = { "ExemplarCharacters", in ulocdata_getExemplarSet() local 118 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus); in ulocdata_getExemplarSet()
|