OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calendartype
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
dtitvinf.cpp
233
char
calendarType
[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
240
int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar",
calendarType
, ULOC_KEYWORDS_CAPACITY, &status);
242
calendarTypeToUse =
calendarType
;
dtptngen.cpp
542
char
calendarType
[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
550
int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar",
calendarType
, ULOC_KEYWORDS_CAPACITY, &err);
552
calendarTypeToUse =
calendarType
;
[
all
...]
calendar.cpp
407
* @param
calendarType
static const string (caller owns storage - will be aliased) to calendar type
[
all
...]
/external/guice/extensions/persist/lib/
hibernate3.jar
Completed in 159 milliseconds