Home | History | Annotate | Download | only in text

Lines Matching defs:PDF

100      * Unicode "Pop Directional Formatting" (PDF) character.
102 private static final char PDF = '\u202C';
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 as a strong character, LTR after LRE/LRO, and RTL
570 * LRE/RLE/LRO/RLO/PDF characters.
666 * matching PDF as a strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results
667 * are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF characters.