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

  /external/chromium_org/third_party/icu/source/i18n/
dtitvinf.cpp 234 char localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY];
236 (void)ures_getFunctionalEquivalent(localeWithCalendarKey, ULOC_LOCALE_IDENTIFIER_CAPACITY, NULL,
238 localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY-1] = 0; // ensure null termination
240 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &status);
dtptngen.cpp 539 char localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY];
541 (void)ures_getFunctionalEquivalent(localeWithCalendarKey, ULOC_LOCALE_IDENTIFIER_CAPACITY, NULL,
543 localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY-1] = 0; // ensure null termination
545 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &err);
    [all...]
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 234 char localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY];
236 (void)ures_getFunctionalEquivalent(localeWithCalendarKey, ULOC_LOCALE_IDENTIFIER_CAPACITY, NULL,
238 localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY-1] = 0; // ensure null termination
240 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &status);
dtptngen.cpp 540 char localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY];
542 (void)ures_getFunctionalEquivalent(localeWithCalendarKey, ULOC_LOCALE_IDENTIFIER_CAPACITY, NULL,
544 localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY-1] = 0; // ensure null termination
546 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &err);
    [all...]

Completed in 75 milliseconds