Searched refs:calendarType (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | dtitvinf.cpp | 234 …char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all… in initializeData() local 241 …int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, UL… in initializeData() 243 calendarTypeToUse = calendarType; in initializeData()
|
D | dtptngen.cpp | 528 …char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all… in addCLDRData() local 536 …ndarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_… in addCLDRData() 538 calendarTypeToUse = calendarType; in addCLDRData()
|
/external/chromium/third_party/icu/source/i18n/ |
D | dtptngen.cpp | 533 …char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all… in addCLDRData() local 541 …ndarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_… in addCLDRData() 543 calendarTypeToUse = calendarType; in addCLDRData()
|