OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bPattern
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
dtptngts.cpp
480
UnicodeString
bPattern
= patGen->getBestPattern(pattern, status);
482
SimpleDateFormat sdf(
bPattern
, loc, status);
486
logln(UnicodeString(" ja locale with skeleton: YYYYMMM Best Pattern:") +
bPattern
);
505
UnicodeString
bPattern
= patGen->getBestPattern(pattern, status);
507
SimpleDateFormat sdf(
bPattern
, loc, status);
511
logln(UnicodeString(" zh locale with skeleton: YYYYMMM Best Pattern:") +
bPattern
);
531
UnicodeString
bPattern
= patGen->getBestPattern(pattern, status);
532
logln(UnicodeString(" en locale with skeleton: hmv Best Pattern:") +
bPattern
);
534
if ( expR!=
bPattern
) {
535
errln(UnicodeString("\nERROR: Test EN time format Got: ") +
bPattern
+
[
all
...]
/external/icu4c/test/intltest/
dtptngts.cpp
538
UnicodeString
bPattern
= patGen->getBestPattern(pattern, status);
540
SimpleDateFormat sdf(
bPattern
, loc, status);
544
logln(UnicodeString(" ja locale with skeleton: YYYYMMM Best Pattern:") +
bPattern
);
563
UnicodeString
bPattern
= patGen->getBestPattern(pattern, status);
565
SimpleDateFormat sdf(
bPattern
, loc, status);
569
logln(UnicodeString(" zh locale with skeleton: YYYYMMM Best Pattern:") +
bPattern
);
[
all
...]
Completed in 415 milliseconds