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

  /external/icu4c/test/cintltst/
ccolltst.c 99 log_err("Compare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
105 log_err("incCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
111 log_err("KeyCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
117 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
cintltst.h 55 U_CFUNC char *aescstrdup(const UChar* unichars, int32_t length);
callcoll.c 286 log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
301 /*log_verbose("Strings converted to UTF-8:%s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));*/
313 log_err("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
316 log_err("different results in iterative when normalization is turned on with UTF-8 strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
344 aescstrdup(source,-1), aescstrdup(target,-1), partialSizes[i])
    [all...]
utransts.c 216 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);
cbiditst.c     [all...]
cdtdptst.c 279 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));
capitst.c     [all...]
usettest.c 268 pat=aescstrdup(ustr, length);
374 pat=aescstrdup(ustr, length);
cnmdptst.c 445 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]);
    [all...]
cintltst.c 491 char *aescstrdup(const UChar* unichars,int32_t length){ function
cstrcase.c 62 aescstrdup(lowerRoot,-1),
63 aescstrdup(buffer,-1));
    [all...]
cucdtst.c     [all...]

Completed in 764 milliseconds