Searched refs:bPattern (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | dtptngts.cpp | 552 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/ |
D | dtptngts.cpp | 552 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/ |
D | fpdf_render_text.cpp | 234 FX_BOOL bPattern = FALSE; in ProcessText() local 237 bPattern = TRUE; in ProcessText() 244 bPattern = TRUE; in ProcessText() 255 if (bPattern) { in ProcessText()
|
D | fpdf_render_pattern.cpp | 1071 FX_BOOL bPattern = FALSE; in ProcessPathPattern() local 1077 bPattern = TRUE; in ProcessPathPattern() 1085 bPattern = TRUE; in ProcessPathPattern() 1089 if (bPattern && m_DitherBits) { in ProcessPathPattern()
|