Searched refs:calendarType (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Ddtitvinf.cpp234 char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well local
241 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &status);
243 calendarTypeToUse = calendarType;
H A Ddtptngen.cpp528 char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well local
536 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &err);
538 calendarTypeToUse = calendarType;
/external/chromium/third_party/icu/source/i18n/
H A Ddtptngen.cpp533 char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well local
541 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &err);
543 calendarTypeToUse = calendarType;

Completed in 79 milliseconds