HomeSort by relevance Sort by last modified time
    Searched refs:ubidi_getRuns (Results 1 - 10 of 10) sorted by null

  /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/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...]
ubidiimp.h 157 ubidi_getRuns(UBiDi *pBiDi, UErrorCode *pErrorCode);
ubidi.c     [all...]
  /libcore/luni/src/main/native/
java_text_Bidi.cpp 184 NATIVE_METHOD(Bidi, ubidi_getRuns, "(J)[Ljava/text/Bidi$Run;"),
  /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 458 #define ubidi_getRuns U_ICU_ENTRY_POINT_RENAME(ubidi_getRuns)
    [all...]

Completed in 109 milliseconds