Searched refs:aescstrdup (Results 1 - 13 of 13) sorted by relevance

/external/icu4c/test/cintltst/
H A Dccolltst.c101 log_err("Compare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
107 log_err("incCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
113 log_err("KeyCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
119 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
H A Dcintltst.h72 U_CFUNC char *aescstrdup(const UChar* unichars, int32_t length);
H A Dcallcoll.c286 compareResult, result, aescstrdup(source,-1), aescstrdup(target,-1));
291 compareResult, result, aescstrdup(source,-1), aescstrdup(target,-1));
298 log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
320 compareResulta, result, aescstrdup(source,-1), aescstrdup(target,-1));
328 compareResulta, result, aescstrdup(source,-1), aescstrdup(targe
[all...]
H A Dutransts.c216 log_err("utrans_openU(%s) failed - %s\n", aescstrdup(id, idLength), u_errorName(errorCode));
222 log_err("utrans_getUnicodeID(%s) does not match the original ID\n", aescstrdup(id, idLength));
535 cbuf=aescstrdup(buf, -1);
622 id = aescstrdup(ID, IDLength);
H A Dcbiditst.c1547 aescstrdup(dest, destLen));
1565 aescstrdup(dest, destLen));
1573 aescstrdup(dest, destLen));
1582 aescstrdup(src, srcLen), aescstrdup(dest, destLen));
1591 aescstrdup(src, srcLen), aescstrdup(dest, destLen));
1600 aescstrdup(src, srcLen), aescstrdup(dest, destLen));
1609 aescstrdup(sr
[all...]
H A Dcdtdptst.c279 log_verbose("Pass: Date = %s (czech month June)\n", aescstrdup(date, -1));
289 log_verbose("Pass: Date = %s (czech month July)\n", aescstrdup(date, -1));
H A Dcapitst.c892 log_verbose("Rules: %s\n", aescstrdup(rules, rulesLength));
916 log_err("Error: %s was not less than %s: result=%d.\n", aescstrdup(str1,-1), aescstrdup(str2,-1), result);
917 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1);
918 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2);
920 log_verbose("OK: %s was less than %s: result=%d.\n", aescstrdup(str1,-1), aescstrdup(str2,-1), result);
921 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1);
922 log_verbose("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2);
2203 /*log_verbose("Contractions %i: %s\n", uset_getItemCount(conts), aescstrdup(buffe
[all...]
H A Dusettest.c268 pat=aescstrdup(ustr, length);
374 pat=aescstrdup(ustr, length);
H A Dcnmdptst.c445 log_err("FAIL: Expected %s Got: %s for locale: %s\n", result[i], aescstrdup(str, -1), locale[i]);
511 log_err("FAIL: Expected %s Got: %s for locale: %s\n", result[i],aescstrdup(str, -1),locale[i]);
597 log_err("FAIL: Expected %s Got: %s for locale: %s\n", result[i],aescstrdup(str, -1),locale[i]);
H A Dcintltst.c503 char *aescstrdup(const UChar* unichars,int32_t length){ function
H A Dcstrcase.c62 aescstrdup(lowerRoot,-1),
63 aescstrdup(buffer,-1));
H A Dcnumtst.c309 log_err("parse of '%s' failed. Parsepos=%d. The error is : %s\n", aescstrdup(result,u_strlen(result)),parsepos, myErrorName(status));
358 log_err("parseDoubleCurrency '%s' failed. The error is : %s\n", aescstrdup(result, u_strlen(result)), myErrorName(status));
388 log_err("parseDouble('%s') failed. The error is : %s\n", aescstrdup(temp1, resultlength), myErrorName(status));
773 log_verbose("formatted %d as '%s', length: %d\n", value, aescstrdup(buffer, len), len);
H A Dcucdtst.c1922 aescstrdup(pat, l1), aescstrdup(dumbPat, l2));
1924 log_verbose("Ok: uprv_getCharNameCharacters() returned %s\n", aescstrdup(pat, l1));

Completed in 158 milliseconds