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

  /external/chromium/third_party/icu/source/i18n/
zonemeta.cpp 202 static const char gMultizoneTag[] = "multizone";
893 UResourceBundle *multizone = ures_getByKey(zoneFormatting, gMultizoneTag, NULL, &status); local
896 while (ures_hasNext(multizone)) {
898 const UChar* multizoneCountry = ures_getNextString(multizone, &len, NULL, &status);
900 // Included in the multizone country list
907 ures_close(multizone);
    [all...]

Completed in 30 milliseconds