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

  /external/chromium_org/ppapi/cpp/private/
pdf.h 20 class PDF {
29 // TODO(raymes): Remove this version when the PDF code is changed to use
  /external/chromium_org/ppapi/tests/
test_pdf.cc 10 #include "ppapi/cpp/private/pdf.h"
14 REGISTER_TEST_CASE(PDF);
26 pp::Var string = pp::PDF::GetLocalizedString(instance_,
36 pp::PDF::GetResourceImage(instance_, PP_RESOURCEIMAGE_PDF_BUTTON_ZOOMIN);
  /external/chromium_org/tools/grit/grit/
pseudo_rtl.py 65 PDF = u'\u202c'
81 part = ALPHABETIC_RUN.sub(lambda run: RLO + run.group() + PDF, part)
  /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/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.h 51 #define PDF U_POP_DIRECTIONAL_FORMAT
  /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/chromium_org/third_party/icu/source/common/
ubidiimp.h 53 PDF=U_POP_DIRECTIONAL_FORMAT,
80 #define MASK_EXPLICIT (MASK_LRX|MASK_RLX|DIRPROP_FLAG(PDF))
  /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 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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 595 milliseconds