Searched defs:UScriptRun (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/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);
55 struct UScriptRun;
57 typedef struct UScriptRun UScriptRun; typedef in typeref:struct:UScriptRun
60 * Create a <code>UScriptRun</code> object for iterating over the given text. This object must
67 * an empty <code>UScriptRun</code> object will be returned.
75 * @return the address of <code>UScriptRun</code> object which will iterate over the text,
78 U_CAPI UScriptRun * U_EXPORT2
82 * 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/icu/icu4c/source/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);
55 struct UScriptRun;
57 typedef struct UScriptRun UScriptRun; typedef in typeref:struct:UScriptRun
60 * Create a <code>UScriptRun</code> object for iterating over the given text. This object must
67 * an empty <code>UScriptRun</code> object will be returned.
75 * @return the address of <code>UScriptRun</code> object which will iterate over the text,
78 U_CAPI UScriptRun * U_EXPORT2
82 * 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 84 milliseconds