/third_party/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 457 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestNewFormatAndParseAPI() 556 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestSampleFormatAndParseWithError() 654 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status); in TestSampleFormatAndParse()
|
D | cdtdptst.c | 130 f = udat_open(UDAT_DEFAULT, UDAT_SHORT, "en_US", NULL, 0, NULL, 0,&status); in TestPartialParse994() 372 en = udat_open(UDAT_FULL, UDAT_DEFAULT, "en_US", NULL, 0, NULL, 0, &status); in TestBooleanAttributes()
|
D | cdattst.c | 101 fr = udat_open(UDAT_FULL, UDAT_DEFAULT, "fr_FR", NULL,0, NULL, 0,&status); in TestDateFormat() 118 it = udat_open(UDAT_DEFAULT, UDAT_MEDIUM, "it_IT", NULL, 0, NULL, 0,&status); in TestDateFormat() 598 fr = udat_open(UDAT_FULL, UDAT_DEFAULT, "fr_FR", NULL, 0, NULL, 0, &status); in TestSymbols() 610 def = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US", NULL, 0, NULL, 0, &status); in TestSymbols() 1755 df = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, -1, &status); in TestParseErrorReturnValue()
|
D | cdtrgtst.c | 67 df = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US", NULL, 0, NULL, 0, &status); in Test4029195()
|
D | ccaltst.c | 549 datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US",fgGMTID,-1,NULL,0, &status); in TestGetSetDateAPI()
|
D | cloctst.c | 2841 obj = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, in TestGetLocale()
|
/third_party/icu/tools/multi/proj/chello/ |
D | date.c | 68 UDateFormatStyle style = UDAT_DEFAULT; in main()
|
/third_party/icu/tools/multi/proj/icu4cscan/ |
D | testxml.cpp | 226 fmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, "root", NULL, -1,NULL,0, status); in initroot()
|
/third_party/icu/icu4c/source/samples/date/ |
D | date.c | 75 UDateFormatStyle style = UDAT_DEFAULT; in main()
|
/third_party/skia/third_party/externals/icu/source/samples/date/ |
D | date.c | 75 UDateFormatStyle style = UDAT_DEFAULT; in main()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 172 UDAT_DEFAULT = UDAT_MEDIUM, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | udat.h | 172 UDAT_DEFAULT = UDAT_MEDIUM, enumerator
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | udat.h | 172 UDAT_DEFAULT = UDAT_MEDIUM, enumerator
|
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | howExpensiveIs.cpp | 711 …DateFormatTest_fmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, -1, &setupStatus)…
|
/third_party/icu/docs/userguide/format_parse/datetime/ |
D | examples.md | 241 formatter = udat_open(UDAT_IGNORE, UDAT_DEFAULT, locale, NULL, -1,
|