OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ubidi_getRuns
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/common/
ubidiln.c
353
ubidi_getRuns
(pBiDi, pErrorCode);
367
ubidi_getRuns
(pBiDi, &errorCode);
388
/* in trivial cases there is only one trivial run; called by
ubidi_getRuns
() */
538
* After
ubidi_getRuns
() returns TRUE, runCount is guaranteed to be >0
548
ubidi_getRuns
(UBiDi *pBiDi, UErrorCode *pErrorCode) {
890
if(!
ubidi_getRuns
(pBiDi, pErrorCode)) {
[
all
...]
/libcore/luni/src/main/java/java/text/
Bidi.java
336
runs =
ubidi_getRuns
(pBidi);
623
private static native Bidi.Run[]
ubidi_getRuns
(long pBidi);
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
329
#define
ubidi_getRuns
ubidi_getRuns_3_2
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
329
#define
ubidi_getRuns
ubidi_getRuns_3_2
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
329
#define
ubidi_getRuns
ubidi_getRuns_3_2
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
329
#define
ubidi_getRuns
ubidi_getRuns_3_2
[
all
...]
/external/icu4c/common/unicode/
urename.h
456
#define
ubidi_getRuns
U_ICU_ENTRY_POINT_RENAME(
ubidi_getRuns
)
[
all
...]
Completed in 47 milliseconds