HomeSort by relevance Sort by last modified time
    Searched full:fromlocale (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c 573 UResourceBundle *fromArray, const char *fromLocale,
585 fromLocale,
597 fromLocale,
606 compareConsistentCountryInfo(const char *fromLocale, const char *toLocale) {
610 UResourceBundle *fromLocaleBund = ures_open(NULL, fromLocale, &errorCode);
615 log_err("Can't open resource bundle %s or %s - %s\n", fromLocale, toLocale, u_errorName(errorCode));
627 log_err("Did not get DateTimeElements from the bundle %s or %s\n", fromLocale, toLocale);
633 log_err("Did not get weekend data from the bundle %s to compare against %s\n", fromLocale, toLocale);
638 log_err("Did not get weekend data from the bundle %s to compare against %s\n", toLocale, fromLocale);
642 if (strcmp(fromLocale, "ar_IN") != 0
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 573 UResourceBundle *fromArray, const char *fromLocale,
585 fromLocale,
597 fromLocale,
606 compareConsistentCountryInfo(const char *fromLocale, const char *toLocale) {
610 UResourceBundle *fromLocaleBund = ures_open(NULL, fromLocale, &errorCode);
615 log_err("Can't open resource bundle %s or %s - %s\n", fromLocale, toLocale, u_errorName(errorCode));
627 log_err("Did not get DateTimeElements from the bundle %s or %s\n", fromLocale, toLocale);
633 log_err("Did not get weekend data from the bundle %s to compare against %s\n", fromLocale, toLocale);
638 log_err("Did not get weekend data from the bundle %s to compare against %s\n", toLocale, fromLocale);
642 if (strcmp(fromLocale, "ar_IN") != 0
    [all...]

Completed in 254 milliseconds