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/unicode/
ucal.h
214
* defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
</code>
227
* defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
</code>
234
* @see #
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
781
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
793
* or
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
808
* or
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
387
count=ucal_getAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
);
389
ucal_setAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,i);
390
if (ucal_getAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
) != i)
394
ucal_setAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,count);
725
ucal_setAttribute(cal,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,1);
[
all
...]
/external/icu4c/i18n/
ucal.cpp
276
case
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
:
300
case
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
:
Completed in 266 milliseconds