Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtptngts.cpp557 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
559 SimpleDateFormat sdf(bPattern, loc, status); in testAPI()
563 logln(UnicodeString(" ja locale with skeleton: YYYYMMM Best Pattern:") + bPattern); in testAPI()
582 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
584 SimpleDateFormat sdf(bPattern, loc, status); in testAPI()
588 logln(UnicodeString(" zh locale with skeleton: YYYYMMM Best Pattern:") + bPattern); in testAPI()
608 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
609 logln(UnicodeString(" en locale with skeleton: hmv Best Pattern:") + bPattern); in testAPI()
611 if ( expR!= bPattern ) { in testAPI()
612 errln(UnicodeString("\nERROR: Test EN time format Got: ") + bPattern + in testAPI()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1737 bool bPattern = false; in ProcessText() local
1740 bPattern = true; in ProcessText()
1747 bPattern = true; in ProcessText()
1757 if (bPattern) { in ProcessText()