HomeSort by relevance Sort by last modified time
    Searched refs:isExpected (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/cintltst/
currtest.c 15 static void expectInList(const char *isoCurrency, uint32_t currencyType, UBool isExpected) {
32 if ((foundCurrency != NULL) != isExpected) {
33 log_err("Error: could not find %s as expected. isExpected = %s type=0x%X\n",
34 isoCurrency, isExpected ? "TRUE" : "FALSE", currencyType);
  /external/skia/src/ports/
SkFontHost_android.cpp 370 bool* isFixedWidth, bool isExpected) {
387 if (isExpected) {
500 bool isExpected = (rec[i].fNames != gFBNames);
502 &isFixedWidth, isExpected)) {
SkFontHost_simple.cpp 361 SkTypeface::Style* style, bool isExpected) {
379 if (isExpected) {
455 bool isExpected = (rec[i].fNames != gFBNames);
456 if (!get_name_and_style(rec[i].fFileName, &name, &style, isExpected)) {

Completed in 85 milliseconds