OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
ucal.h
221
* defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
</code>
234
* defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
</code>
241
* @see #
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
880
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,
934
*
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
, UCAL_REPEATED_WALL_TIME or UCAL_SKIPPED_WALL_TIME
949
*
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
, UCAL_REPEATED_WALL_TIME or UCAL_SKIPPED_WALL_TIME
[
all
...]
/external/icu/icu4c/source/i18n/
ucal.cpp
324
case
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
:
354
case
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
:
/external/icu/icu4c/source/test/cintltst/
ccaltst.c
429
count=ucal_getAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
);
431
ucal_setAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,i);
432
if (ucal_getAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
) != i)
436
ucal_setAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,count);
[
all
...]
Completed in 39 milliseconds