Home
last modified time | relevance | path

Searched refs:isExpected (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/icu/source/test/cintltst/
Dcurrtest.c15 static void expectInList(const char *isoCurrency, uint32_t currencyType, UBool isExpected) { in expectInList() argument
32 if ((foundCurrency != NULL) != isExpected) { in expectInList()
34 isoCurrency, isExpected ? "TRUE" : "FALSE", currencyType); in expectInList()
/external/icu4c/test/cintltst/
Dcurrtest.c15 static void expectInList(const char *isoCurrency, uint32_t currencyType, UBool isExpected) { in expectInList() argument
32 if ((foundCurrency != NULL) != isExpected) { in expectInList()
34 isoCurrency, isExpected ? "TRUE" : "FALSE", currencyType); in expectInList()
/external/skia/src/ports/
DSkFontHost_android.cpp360 SkTypeface::Style* style, bool isExpected) { in get_name_and_style() argument
375 if (isExpected) { in get_name_and_style()
466 bool isExpected = (rec[i].fNames != gFBNames); in load_system_fonts() local
467 if (!get_name_and_style(rec[i].fFileName, &name, &style, isExpected)) { in load_system_fonts()