HomeSort by relevance Sort by last modified time
    Searched refs:kFull (Results 1 - 25 of 29) sorted by null

1 2

  /external/icu4c/samples/datefmt/answers/
main_3.cpp 74 DateFormat::kFull, DateFormat::kFull, loc);
main_2.cpp 73 fmt = DateFormat::createDateInstance(DateFormat::kFull, loc);
  /external/icu4c/samples/datefmt/
main.cpp 74 DateFormat::kFull, DateFormat::kFull, loc);
  /external/icu4c/samples/translit/answers/
main_1.cpp 31 fmt = DateFormat::createDateInstance(DateFormat::kFull, greece);
35 defFmt = DateFormat::createDateInstance(DateFormat::kFull);
main_2.cpp 32 fmt = DateFormat::createDateInstance(DateFormat::kFull, greece);
36 defFmt = DateFormat::createDateInstance(DateFormat::kFull);
main_3.cpp 44 fmt = DateFormat::createDateInstance(DateFormat::kFull, greece);
48 defFmt = DateFormat::createDateInstance(DateFormat::kFull);
main_4.cpp 45 fmt = DateFormat::createDateInstance(DateFormat::kFull, greece);
49 defFmt = DateFormat::createDateInstance(DateFormat::kFull);
  /external/icu4c/test/intltest/
windttst.cpp 146 DateFormat *wbf = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, wlocale);
147 DateFormat *wdf = DateFormat::createDateInstance(DateFormat::kFull, wlocale);
148 DateFormat *wtf = DateFormat::createTimeInstance(DateFormat::kFull, wlocale);
tufmtts.cpp 44 formats[TimeUnitFormat::kFull] = new TimeUnitFormat(loc, status);
51 for (int style = TimeUnitFormat::kFull;
93 delete formats[TimeUnitFormat::kFull];
189 TimeUnitFormat* en_long = new TimeUnitFormat(Locale("en"), TimeUnitFormat::kFull, status);
216 TimeUnitFormat::EStyle styles[] = {TimeUnitFormat::kFull, TimeUnitFormat::kAbbreviate};
dtfmttst.cpp 360 dateFormats[0] = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, Locale::getUS());
361 dateFormats[1] = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, Locale::getFrance());
    [all...]
dtptngts.cpp 387 format = (SimpleDateFormat *)DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull,
604 SimpleDateFormat *enFormat = (SimpleDateFormat *)DateFormat::createDateTimeInstance(DateFormat::kFull,
605 DateFormat::kFull, Locale::getEnglish());
    [all...]
incaltst.cpp 789 DateFormat *fmt0 = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull);
792 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc);
calcasts.cpp 177 DateFormat *fmt = DateFormat::createDateInstance(DateFormat::kFull, Locale("ar_JO@calendar=islamic-civil"));
uobjtest.cpp 374 TESTCLASSID_FACTORY(Win32DateFormat, DateFormat::createDateInstance(DateFormat::kFull, Locale("@compat=host")));
  /external/icu4c/samples/translit/
main.cpp 46 fmt = DateFormat::createDateInstance(DateFormat::kFull, greece);
50 defFmt = DateFormat::createDateInstance(DateFormat::kFull);
  /external/chromium/base/i18n/
time_formatting.cc 89 icu::DateFormat::createDateTimeInstance(icu::DateFormat::kFull));
95 icu::DateFormat::kFull));
  /external/v8/include/
v8-profiler.h 326 kFull = 0, // Heap snapshot with all instances and references.
413 HeapSnapshot::Type type = HeapSnapshot::kFull,
  /external/icu4c/i18n/unicode/
tmutfmt.h 80 kFull = 0,
datefmt.h 152 kFull = 0,
158 // kFull + kDateOffset = 4
167 // kFull + kDateTimeOffset = 9
175 kFullRelative = (kFull | kRelative),
192 FULL = kFull,
  /external/icu4c/i18n/
tmutfmt.cpp 80 create(Locale::getDefault(), kFull, status);
87 create(locale, kFull, status);
102 fStyle(kFull)
269 for (EStyle style = kFull; style < kTotal; style = (EStyle)(style + 1)) {
361 if (style < kFull || style > kAbbreviate) {
386 readFromCurrentLocale(kFull, gUnitsTag, err);
387 checkConsistency(kFull, gUnitsTag, err);
500 formatters[kFull] = NULL;
635 formatters[kFull] = NULL;
710 formatters[kFull] = NULL
    [all...]
reldtfmt.cpp 357 case kFull:
358 glueIndex = kDateTimeOffset + kFull;
msgfmt.cpp 151 U_NAMESPACE_QUALIFIER DateFormat::kFull,
769 DateFormat *fullDateTemplate = DateFormat::createDateInstance(DateFormat::kFull, fLocale);
773 DateFormat *fullTimeTemplate = DateFormat::createTimeInstance(DateFormat::kFull, fLocale);
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 98 snapshot = v8::HeapProfiler::TakeSnapshot(v8String(title), v8::HeapSnapshot::kFull, &adapter);
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 175 DateFormat::kShort, DateFormat::kFull, loc);
  /external/v8/src/
profile-generator.h 640 kFull = v8::HeapSnapshot::kFull,
    [all...]

Completed in 308 milliseconds

1 2