HomeSort by relevance Sort by last modified time
    Searched refs:kFull (Results 1 - 25 of 27) 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);
dtptngts.cpp 445 format = (SimpleDateFormat *)DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull,
    [all...]
dtfmttst.cpp 490 dateFormats[0] = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, Locale::getUS());
491 dateFormats[1] = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, Locale::getFrance());
    [all...]
incaltst.cpp 887 DateFormat *fmt0 = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull);
890 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc);
    [all...]
calcasts.cpp 176 DateFormat *fmt = DateFormat::createDateInstance(DateFormat::kFull, Locale("ar_JO@calendar=islamic-civil"));
uobjtest.cpp 384 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 322 kFull = 0 // Heap snapshot with all instances and references.
413 HeapSnapshot::Type type = HeapSnapshot::kFull,
  /external/icu4c/i18n/unicode/
datefmt.h 152 kFull = 0,
158 // kFull + kDateOffset = 4
167 // kFull + kDateTimeOffset = 9
175 kFullRelative = (kFull | kRelative),
192 FULL = kFull,
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 98 snapshot = v8::HeapProfiler::TakeSnapshot(v8String(title), v8::HeapSnapshot::kFull, &adapter);
  /external/v8/src/
heap-profiler.cc 116 case HeapSnapshot::kFull: {
profile-generator.h 630 kFull = v8::HeapSnapshot::kFull
    [all...]
  /external/icu4c/i18n/
reldtfmt.cpp 401 case kFull:
402 glueIndex = kDateTimeOffset + kFull;
msgfmt.cpp 141 icu::DateFormat::kFull,
    [all...]
dtptngen.cpp 416 for (int32_t i=DateFormat::kFull; i<=DateFormat::kShort; i++) {
    [all...]
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 176 DateFormat::kShort, DateFormat::kFull, loc);
  /external/v8/test/cctest/
test-heap-profiler.cc 747 v8::HeapSnapshot::kFull,
756 v8::HeapSnapshot::kFull,
    [all...]

Completed in 1193 milliseconds

1 2