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

  /external/icu4c/common/
ubidiln.c 357 ubidi_getRuns(pBiDi, pErrorCode);
371 ubidi_getRuns(pBiDi, &errorCode);
392 /* in trivial cases there is only one trivial run; called by ubidi_getRuns() */
542 * After ubidi_getRuns() returns TRUE, runCount is guaranteed to be >0
552 ubidi_getRuns(UBiDi *pBiDi, UErrorCode *pErrorCode) {
894 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/icu4c/common/unicode/
urename.h 450 #define ubidi_getRuns U_ICU_ENTRY_POINT_RENAME(ubidi_getRuns)
    [all...]
  /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...]

Completed in 276 milliseconds