Home | History | Annotate | Download | only in common

Lines Matching refs:scriptRun

43  *     UScriptRun *scriptRun = uscript_openRun(text, testLength, &error);
51 * uscript_closeRun(scriptRun);
83 * On return, scriptRun no longer points to a valid <code>UScriptRun</code> object.
85 * @param scriptRun is the <code>UScriptRun</code> object which will be freed.
88 uscript_closeRun(UScriptRun *scriptRun);
94 * @param scriptRun is the address of the <code>UScriptRun</code> object to be reset.
97 uscript_resetRun(UScriptRun *scriptRun);
102 * @param scriptRun is the <code>UScriptRun</code> object which will be changed.
115 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode);
121 * @param scriptRun is the address of the <code>UScriptRun</code> object.
135 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScript);