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

  /external/chromium_org/third_party/icu/source/i18n/
winnmfmt.cpp 145 UErrorCode tmpsts = U_ZERO_ERROR; local
147 int32_t len = uloc_getLocaleForLCID(fLCID, tmpLocID, sizeof(tmpLocID)/sizeof(tmpLocID[0]) - 1, &tmpsts);
148 if (U_SUCCESS(tmpsts)) {
tzgnames.cpp 365 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. local
366 UResourceBundle *zoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
367 zoneStrings = ures_getByKeyWithFallback(zoneStrings, gZoneStrings, zoneStrings, &tmpsts);
369 if (U_SUCCESS(tmpsts)) {
370 const UChar *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, &tmpsts);
371 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) {
374 tmpsts = U_ZERO_ERROR;
375 const UChar *fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NULL, &tmpsts);
376 if (U_SUCCESS(tmpsts) && u_strlen(fallbackPattern) > 0) {
    [all...]
tznames_impl.cpp 898 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. local
899 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
900 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts);
901 if (U_FAILURE(tmpsts)) {
902 status = tmpsts;
    [all...]
  /external/icu/icu4c/source/i18n/
winnmfmt.cpp 145 UErrorCode tmpsts = U_ZERO_ERROR; local
147 int32_t len = uloc_getLocaleForLCID(fLCID, tmpLocID, sizeof(tmpLocID)/sizeof(tmpLocID[0]) - 1, &tmpsts);
148 if (U_SUCCESS(tmpsts)) {
tzgnames.cpp 365 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. local
366 UResourceBundle *zoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
367 zoneStrings = ures_getByKeyWithFallback(zoneStrings, gZoneStrings, zoneStrings, &tmpsts);
369 if (U_SUCCESS(tmpsts)) {
370 const UChar *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, &tmpsts);
371 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) {
374 tmpsts = U_ZERO_ERROR;
375 const UChar *fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NULL, &tmpsts);
376 if (U_SUCCESS(tmpsts) && u_strlen(fallbackPattern) > 0) {
    [all...]
tznames_impl.cpp 898 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. local
899 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
900 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts);
901 if (U_FAILURE(tmpsts)) {
902 status = tmpsts;
    [all...]

Completed in 83 milliseconds