OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UScriptRun
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/icu/source/common/
usc_impl.h
22
* <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
;
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
</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/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
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BidiRenderer.java
27
import com.ibm.icu.lang.
UScriptRun
;
191
UScriptRun
uScriptRun
= new
UScriptRun
(text, start, count);
192
while (
uScriptRun
.next()) {
193
int scriptStart =
uScriptRun
.getScriptStart();
194
int scriptLimit =
uScriptRun
.getScriptLimit();
196
run.scriptCode =
uScriptRun
.getScriptCode();
/external/icu4c/layoutex/
ParagraphLayout.cpp
616
UScriptRun
*sr = uscript_openRun(chars, count, &scriptStatus);
750
UScriptRun
*sr = uscript_openRun(fChars, fCharCount, &scriptStatus);
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c
[
all
...]
/external/icu4c/test/cintltst/
cucdtst.c
[
all
...]
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 6106 milliseconds