Searched refs:uscript_setRunText (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/common/
H A Dusc_impl.h65 * <code>uscript_closeRun()</code> or <code>uscript_setRunText()</code>.
125 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode);
H A Dusc_impl.c207 uscript_setRunText(result, src, length, pErrorCode);
209 /* Release the UScriptRun if uscript_setRunText() returns an error */
240 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode) function
/external/icu4c/test/cintltst/
H A Dcucdtst.c2018 * Make sure that calling uscript_setRunText with a NULL text pointer
2022 uscript_setRunText(scriptRun, NULL, stringLimit, &err);
2025 log_err("uscript_setRunText(scriptRun, NULL, stringLimit, &err) returned %s instead of U_ILLEGAL_ARGUMENT_ERROR.\n", u_errorName(err));
2033 uscript_setRunText(scriptRun, testString, 0, &err);
2036 log_err("uscript_setRunText(scriptRun, testString, 0, &err) returned %s instead of U_ILLEGAL_ARGUMENT_ERROR.\n", u_errorName(err));
2040 * Now call uscript_setRunText on the empty iterator
2044 uscript_setRunText(scriptRun, testString, stringLimit, &err);
2047 log_err("Got error %s from uscript_setRunText(...)\n", u_errorName(err));
2049 CheckScriptRuns(scriptRun, runStarts, testData, nTestRuns, "uscript_setRunText");
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1047 #define uscript_setRunText uscript_setRunText_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1047 #define uscript_setRunText uscript_setRunText_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1047 #define uscript_setRunText uscript_setRunText_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1047 #define uscript_setRunText uscript_setRunText_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1470 #define uscript_setRunText U_ICU_ENTRY_POINT_RENAME(uscript_setRunText) macro

Completed in 497 milliseconds