Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/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/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.cpp234 FX_BOOL bPattern = FALSE; in ProcessText() local
237 bPattern = TRUE; in ProcessText()
244 bPattern = TRUE; in ProcessText()
255 if (bPattern) { in ProcessText()
Dfpdf_render_pattern.cpp1071 FX_BOOL bPattern = FALSE; in ProcessPathPattern() local
1077 bPattern = TRUE; in ProcessPathPattern()
1085 bPattern = TRUE; in ProcessPathPattern()
1089 if (bPattern && m_DitherBits) { in ProcessPathPattern()