Home | History | Annotate | Download | only in cintltst

Lines Matching defs:toLocale

573               UResourceBundle *toArray, const char *toLocale,
585 toLocale);
598 toLocale,
605 compareConsistentCountryInfo(const char *fromLocale, const char *toLocale) {
609 UResourceBundle *toLocaleBund = ures_open(NULL, toLocale, &errorCode);
613 log_err("Can't open resource bundle %s or %s - %s\n", fromLocale, toLocale, u_errorName(errorCode));
627 compareArrays("CurrencyElements", fromArray, fromLocale, toArray, toLocale, 1, 2);
636 compareArrays("NumberPatterns", fromArray, fromLocale, toArray, toLocale, 0, 3);
646 compareArrays("DateTimePatterns", fromArray, fromLocale, toArray, toLocale);
655 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 0, 3);
657 compareArrays("NumberElements", fromArray, fromLocale, toArray, toLocale, 5, 10);
672 /* UResourceBundle *fromLocale, *toLocale;*/
702 const char *toLocale = uloc_getAvailable(toLocIndex);
704 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
706 log_err("Unknown failure fromLocale=%s toLocale=%s errorCode=%s\n",
707 fromLocale, toLocale, u_errorName(errorCode));
715 toVariantLen = uloc_getVariant(toLocale, toVariant, ULOC_FULLNAME_CAPACITY, &errorCode);
722 log_verbose("comparing fromLocale=%s toLocale=%s\n",
723 fromLocale, toLocale);
724 compareConsistentCountryInfo(fromLocale, toLocale);