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

  /libcore/luni/src/main/native/
java_text_Bidi.cpp 112 return ubidi_getLength(uBiDi(ptr));
125 int len = ubidi_getLength(uBiDi(ptr));
183 NATIVE_METHOD(Bidi, ubidi_getLength, "(J)I"),
  /libcore/luni/src/main/java/java/text/
Bidi.java 323 length = ubidi_getLength(pBidi);
619 private static native int ubidi_getLength(final long pBiDi);
  /external/icu4c/common/unicode/
ubidi.h     [all...]
urename.h 434 #define ubidi_getLength U_ICU_ENTRY_POINT_RENAME(ubidi_getLength)
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 387 int len = ubidi_getLength(bidi);
    [all...]
  /external/icu4c/common/
ubidi.c     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 321 #define ubidi_getLength ubidi_getLength_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 321 #define ubidi_getLength ubidi_getLength_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 321 #define ubidi_getLength ubidi_getLength_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 321 #define ubidi_getLength ubidi_getLength_3_2
    [all...]

Completed in 530 milliseconds