HomeSort by relevance Sort by last modified time
    Searched defs:PDF (Results 1 - 15 of 15) sorted by null

  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 42 private static final String PDF = "\u202C";
112 RLE + "." + HE + "." + PDF + LRM,
115 LRM + RLE + "." + HE + "." + PDF + LRM,
118 RLE + "." + HE + "." + PDF,
121 RLE + "." + PDF + LRM,
124 LRE + "." + EN + "." + PDF + RLM,
127 RLM + LRE + "." + EN + "." + PDF + RLM,
130 LRE + "." + EN + "." + PDF,
133 LRE + "." + PDF + RLM,
202 RLE + EN + HE + EN + PDF + LRM
    [all...]
  /frameworks/support/v4/tests/java/android/support/v4/text/
BidiFormatterTest.java 41 private static final String PDF = "\u202C";
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 + LRM
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.h 51 #define PDF U_POP_DIRECTIONAL_FORMAT
  /frameworks/base/core/java/android/text/
BidiFormatter.java 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 RT
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 96 * Unicode "Pop Directional Formatting" (PDF) character.
98 private static final char PDF = '\u202C';
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 as a strong character, LTR after LRE/LRO, and RT
    [all...]
  /external/icu4c/common/
ubidiimp.h 53 PDF=U_POP_DIRECTIONAL_FORMAT,
80 #define MASK_EXPLICIT (MASK_LRX|MASK_RLX|DIRPROP_FLAG(PDF))
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 887 milliseconds