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

  /external/icu4c/i18n/
dtitvinf.cpp 235 char localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY];
237 (void)ures_getFunctionalEquivalent(localeWithCalendarKey, ULOC_LOCALE_IDENTIFIER_CAPACITY, NULL,
239 localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY-1] = 0; // ensure null termination
241 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &status);
dtptngen.cpp 529 char localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY];
531 (void)ures_getFunctionalEquivalent(localeWithCalendarKey, ULOC_LOCALE_IDENTIFIER_CAPACITY, NULL,
533 localeWithCalendarKey[ULOC_LOCALE_IDENTIFIER_CAPACITY-1] = 0; // ensure null termination
535 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &err);
    [all...]

Completed in 1457 milliseconds