Searched refs:uscript_openRun (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/common/
H A Dusc_impl.h43 * UScriptRun *scriptRun = uscript_openRun(text, testLength, &error);
79 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode);
H A Dusc_impl.c192 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode) function
/external/icu4c/layoutex/
H A DParagraphLayout.cpp616 UScriptRun *sr = uscript_openRun(chars, count, &scriptStatus);
750 UScriptRun *sr = uscript_openRun(fChars, fCharCount, &scriptStatus);
/external/icu4c/test/cintltst/
H A Dcucdtst.c1974 scriptRun = uscript_openRun(NULL, stringLimit, &err);
1977 log_err("uscript_openRun(NULL, stringLimit, &err) returned %s instead of U_ILLEGAL_ARGUMENT_ERROR.\n", u_errorName(err));
1981 log_err("uscript_openRun(NULL, stringLimit, &err) returned a non-NULL result.\n");
1990 scriptRun = uscript_openRun(testString, 0, &err);
1993 log_err("uscript_openRun(testString, 0, &err) returned %s instead of U_ILLEGAL_ARGUMENT_ERROR.\n", u_errorName(err));
1997 log_err("uscript_openRun(testString, 0, &err) returned a non-NULL result.\n");
2002 * Make sure that calling uscript_openRun with a NULL text pointer
2006 scriptRun = uscript_openRun(NULL, 0, &err);
2009 log_err("Got error %s from uscript_openRun(NULL, 0, &err)\n", u_errorName(err));
2056 * using uscript_openRun an
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1045 #define uscript_openRun uscript_openRun_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1045 #define uscript_openRun uscript_openRun_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1045 #define uscript_openRun uscript_openRun_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1045 #define uscript_openRun uscript_openRun_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1482 #define uscript_openRun U_ICU_ENTRY_POINT_RENAME(uscript_openRun) macro

Completed in 296 milliseconds