Home
last modified time | relevance | path

Searched refs:bPattern (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddtptngts.cpp561 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
563 SimpleDateFormat sdf(bPattern, loc, status); in testAPI()
567 logln(UnicodeString(" ja locale with skeleton: YYYYMMM Best Pattern:") + bPattern); in testAPI()
586 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
588 SimpleDateFormat sdf(bPattern, loc, status); in testAPI()
592 logln(UnicodeString(" zh locale with skeleton: YYYYMMM Best Pattern:") + bPattern); in testAPI()
612 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
613 logln(UnicodeString(" en locale with skeleton: hmv Best Pattern:") + bPattern); in testAPI()
615 if ( expR!= bPattern ) { in testAPI()
616 errln(UnicodeString("\nERROR: Test EN time format Got: ") + bPattern + in testAPI()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1774 bool bPattern = false; in ProcessText() local
1777 bPattern = true; in ProcessText()
1784 bPattern = true; in ProcessText()
1794 if (bPattern) { in ProcessText()