]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/dayperiodrules.cpp
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / dayperiodrules.cpp
index f7ec1e6dc2dded407e6ee64148ea0514a29f9e8e..e364ecb708cf663f4c0c4914fa1642f5ecc94227 100644 (file)
@@ -340,7 +340,7 @@ const DayPeriodRules *DayPeriodRules::getInstance(const Locale &locale, UErrorCo
     // does), return NULL.
     if(U_FAILURE(errorCode)) { return NULL; }
 
-    const char *localeCode = locale.getName();
+    const char *localeCode = locale.getBaseName();
     char name[ULOC_FULLNAME_CAPACITY];
     char parentName[ULOC_FULLNAME_CAPACITY];