OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calendarTypeLen
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
dtitvinf.cpp
240
int32_t
calendarTypeLen
= uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &status);
241
if (U_SUCCESS(status) &&
calendarTypeLen
< ULOC_KEYWORDS_CAPACITY) {
dtptngen.cpp
550
int32_t
calendarTypeLen
= uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &err);
551
if (U_SUCCESS(err) &&
calendarTypeLen
< ULOC_KEYWORDS_CAPACITY) {
[
all
...]
Completed in 175 milliseconds