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

1 2 3 4

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestClassOverride.java 36 private static final int PDF = TestData.PDF;
55 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
TestData.java 40 protected static final int PDF = UCharacterDirection.POP_DIRECTIONAL_FORMAT;
51 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
61 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
65 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
70 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
73 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL,
74 AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 50 #define PDF U_POP_DIRECTIONAL_FORMAT
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestClassOverride.java 35 private static final int PDF = TestData.PDF;
54 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
TestData.java 39 protected static final int PDF = UCharacterDirection.POP_DIRECTIONAL_FORMAT;
50 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
60 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
64 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
69 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
72 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL,
73 AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF
    [all...]
  /frameworks/support/core-utils/tests/java/android/support/v4/text/
BidiFormatterTest.java 52 private static final String PDF = "\u202C";
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 + LRM
    [all...]
  /frameworks/base/core/java/android/text/
BidiFormatter.java 101 * Unicode "Pop Directional Formatting" (PDF) character.
103 private static final char PDF = '\u202C';
374 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
375 * LRE+{@code str}+PDF for LTR text.
428 result.append(PDF);
538 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
540 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
556 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
557 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
657 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RT
    [all...]
  /frameworks/support/core-utils/java/android/support/v4/text/
BidiFormatter.java 97 * Unicode "Pop Directional Formatting" (PDF) character.
99 private static final char PDF = '\u202C';
366 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
367 * LRE+{@code str}+PDF for LTR text.
420 result.append(PDF);
528 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
530 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
546 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
547 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
636 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RT
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 57 private static final String PDF = "\u202C";
149 RLE + "." + HE + "." + PDF + LRM,
152 LRM + RLE + "." + HE + "." + PDF + LRM,
155 RLE + "." + HE + "." + PDF,
158 RLE + "." + PDF + LRM,
161 LRE + "." + EN + "." + PDF + RLM,
164 RLM + LRE + "." + EN + "." + PDF + RLM,
167 LRE + "." + EN + "." + PDF,
170 LRE + "." + PDF + RLM,
239 RLE + EN + HE + EN + PDF + LRM
    [all...]
TextUtilsTest.java 189 final String PDF = "\u202C";
194 RLM + LRE + "A" + PDF + RLM + ", " + RLM + LRE + "B" + PDF + RLM;
    [all...]
  /external/guava/guava/src/com/google/common/net/
MediaType.java 314 public static final MediaType PDF = createConstant(APPLICATION_TYPE, "pdf");
  /external/icu/icu4c/source/common/
ubidiimp.h 53 PDF=U_POP_DIRECTIONAL_FORMAT, /* 16 */
83 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(PDF))
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java     [all...]
  /prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.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 

Completed in 891 milliseconds

1 2 3 4