Home | History | Annotate | Download | only in i18n

Lines Matching refs:localeWithCalendarKey

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);