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

  /libcore/luni/src/main/java/org/apache/harmony/text/
NativeBidi.java 71 public static native int ubidi_getLength(final long pBiDi);
  /libcore/luni/src/main/native/
NativeBidi.cpp 111 return ubidi_getLength(uBiDi(ptr));
124 int len = ubidi_getLength(uBiDi(ptr));
178 NATIVE_METHOD(NativeBidi, ubidi_getLength, "(J)I"),
  /external/chromium/third_party/icu/public/common/unicode/
ubidi.h     [all...]
urename.h 403 #define ubidi_getLength ubidi_getLength_4_2
    [all...]
  /external/icu4c/common/unicode/
ubidi.h     [all...]
urename.h 437 #define ubidi_getLength U_ICU_ENTRY_POINT_RENAME(ubidi_getLength)
    [all...]
  /libcore/luni/src/main/java/java/text/
Bidi.java 300 length = NativeBidi.ubidi_getLength(pBidi);
  /external/chromium/third_party/icu/source/test/cintltst/
cbiditst.c 368 int len = ubidi_getLength(bidi);
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 368 int len = ubidi_getLength(bidi);
    [all...]
  /external/chromium/third_party/icu/source/common/
ubidi.c     [all...]
  /external/icu4c/common/
ubidi.c     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 321 #define ubidi_getLength ubidi_getLength_3_2
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 321 #define ubidi_getLength ubidi_getLength_3_2
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 321 #define ubidi_getLength ubidi_getLength_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 321 #define ubidi_getLength ubidi_getLength_3_2
    [all...]

Completed in 498 milliseconds