HomeSort by relevance Sort by last modified time
    Searched defs:UScriptRun (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
usc_impl.h 22 * <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;
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</code> object and any storage associated with it
    [all...]
usc_impl.c 41 struct UScriptRun
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 *scriptRun
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 23 milliseconds