Home
last modified time | relevance | path

Searched refs:collations (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationLoader.java130 UResourceBundle collations; in loadTailoring() local
132 collations = bundle.get("collations"); in loadTailoring()
133 if (collations == null) { in loadTailoring()
144 String defT = ((ICUResourceBundle)collations).findStringWithFallback("default"); in loadTailoring()
161 UResourceBundle data = findWithFallback(collations, type); in loadTailoring()
167 data = findWithFallback(collations, type); in loadTailoring()
174 data = findWithFallback(collations, type); in loadTailoring()
181 data = findWithFallback(collations, type); in loadTailoring()
/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/
DCollationLoader.java128 UResourceBundle collations; in loadTailoring() local
130 collations = bundle.get("collations"); in loadTailoring()
131 if (collations == null) { in loadTailoring()
142 String defT = ((ICUResourceBundle)collations).findStringWithFallback("default"); in loadTailoring()
159 UResourceBundle data = findWithFallback(collations, type); in loadTailoring()
165 data = findWithFallback(collations, type); in loadTailoring()
172 data = findWithFallback(collations, type); in loadTailoring()
179 data = findWithFallback(collations, type); in loadTailoring()
/external/icu/icu4c/source/i18n/
Ducol_res.cpp122 LocalUResourceBundlePointer collations( in loadRules() local
125 ures_getByKeyWithFallback(collations.getAlias(), type, nullptr, &errorCode)); in loadRules()
172 bundle(nullptr), collations(nullptr), data(nullptr) { in CollationLoader()
215 ures_close(collations); in ~CollationLoader()
228 } else if(collations == nullptr) { in createCacheEntry()
266 U_ASSERT(collations == nullptr); in loadFromBundle()
268 collations = ures_getByKey(bundle, "collations", nullptr, &errorCode); in loadFromBundle()
280 ures_getByKeyWithFallback(collations, "default", nullptr, &internalErrorCode)); in loadFromBundle()
330 ures_getByKeyWithFallback(collations, type, nullptr, &errorCode)); in loadFromCollations()
638 ResourceTable collations = value.getTable(errorCode); in put() local
[all …]
/external/cronet/stable/third_party/icu/source/i18n/
Ducol_res.cpp122 LocalUResourceBundlePointer collations( in loadRules() local
125 ures_getByKeyWithFallback(collations.getAlias(), type, nullptr, &errorCode)); in loadRules()
172 bundle(nullptr), collations(nullptr), data(nullptr) { in CollationLoader()
215 ures_close(collations); in ~CollationLoader()
228 } else if(collations == nullptr) { in createCacheEntry()
266 U_ASSERT(collations == nullptr); in loadFromBundle()
268 collations = ures_getByKey(bundle, "collations", nullptr, &errorCode); in loadFromBundle()
280 ures_getByKeyWithFallback(collations, "default", nullptr, &internalErrorCode)); in loadFromBundle()
330 ures_getByKeyWithFallback(collations, type, nullptr, &errorCode)); in loadFromCollations()
638 ResourceTable collations = value.getTable(errorCode); in put() local
[all …]
/external/cronet/tot/third_party/icu/source/i18n/
Ducol_res.cpp122 LocalUResourceBundlePointer collations( in loadRules() local
125 ures_getByKeyWithFallback(collations.getAlias(), type, nullptr, &errorCode)); in loadRules()
172 bundle(nullptr), collations(nullptr), data(nullptr) { in CollationLoader()
215 ures_close(collations); in ~CollationLoader()
228 } else if(collations == nullptr) { in createCacheEntry()
266 U_ASSERT(collations == nullptr); in loadFromBundle()
268 collations = ures_getByKey(bundle, "collations", nullptr, &errorCode); in loadFromBundle()
280 ures_getByKeyWithFallback(collations, "default", nullptr, &internalErrorCode)); in loadFromBundle()
330 ures_getByKeyWithFallback(collations, type, nullptr, &errorCode)); in loadFromCollations()
638 ResourceTable collations = value.getTable(errorCode); in put() local
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DCollationMapper.java38 SubProcessor<CollationMapper> collations = processor.addSubprocessor("//ldml/collations");
39 collations.addValueAction("collation/cr", CollationMapper::collectRule);
40 collations.addValueAction("defaultCollation", CollationMapper::collectDefault);
/external/icu/icu4c/source/data/coll/
Des__TRADITIONAL.txt4 collations{
Dde__PHONEBOOK.txt4 collations{
Dzh_Hant.txt5 collations{
Dfr_CA.txt5 collations{
Daf.txt5 collations{
/external/cronet/stable/third_party/icu/source/data/coll/
Des__TRADITIONAL.txt4 collations{
Dde__PHONEBOOK.txt4 collations{
Dzh_Hant.txt5 collations{
Dfr_CA.txt5 collations{
Daf.txt5 collations{
Dka.txt5 collations{
Dbg.txt5 collations{
/external/cronet/tot/third_party/icu/source/data/coll/
Dde__PHONEBOOK.txt4 collations{
Des__TRADITIONAL.txt4 collations{
Dzh_Hant.txt5 collations{
Daf.txt5 collations{
Dfr_CA.txt5 collations{
Dbg.txt5 collations{
Dru.txt5 collations{

12345678910>>...15