HomeSort by relevance Sort by last modified time
    Searched full:hyphen (Results 1 - 25 of 525) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/
DEPS 9 "+third_party/hyphen/hyphen.h",
  /external/chromium_org/third_party/skia/gm/
strokefill.cpp 55 const unsigned char hyphen[] = { 0xE3, 0x83, 0xBC }; local
56 show_bold(canvas, hyphen, SK_ARRAY_COUNT(hyphen), x + SkIntToScalar(300), y, paint);
  /external/skia/gm/
strokefill.cpp 57 const unsigned char hyphen[] = { 0xE3, 0x83, 0xBC }; local
58 show_bold(canvas, hyphen, SK_ARRAY_COUNT(hyphen), x + SkIntToScalar(300), y, paint);
  /external/chromium_org/third_party/fips181/
convert.cc 206 {45, "HYPHEN"},
340 {45, "HYPHEN" },
366 char hyphen = '-'; local
391 /* Place the hyphen after each symbol */
392 (void) memcpy((void *)(tmp_ptr), (void *)&hyphen, 1);
397 /* Remove hyphen at the end of the word */
  /external/ipsec-tools/src/libipsec/
policy_parse.h 57 HYPHEN = 273
76 #define HYPHEN 273
policy_parse.y 144 %token SLASH HYPHEN
184 | DIR PRIORITY HYPHEN PRIO_OFFSET ACTION
239 | DIR PRIORITY PRIO_BASE HYPHEN PRIO_OFFSET ACTION
328 HYPHEN
339 HYPHEN
345 | ME HYPHEN ANY {
351 | ANY HYPHEN ME {
358 | ME HYPHEN ME
policy_token.l 76 hyphen \-
154 {hyphen} { return(HYPHEN); }
  /external/chromium_org/webkit/
DEPS 16 "+third_party/hyphen",
  /external/e2fsprogs/lib/e2p/
percent.c 18 * an overflow. "Is there a hyphen in anal-retentive?" :-)
  /external/qemu/pc-bios/keymaps/
nl 55 hyphen 0x35
  /external/llvm/lib/Support/
regcname.h 102 { "hyphen", '-' },
103 { "hyphen-minus", '-' },
  /external/llvm/unittests/Support/
UnicodeTest.cpp 30 // 00AD SOFT HYPHEN is displayed on most terminals as a space or a dash. Some
75 EXPECT_TRUE(isPrintable(0xAD)); // SOFT HYPHEN is displayed on most terminals
  /ndk/sources/host-tools/ndk-stack/regex/
cname.h 99 { "hyphen", '-' },
100 { "hyphen-minus", '-' },
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelectorTest.cpp 41 "[attr|=\"value\"] { }" // One of a hyphen-separated list
  /external/e2fsprogs/misc/
logsave.8.in 30 is a single hyphen ('-'), then instead of executing a program,
  /external/fonttools/Lib/fontTools/encodings/
MacRoman.py 8 'hyphen', 'period', 'slash', 'zero', 'one', 'two', 'three', 'four', 'five',
StandardEncoding.py 11 'comma', 'hyphen', 'period', 'slash', 'zero', 'one', 'two',
  /libcore/luni/src/main/java/org/w3c/dom/
Comment.java 23 * (double-hyphen) in the content, which is illegal in a comment per section
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_array_in_pointer.py 7 # helper function to dump memory contents in hex, with a hyphen
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_array_in_pointer.py 7 # helper function to dump memory contents in hex, with a hyphen
  /external/chromium_org/chrome/browser/resources/app_list/
speech_manager.js 45 var hyphen = prefix.indexOf('-');
46 if (hyphen >= 0)
47 prefix = prefix.substr(0, hyphen);
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewWordLimitsTest.java 196 final String PUNCTUATION_DASH = "non-fiction"; // Hyphen
259 SpannableString textDash = new SpannableString("non-fiction"); // Hyphen
275 // Hyphen is part of selection
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
css_properties.py 70 """Convert hyphen-separated-name to UpperCamelCase.
  /external/chromium_org/third_party/icu/source/i18n/
selfmtimpl.h 37 #define HYPHEN ((UChar)0x002D)
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
AddressProblemType.java 51 * <p>For example, in the U.S. postal codes are five digits with an optional hyphen followed by

Completed in 727 milliseconds

1 2 3 4 5 6 7 8 91011>>