HomeSort by relevance Sort by last modified time
    Searched refs:tmpsts (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
tzgnames.cpp 366 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. local
367 UResourceBundle *zoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
368 zoneStrings = ures_getByKeyWithFallback(zoneStrings, gZoneStrings, zoneStrings, &tmpsts);
370 if (U_SUCCESS(tmpsts)) {
371 const UChar *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, &tmpsts);
372 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) {
375 tmpsts = U_ZERO_ERROR;
376 const UChar *fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NULL, &tmpsts);
377 if (U_SUCCESS(tmpsts) && u_strlen(fallbackPattern) > 0) {
    [all...]
winnmfmt.cpp 221 UErrorCode tmpsts = U_ZERO_ERROR; local
223 int32_t len = uloc_getLocaleForLCID(fLCID, tmpLocID, UPRV_LENGTHOF(tmpLocID) - 1, &tmpsts);
224 if (U_SUCCESS(tmpsts)) {
tznames_impl.cpp 1034 UErrorCode tmpsts = U_ZERO_ERROR; \/\/ OK with fallback warning.. local
    [all...]

Completed in 93 milliseconds