Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: source/i18n/ucol_res.cpp

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/i18n/ucol.cpp ('k') | source/i18n/ucoleitr.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/ucol_res.cpp
diff --git a/source/i18n/ucol_res.cpp b/source/i18n/ucol_res.cpp
index b8d7ee7e9712c313437d69227c983f66ce6b12a9..55138ae0ecf85795486f2fc42f79f21d13516202 100644
--- a/source/i18n/ucol_res.cpp
+++ b/source/i18n/ucol_res.cpp
@@ -224,7 +224,7 @@ const CollationCacheEntry *
CollationLoader::loadFromLocale(UErrorCode &errorCode) {
if(U_FAILURE(errorCode)) { return NULL; }
U_ASSERT(bundle == NULL);
- bundle = ures_open(U_ICUDATA_COLL, locale.getBaseName(), &errorCode);
+ bundle = ures_openNoDefault(U_ICUDATA_COLL, locale.getBaseName(), &errorCode);
if(errorCode == U_MISSING_RESOURCE_ERROR) {
errorCode = U_USING_DEFAULT_WARNING;
« no previous file with comments | « source/i18n/ucol.cpp ('k') | source/i18n/ucoleitr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698