HomeSort by relevance Sort by last modified time
    Searched refs:arabic (Results 1 - 19 of 19) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/
FormatterTest.java 27 Locale arabic = new Locale("ar"); local
31 String.format(arabic, "12 %d 34", 1234567890));
34 String.format(arabic, "12 %,d 34", 1234567890));
37 String.format(arabic, "12 %.3e 34", 1.23));
39 String.format(arabic, "12 %.3f 34", 1.23));
41 String.format(arabic, "12 %.3g 34", 1.23));
47 String.format(arabic, "12 %tT 34", c));
49 assertEquals("1234", String.format(arabic, "1234"));
50 assertEquals("1234", String.format(arabic, "%s", "1234"));
51 assertEquals("1234", String.format(arabic, "%s", 1234))
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
NumberFormatTest.java 75 Locale arabic = new Locale("ar"); local
76 NumberFormat nf = NumberFormat.getNumberInstance(arabic);
77 assertEquals('\u0660', new DecimalFormatSymbols(arabic).getZeroDigit());
  /libcore/benchmarks/src/benchmarks/regression/
FormatterBenchmark.java 51 Locale arabic = new Locale("ar"); local
55 f.format(arabic, "this is a reasonably short string that has an int %d in it", value);
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
Makefile.am 19 harfbuzz-arabic.c \
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-private.hh 56 HB_COMPLEX_SHAPER_IMPLEMENT (arabic) \
176 /* For Arabic script, use the Arabic shaper even if no OT script tag was found.
177 * This is because we do fallback shaping for Arabic script (and not others). */
  /external/harfbuzz_ng/
Android.mk 71 src/hb-ot-shape-complex-arabic.cc \
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh 56 HB_COMPLEX_SHAPER_IMPLEMENT (arabic) \
180 /* For Arabic script, use the Arabic shaper even if no OT script tag was found.
181 * This is because we do fallback shaping for Arabic script (and not others). */
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 443 const int arabic[] = { local
454 while (num >= arabic[i]) {
455 num = num - arabic[i];
  /external/chromium_org/third_party/harfbuzz-ng/
harfbuzz-ng.target.darwin-arm.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
harfbuzz-ng.target.darwin-arm64.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
harfbuzz-ng.target.darwin-mips.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
harfbuzz-ng.target.darwin-x86.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
harfbuzz-ng.target.darwin-x86_64.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
harfbuzz-ng.target.linux-arm.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
harfbuzz-ng.target.linux-arm64.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
harfbuzz-ng.target.linux-mips.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
harfbuzz-ng.target.linux-x86.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
harfbuzz-ng.target.linux-x86_64.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 749 milliseconds