/external/icu4c/test/cintltst/ |
cnumtst.c | [all...] |
putiltst.c | 177 log_err("ERROR: u_charsToUChars failed. Expected %s, Got %s\n", austrdup(temp), austrdup(udataDir));
|
udatatst.c | [all...] |
creststn.c | 130 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); } [all...] |
cnormtst.c | 195 modeStrings[mode], austrdup(source), myErrorName(status)); 202 modeStrings[mode], austrdup(source), myErrorName(status)); 235 austrdup(result) ); [all...] |
cldrtest.c | 600 austrdup(fromBundleStr), 602 austrdup(toBundleStr)); [all...] |
cintltst.c | 486 char *austrdup(const UChar* unichars) function
|
capitst.c | 372 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) ); 434 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) ); [all...] |
/external/icu4c/i18n/unicode/ |
unum.h | 50 * printf(" Example 1: %s\n", austrdup(myString) ); //austrdup( a function used to convert UChar* to char*) 78 * printf( " Example 2: %s\n", austrdup(result)); [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
udatatst.c | [all...] |
creststn.c | 130 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); } [all...] |
cnormtst.c | 191 modeStrings[mode], austrdup(source), myErrorName(status)); 198 modeStrings[mode], austrdup(source), myErrorName(status)); 231 austrdup(result) ); [all...] |
cldrtest.c | 592 austrdup(fromBundleStr), 594 austrdup(toBundleStr)); [all...] |
cintltst.c | 474 char *austrdup(const UChar* unichars) function
|
capitst.c | 381 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) ); 437 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) ); [all...] |