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

  /external/icu/icu4c/source/common/
ubidiln.c 105 level of B chars from 0 to paraLevel in ubidi_getLevels when
234 /* all levels are implicitly at paraLevel (important for ubidi_getLevels()) */
241 /* all levels are implicitly at paraLevel (important for ubidi_getLevels()) */
265 ubidi_getLevels(UBiDi *pBiDi, UErrorCode *pErrorCode) {
    [all...]
  /libcore/luni/src/main/java/java/text/
Bidi.java 325 offsetLevel = (length == 0) ? null : ubidi_getLevels(pBidi);
590 private static native byte[] ubidi_getLevels(long pBiDi);
  /external/icu/icu4c/source/common/unicode/
urename.h 434 #define ubidi_getLevels U_ICU_ENTRY_POINT_RENAME(ubidi_getLevels)
    [all...]

Completed in 889 milliseconds