Searched refs:valFormat (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cnmdptst.c | 207 static const char* valFormat[] = in TestExponential() local 279 u_uastrcpy(uvalfor, valFormat[v+ival]); in TestExponential() 281 … log_verbose("FAIL: Expected %s ( %s )\n", valFormat[v+ival], u_austrcpy(tempMsgBug, uvalfor) ); in TestExponential() 311 log_err("FAIL: Expected %s ( %s )\n", valFormat[v+ilval], austrdup(ulvalfor) ); in TestExponential()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cnmdptst.c | 207 static const char* valFormat[] = in TestExponential() local 279 u_uastrcpy(uvalfor, valFormat[v+ival]); in TestExponential() 281 … log_verbose("FAIL: Expected %s ( %s )\n", valFormat[v+ival], u_austrcpy(tempMsgBug, uvalfor) ); in TestExponential() 311 log_err("FAIL: Expected %s ( %s )\n", valFormat[v+ilval], austrdup(ulvalfor) ); in TestExponential()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | numfmtst.cpp | 301 const char* valFormat[] = in TestExponential() local 322 char* valFormat[] = in TestExponential() local 344 char** valFormat = 0; in TestExponential() local 382 if (s != valFormat[v+ival]) in TestExponential() 383 errln((UnicodeString)"FAIL: Expected " + valFormat[v+ival]); in TestExponential()
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 305 const char* valFormat[] = in TestExponential() local 326 char* valFormat[] = in TestExponential() local 348 char** valFormat = 0; in TestExponential() local 386 if (s != valFormat[v+ival]) in TestExponential() 387 errln((UnicodeString)"FAIL: Expected " + valFormat[v+ival]); in TestExponential()
|