Searched refs:PDF (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v4/tests/java/android/support/v4/text/
H A DBidiFormatterTest.java41 private static final String PDF = "\u202C"; field in class:BidiFormatterTest
67 RLE + "." + HE + "." + PDF + LRM,
70 LRM + RLE + "." + HE + "." + PDF + LRM,
73 RLE + "." + HE + "." + PDF,
76 RLE + "." + PDF + LRM,
79 LRE + "." + EN + "." + PDF + RLM,
82 RLM + LRE + "." + EN + "." + PDF + RLM,
85 LRE + "." + EN + "." + PDF,
88 LRE + "." + PDF + RLM,
157 RLE + EN + HE + EN + PDF
[all...]
/frameworks/base/core/java/android/text/
H A DBidiFormatter.java100 * Unicode "Pop Directional Formatting" (PDF) character.
102 private static final char PDF = '\u202C'; field in class:BidiFormatter
360 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
361 * LRE+{@code str}+PDF for LTR text.
392 result.append(PDF);
460 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
462 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
478 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
479 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
568 * LRE/RLE/LRO/RLO and its matching PDF a
[all...]
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java96 * Unicode "Pop Directional Formatting" (PDF) character.
98 private static final char PDF = '\u202C'; field in class:BidiFormatter
352 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
353 * LRE+{@code str}+PDF for LTR text.
383 result.append(PDF);
450 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
452 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
468 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
469 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
558 * LRE/RLE/LRO/RLO and its matching PDF a
[all...]

Completed in 645 milliseconds