Searched defs:scriptRun (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dusc_impl.c30 #define STACK_IS_EMPTY(scriptRun) ((scriptRun)->pushCount <= 0)
31 #define STACK_IS_NOT_EMPTY(scriptRun) (! STACK_IS_EMPTY(scriptRun))
32 #define TOP(scriptRun) ((scriptRun)->parenStack[(scriptRun)->parenSP])
33 #define SYNC_FIXUP(scriptRun) ((scriptRun)->fixupCount = 0)
78 static void push(UScriptRun *scriptRun, int32_ argument
88 pop(UScriptRun *scriptRun) argument
109 fixup(UScriptRun *scriptRun, UScriptCode scriptCode) argument
219 uscript_closeRun(UScriptRun *scriptRun) argument
227 uscript_resetRun(UScriptRun *scriptRun) argument
240 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode) argument
258 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScript) argument
[all...]
/external/icu4c/common/
H A Dusc_impl.c30 #define STACK_IS_EMPTY(scriptRun) ((scriptRun)->pushCount <= 0)
31 #define STACK_IS_NOT_EMPTY(scriptRun) (! STACK_IS_EMPTY(scriptRun))
32 #define TOP(scriptRun) ((scriptRun)->parenStack[(scriptRun)->parenSP])
33 #define SYNC_FIXUP(scriptRun) ((scriptRun)->fixupCount = 0)
78 static void push(UScriptRun *scriptRun, int32_ argument
88 pop(UScriptRun *scriptRun) argument
109 fixup(UScriptRun *scriptRun, UScriptCode scriptCode) argument
219 uscript_closeRun(UScriptRun *scriptRun) argument
227 uscript_resetRun(UScriptRun *scriptRun) argument
240 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode) argument
258 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScript) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c1877 CheckScriptRuns(UScriptRun *scriptRun, int32_t *runStarts, const RunTestData *testData, int32_t nRuns, argument
1885 while (uscript_nextRun(scriptRun, &runStart, &runLimit, &runCode)) {
1953 UScriptRun *scriptRun = NULL; local
1974 scriptRun = uscript_openRun(NULL, stringLimit, &err);
1980 if (scriptRun != NULL) {
1982 uscript_closeRun(scriptRun);
1990 scriptRun = uscript_openRun(testString, 0, &err);
1996 if (scriptRun != NULL) {
1998 uscript_closeRun(scriptRun);
2006 scriptRun
[all...]
/external/icu4c/test/cintltst/
H A Dcucdtst.c1999 CheckScriptRuns(UScriptRun *scriptRun, int32_t *runStarts, const RunTestData *testData, int32_t nRuns, argument
2007 while (uscript_nextRun(scriptRun, &runStart, &runLimit, &runCode)) {
2075 UScriptRun *scriptRun = NULL; local
2096 scriptRun = uscript_openRun(NULL, stringLimit, &err);
2102 if (scriptRun != NULL) {
2104 uscript_closeRun(scriptRun);
2112 scriptRun = uscript_openRun(testString, 0, &err);
2118 if (scriptRun != NULL) {
2120 uscript_closeRun(scriptRun);
2128 scriptRun
[all...]

Completed in 121 milliseconds