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

  /external/skia/gm/
strokefill.cpp 54 const char hyphen[] = { 0xE3, 0x83, 0xBC, 0 }; local
55 show_bold(canvas, hyphen, x + SkIntToScalar(300), y, paint);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
CharacterNames.h 53 const UChar hyphen = 0x2010; member in namespace:WTF::Unicode
107 using WTF::Unicode::hyphen;
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TypographyDetector.java 145 * numeric range with a hyphen in the middle (and possibly spaces)
257 int hyphen = text.indexOf('-'); local
258 if (hyphen != -1) {
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 443 char hyphen = '\u30A0'; // KATAKANA-HIRAGANA DOUBLE HYPHEN, ideographic but non starter local
459 layout("L X" + ideographic + hyphen + "X", NO_BREAK);
460 layout("L X" + ideographic + hyphen + "XX", new int[] {2});
461 layout("L XX" + ideographic + hyphen + "XX", new int[] {2});
462 layout("L XXX" + ideographic + hyphen + "X", new int[] {2});
463 layout("L XXXX" + ideographic + hyphen + "X", new int[] {2});
466 layout("L X" + hyphen + ideographic + "X", NO_BREAK);
467 layout("L X" + hyphen + ideographic + "XX", new int[] {4});
468 layout("L XX" + hyphen + ideographic + "XX", new int[] {5})
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 481 * should contain only alphabets, digits, and hyphen.
507 final int hyphen = '-'; local
518 (codepoint == hyphen))) {
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
pdfjs.js     [all...]

Completed in 396 milliseconds