HomeSort by relevance Sort by last modified time
    Searched refs:LTR (Results 26 - 50 of 193) sorted by null

12 3 4 5 6 7 8

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestClassOverride.java 127 bidi.setPara(textIn, Bidi.LTR, null);
TestCompatibility.java 190 assertEquals("\nDirection should be LTR", Bidi.LTR, bidi.getDirection());
246 logln("Output of Bidi(abc==(123)==>def,3,levels,0,10, LTR): " + out);
TestReorderingMode.java 191 static final byte[] paraLevels = { Bidi.LTR, Bidi.RTL };
    [all...]
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 40 public static final TextDirectionHeuristic LTR =
84 /* Returns STATE_TRUE for strong RTL characters, STATE_FALSE for strong LTR characters, and
122 // Unassigned LTR character
MeasuredText.java 135 if ((textDir == TextDirectionHeuristics.LTR ||
146 if (textDir == TextDirectionHeuristics.LTR) {
BidiFormatter.java 76 * the same as the context, but is either constant (e.g. urls are always LTR) or otherwise known.
217 false /* LTR context */,
300 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
329 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
371 * LRE+{@code str}+PDF for LTR text.
410 isRtl ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR));
421 isRtl ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR));
492 * @param locale The Locale whose directionality will be checked to be RTL or LTR
    [all...]
  /frameworks/support/compat/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java 33 public static final android.support.v4.text.TextDirectionHeuristicCompat LTR =
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteraction.java 99 sBidiFormatter.unicodeWrap(address, TextDirectionHeuristics.LTR);
CallLogInteraction.java 168 sBidiFormatter.unicodeWrap(number, TextDirectionHeuristics.LTR);
  /packages/apps/Dialer/src/com/android/dialer/filterednumber/
NumbersAdapter.java 77 TextDirectionHeuristics.LTR);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PagingIndicator.java 421 static final float LTR = 1;
433 float mLayoutDirection = mIsLtr ? LTR : RTL;
507 mLayoutDirection = mIsLtr ? LTR : RTL;
  /frameworks/support/core-utils/java/android/support/v4/text/
BidiFormatter.java 72 * the same as the context, but is either constant (e.g. urls are always LTR) or otherwise known.
217 false /* LTR context */,
295 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
323 * @return LRM for RTL text in LTR context; RLM for LTR text in RTL context;
367 * LRE+{@code str}+PDF for LTR text.
415 isRtl ? TextDirectionHeuristicsCompat.RTL : TextDirectionHeuristicsCompat.LTR));
426 isRtl ? TextDirectionHeuristicsCompat.RTL : TextDirectionHeuristicsCompat.LTR));
511 * @param locale The Locale whose directionality will be checked to be RTL or LTR
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestClassOverride.java 131 bidi.setPara(textIn, Bidi.LTR, null);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
ZoneGetter.java 222 isRtl ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportVCardActivity.java 123 getString(R.string.exporting_vcard_filename), TextDirectionHeuristics.LTR));
  /packages/apps/Dialer/src/com/android/dialer/list/
DialerPhoneNumberListAdapter.java 169 mBidiFormatter.unicodeWrap(number, TextDirectionHeuristics.LTR));
  /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
ContactPreference.java 96 TextDirectionHeuristics.LTR));
  /packages/apps/Messaging/src/com/android/messaging/ui/
PersonItemView.java 134 TextDirectionHeuristicsCompat.LTR);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 78 * <li>{@link #LTR}
112 * just like with normal LTR and RTL level values -
257 * if (direction == Bidi.LTR) {
420 * renderParagraph("Some Latin text...", Bidi.LTR, null, 0, 80);
479 * like text that is entirely LTR, or RTL text without numbers.
483 * any LTR characters or any RTL characters, or both, whether
569 * is assumed to be visual LTR, and the text after reordering is required
573 * or Arabic Letter, the direction will be LTR otherwise.<p>
594 * is assumed to be visual LTR, and the text after reordering is required
599 * the direction will be LTR otherwise.<p
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 77 * <li>{@link #LTR}
111 * just like with normal LTR and RTL level values -
256 * if (direction == Bidi.LTR) {
419 * renderParagraph("Some Latin text...", Bidi.LTR, null, 0, 80);
479 * like text that is entirely LTR, or RTL text without numbers.
483 * any LTR characters or any RTL characters, or both, whether
569 * is assumed to be visual LTR, and the text after reordering is required
573 * or Arabic Letter, the direction will be LTR otherwise.<p>
595 * is assumed to be visual LTR, and the text after reordering is required
600 * the direction will be LTR otherwise.<p
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDisplayUtils.java 70 displayName.toString(), TextDirectionHeuristics.LTR);
  /packages/services/Telephony/src/com/android/phone/
CallForwardEditPreference.java 160 number, TextDirectionHeuristics.LTR);
EditPhoneNumberPreference.java 212 mPhoneNumber, TextDirectionHeuristics.LTR));
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java 423 layoutParams.resolveLayoutDirection(LayoutDirection.LTR);
430 layoutParams.resolveLayoutDirection(LayoutDirection.LTR);
436 layoutParams.resolveLayoutDirection(LayoutDirection.LTR);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
BidiTest.java 945 String LTR = "\u0061\u0062";
948 String defText = LTR + newLine + RTL + LTR + RTL;

Completed in 1369 milliseconds

12 3 4 5 6 7 8