OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UScriptRun
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/common/
usc_impl.h
24
* <code>
UScriptRun
</code> is used to find runs of characters in
45
*
UScriptRun
*scriptRun = uscript_openRun(text, testLength, &error);
57
struct
UScriptRun
;
59
typedef struct
UScriptRun
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,
80
U_CAPI
UScriptRun
* U_EXPORT2
84
* 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/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java
18
* <code>
UScriptRun
</code> is used to find runs of characters in
39
*
UScriptRun
scriptRun = new
UScriptRun
(text);
57
public final class
UScriptRun
60
* Construct an empty <code>
UScriptRun
</code> object. The <code>next()</code>
67
public
UScriptRun
()
75
* Construct a <code>
UScriptRun
</code> object which iterates over the
84
public
UScriptRun
(String text)
90
* Construct a <code>
UScriptRun
</code> object which iterates over a subrange
101
public
UScriptRun
(String text, int start, int count
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScriptRun.java
17
* <code>
UScriptRun
</code> is used to find runs of characters in
38
*
UScriptRun
scriptRun = new
UScriptRun
(text);
55
public final class
UScriptRun
58
* Construct an empty <code>
UScriptRun
</code> object. The <code>next()</code>
65
public
UScriptRun
()
73
* Construct a <code>
UScriptRun
</code> object which iterates over the
82
public
UScriptRun
(String text)
88
* Construct a <code>
UScriptRun
</code> object which iterates over a subrange
99
public
UScriptRun
(String text, int start, int count
[
all
...]
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 377 milliseconds