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

/frameworks/support/compat/src/androidTest/java/androidx/core/text/
H A DBidiFormatterTest.java52 private static final String PDF = "\u202C"; field in class:BidiFormatterTest
85 RLE + "." + HE + "." + PDF + LRM,
88 LRM + RLE + "." + HE + "." + PDF + LRM,
91 RLE + "." + HE + "." + PDF,
94 RLE + "." + PDF + LRM,
97 LRE + "." + EN + "." + PDF + RLM,
100 RLM + LRE + "." + EN + "." + PDF + RLM,
103 LRE + "." + EN + "." + PDF,
106 LRE + "." + PDF + RLM,
177 RLE + EN + HE + EN + PDF
[all...]
/frameworks/support/compat/src/main/java/androidx/core/text/
H A DBidiFormatter.java98 * Unicode "Pop Directional Formatting" (PDF) character.
100 private static final char PDF = '\u202C'; field in class:BidiFormatter
367 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
368 * LRE+{@code str}+PDF for LTR text.
421 result.append(PDF);
529 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
531 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
547 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
548 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
637 * LRE/RLE/LRO/RLO and its matching PDF a
[all...]
/frameworks/base/core/java/android/text/
H A DBidiFormatter.java103 * Unicode "Pop Directional Formatting" (PDF) character.
105 private static final char PDF = '\u202C'; field in class:BidiFormatter
376 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
377 * LRE+{@code str}+PDF for LTR text.
430 result.append(PDF);
540 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
542 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
558 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
559 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
665 * LRE/RLE/LRO/RLO and its matching PDF a
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 445 milliseconds