Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtptngts.cpp623 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
625 SimpleDateFormat sdf(bPattern, loc, status); in testAPI()
629 logln(UnicodeString(" ja locale with skeleton: YYYYMMM Best Pattern:") + bPattern); in testAPI()
648 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
650 SimpleDateFormat sdf(bPattern, loc, status); in testAPI()
654 logln(UnicodeString(" zh locale with skeleton: YYYYMMM Best Pattern:") + bPattern); in testAPI()
674 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
675 logln(UnicodeString(" en locale with skeleton: hmv Best Pattern:") + bPattern); in testAPI()
677 if ( expR!= bPattern ) { in testAPI()
678 errln(UnicodeString("\nERROR: Test EN time format Got: ") + bPattern + in testAPI()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp885 bool bPattern = false; in ProcessText() local
888 bPattern = true; in ProcessText()
895 bPattern = true; in ProcessText()
905 if (bPattern) { in ProcessText()