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

  /external/icu4c/test/cintltst/
cbididat.c 367 UBIDI_RTL, 1,
385 UBIDI_RTL, 1,
418 UBIDI_RTL, 1,
423 {testText16, ARRAY_LENGTH(testText16), UBIDI_RTL, 0, 8,
429 {testTextXX, ARRAY_LENGTH(testTextXX), UBIDI_RTL, -1, -1,
cbiditst.c     [all...]
  /external/icu4c/common/unicode/
ubidi.h 441 UBIDI_RTL,
    [all...]
  /external/icu4c/samples/layout/
paragraph.cpp 230 if (fParagraphLevel == UBIDI_RTL) {
pflow.c 330 if (obj->fParagraphLevel == UBIDI_RTL) {
  /external/icu4c/common/
ubidiln.c 237 case UBIDI_RTL:
890 case UBIDI_RTL:
    [all...]
ubidi.c 352 return UBIDI_RTL;
554 return UBIDI_RTL;
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 315 current_run->is_rtl = !is_url && (run_direction == UBIDI_RTL);
  /external/icu4c/layoutex/
ParagraphLayout.cpp     [all...]
  /external/icu4c/test/letest/
cletest.c 668 if (pl_getVisualRunDirection(visualRun) == UBIDI_RTL) {
letest.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 452 isRTL = (runDir == UBIDI_RTL);
    [all...]

Completed in 279 milliseconds