Searched refs:UScriptRun (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Dusc_impl.h22 * <code>UScriptRun</code> is used to find runs of characters in
43 * UScriptRun *scriptRun = uscript_openRun(text, testLength, &error);
57 struct UScriptRun;
59 typedef struct UScriptRun UScriptRun; typedef in typeref:struct:UScriptRun
62 * Create a <code>UScriptRun</code> object for iterating over the given text. This object must
69 * an empty <code>UScriptRun</code> object will be returned.
77 * @return the address of <code>UScriptRun</code> object which will iterate over the text,
82 U_CAPI UScriptRun * U_EXPORT2
86 * Frees the given <code>UScriptRun</cod
[all...]
H A Dusc_impl.c41 struct UScriptRun struct
78 static void push(UScriptRun *scriptRun, int32_t pairIndex, UScriptCode scriptCode)
88 static void pop(UScriptRun *scriptRun)
109 static void fixup(UScriptRun *scriptRun, UScriptCode scriptCode)
191 U_CAPI UScriptRun * U_EXPORT2
194 UScriptRun *result = NULL;
200 result = uprv_malloc(sizeof (UScriptRun));
209 /* Release the UScriptRun if uscript_setRunText() returns an error */
219 uscript_closeRun(UScriptRun *scriptRun)
227 uscript_resetRun(UScriptRun *scriptRu
[all...]
/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.c1877 CheckScriptRuns(UScriptRun *scriptRun, int32_t *runStarts, const RunTestData *testData, int32_t nRuns,
1953 UScriptRun *scriptRun = NULL;

Completed in 128 milliseconds