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

  /external/icu4c/test/cintltst/
cucdapi.c 450 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode);
452 log_err("uscript_getScriptExtensions(U+0640, U_PARSE_ERROR) did not preserve the UErrorCode - %s\n",
456 length=uscript_getScriptExtensions(0x0640, NULL, LENGTHOF(scripts), &errorCode);
458 log_err("uscript_getScriptExtensions(U+0640, NULL) did not set U_ILLEGAL_ARGUMENT_ERROR - %s\n",
462 length=uscript_getScriptExtensions(0x0640, scripts, -1, &errorCode);
464 log_err("uscript_getScriptExtensions(U+0640, capacity<0) did not set U_ILLEGAL_ARGUMENT_ERROR - %s\n",
468 length=uscript_getScriptExtensions(0x0640, scripts, 0, &errorCode);
470 log_err("uscript_getScriptExtensions(U+0640, capacity=0: pure preflighting)=%d != 3 - %s\n",
474 length=uscript_getScriptExtensions(0x0640, scripts, 1, &errorCode);
476 log_err("uscript_getScriptExtensions(U+0640, capacity=1: preflighting)=%d != 3 - %s\n"
    [all...]
  /external/icu4c/common/unicode/
uscript.h 510 uscript_getScriptExtensions(UChar32 c,
urename.h     [all...]
  /external/icu4c/common/
uchar.c 597 uscript_getScriptExtensions(UChar32 c,

Completed in 54 milliseconds