Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtptngts.cpp552 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
554 SimpleDateFormat sdf(bPattern, loc, status); in testAPI()
558 logln(UnicodeString(" ja locale with skeleton: YYYYMMM Best Pattern:") + bPattern); in testAPI()
577 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
579 SimpleDateFormat sdf(bPattern, loc, status); in testAPI()
583 logln(UnicodeString(" zh locale with skeleton: YYYYMMM Best Pattern:") + bPattern); in testAPI()
603 UnicodeString bPattern = patGen->getBestPattern(pattern, status); in testAPI() local
604 logln(UnicodeString(" en locale with skeleton: hmv Best Pattern:") + bPattern); in testAPI()
606 if ( expR!= bPattern ) { in testAPI()
607 errln(UnicodeString("\nERROR: Test EN time format Got: ") + bPattern + in testAPI()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp239 FX_BOOL bPattern = FALSE; in ProcessText() local
242 bPattern = TRUE; in ProcessText()
249 bPattern = TRUE; in ProcessText()
260 if (bPattern) { in ProcessText()