OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calendarType
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
dtitvinf.cpp
234
char
calendarType
[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
241
int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar",
calendarType
, ULOC_KEYWORDS_CAPACITY, &status);
243
calendarTypeToUse =
calendarType
;
dtptngen.cpp
527
char
calendarType
[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
535
int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar",
calendarType
, ULOC_KEYWORDS_CAPACITY, &err);
537
calendarTypeToUse =
calendarType
;
[
all
...]
Completed in 2132 milliseconds