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

  /external/icu4c/i18n/
tzgnames.h 89 char fTargetRegion[ULOC_COUNTRY_CAPACITY];
tzgnames.cpp 497 char countryCode[ULOC_COUNTRY_CAPACITY];
498 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY);
745 char countryCode[ULOC_COUNTRY_CAPACITY];
746 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY);
    [all...]
tzfmt.cpp 44 char fTargetRegion[ULOC_COUNTRY_CAPACITY];
calendar.cpp 244 char region[ULOC_COUNTRY_CAPACITY];
    [all...]
  /external/icu4c/common/
loclikely.cpp 172 regionLength >= ULOC_COUNTRY_CAPACITY) {
288 char alternateRegion[ULOC_COUNTRY_CAPACITY];
297 alternateRegionLength >= ULOC_COUNTRY_CAPACITY) {
859 char region[ULOC_COUNTRY_CAPACITY];
966 char region[ULOC_COUNTRY_CAPACITY];
    [all...]
uloc.c     [all...]
uloc_tag.c 1115 char buf[ULOC_COUNTRY_CAPACITY];
    [all...]
  /external/icu4c/common/unicode/
locid.h 719 char country[ULOC_COUNTRY_CAPACITY];
uloc.h 256 #define ULOC_COUNTRY_CAPACITY 4
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h 256 #define ULOC_COUNTRY_CAPACITY 4
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uloc.h 256 #define ULOC_COUNTRY_CAPACITY 4
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_country.cc 41 ULOC_LANG_CAPACITY + ULOC_SCRIPT_CAPACITY + ULOC_COUNTRY_CAPACITY + 1;

Completed in 1046 milliseconds