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

  /external/icu4c/test/iotest/
stream.cpp 186 log_info("U_IOSTREAM_SOURCE is disabled\n");
252 log_info("Warning. Expected status %d, Got %d. This maybe caused by the fact that the non-standardized iostream is being used.\n", expectedStatus, getBitStatus(sstrm));
253 log_info("See verbose output for details.\n");
275 log_info("Old non-standardized iostream being used. This may result in inconsistent state flag settings. (e.g. failbit may not be set properly)\n");
276 log_info("In such a case, warnings will be issued instead of errors.\n");
iotest.cpp 53 log_info(buffer);
    [all...]
  /external/icu4c/test/cintltst/
cctest.c 86 log_info("Skipping test: ucnv_setDefaultName() did not affect actual name of %s\n", nameBeforeSet);
ncnvtst.c     [all...]
hpmufn.c 359 log_info("Note: these failures may be caused by ICU failing to initialize/uninitialize properly.\n");
udatatst.c     [all...]
putiltst.c 181 log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1));
capitst.c     [all...]
custrtrn.c     [all...]
crestst.c 206 log_info("(run verbose for more information)\n");
    [all...]
creststn.c 436 log_info("Couldn't load iscii.bin from test data bundle, (because UCONFIG_NO_LEGACY_CONVERSION is turned on)\n");
    [all...]
cloctst.c     [all...]
usrchtst.c 44 #define CHECK_BREAK(x) if(x) { log_info("Skipping test on %s:%d because UCONFIG_NO_BREAK_ITERATION is on\n", __FILE__, __LINE__); return; }
45 #define CHECK_BREAK_BOOL(x) if(x) { log_info("Skipping test on %s:%d because UCONFIG_NO_BREAK_ITERATION is on\n", __FILE__, __LINE__); return TRUE; }
    [all...]
ccapitst.c 210 log_info("Number of available codepages: %d/%d\n", testLong1, allNamesCount);
    [all...]
nucnvtst.c     [all...]
  /external/icu4c/tools/ctestfw/unicode/
ctest.h 196 log_info(const char* pattern, ...);
219 * If WARN_ON_MISSING_DATA is nonzero, this will case a log_info (warning) to be
  /external/icu4c/test/letest/
cletest.c 350 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID);
353 log_info("Your font's version string is \"%S\"\n", uFontVersionString);
356 log_info("Your font's version string is \"%s\"\n", fontVersionString);
360 log_info("The expected version string is \"%s\"\n", testVersionString);
361 log_info("If you see errors, they may be due to the version of the font you're using.\n");
404 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
letest.cpp 397 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID);
400 log_info("Your font's version string is \"%S\"\n", uFontVersionString);
403 log_info("Your font's version string is \"%s\"\n", fontVersionString);
407 log_info("The expected version string is \"%s\"\n", testVersionString);
408 log_info("If you see errors, they may be due to the version of the font you're using.\n");
548 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
664 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag);
    [all...]
xmlreader.cpp 221 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag);
  /external/icu4c/tools/ctestfw/
ctest.c 797 log_info(const char* pattern, ...) function
    [all...]

Completed in 381 milliseconds