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/icu4c/i18n/
ucal.cpp
309
case
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
:
339
case
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
:
/external/icu4c/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
864
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
924
*
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
, UCAL_REPEATED_WALL_TIME or UCAL_SKIPPED_WALL_TIME
939
*
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
, UCAL_REPEATED_WALL_TIME or UCAL_SKIPPED_WALL_TIME
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
423
count=ucal_getAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
);
425
ucal_setAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,i);
426
if (ucal_getAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
) != i)
430
ucal_setAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,count);
[
all
...]
Completed in 1310 milliseconds