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 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
ucal.h
215
* defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
</code>
228
* defined by <code>UCAL_FIRST_DAY_OF_WEEK</code> and <code>
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
</code>
235
* @see #
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
801
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
813
* or
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
828
* or
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c
392
count=ucal_getAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
);
394
ucal_setAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,i);
395
if (ucal_getAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
) != i)
399
ucal_setAttribute(calit,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,count);
731
ucal_setAttribute(cal,
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,1);
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucal.cpp
289
case
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
:
313
case
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
:
/external/icu4c/i18n/
ucal.cpp
324
case
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
:
354
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
882
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
,
936
*
UCAL_MINIMAL_DAYS_IN_FIRST_WEEK
, UCAL_REPEATED_WALL_TIME or UCAL_SKIPPED_WALL_TIME
951
*
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 31 milliseconds