Searched defs:hyphen (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dstrokefill.cpp55 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/
H A Dstrokefill.cpp57 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/
H A Dconvert.cc366 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/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DCharacterNames.h59 const UChar hyphen = 0x2010; member in namespace:WTF::Unicode
127 using WTF::Unicode::hyphen;

Completed in 678 milliseconds