Home
last modified time | relevance | path

Searched refs:DASH (Results 1 – 25 of 58) sorted by relevance

123

/external/icu/icu4c/source/test/testdata/
DLineBreakTest.txt33 × 0023 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) ÷ [999.0] EM DASH (B2) ÷ [0.3]
34 × 0023 × 0020 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3]
35 …4 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] EM DASH (B2) ÷ [0.3]
36 …ER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3]
197 × 2014 ÷ 0023 ÷ # × [0.3] EM DASH (B2) ÷ [999.0] NUMBER SIGN (AL) ÷ [0.3]
198 × 2014 × 0020 ÷ 0023 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIGN (AL) ÷ [0.3]
199 × 2014 × 0308 ÷ 0023 ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] NUMBE…
200 × 2014 × 0308 × 0020 ÷ 0023 ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01]…
201 × 2014 × 2014 ÷ # × [0.3] EM DASH (B2) × [17.0] EM DASH (B2) ÷ [0.3]
202 × 2014 × 0020 × 2014 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) × [17.0] EM DASH (B2) ÷ [0.3]
[all …]
/external/toybox/tests/
Dchmod.test37 DASH=d
41 DASH=-
45 ls -ld $type | cut -d' ' -f 1 | cut -d. -f 1" "$DASH$DASHES\n" "" ""
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp208 case BorderStyle::DASH: in SetBorderStyle()
232 return BorderStyle::DASH; in GetBorderStyle()
246 return BorderStyle::DASH; in GetBorderStyle()
/external/pdfium/core/fpdfdoc/
Dcpdf_defaultappearance.h16 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE }; enumerator
Dcpvt_generateap.cpp224 case BorderStyle::DASH: in GenerateBorderAP()
986 nBorderStyle = BorderStyle::DASH; in GenerateFormAP()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java85 public static final int DASH = 4; field
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java79 public static final int DASH = 4; field
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h168 DASH = 371, enumerator
Dglslang.y183 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
416 | DASH { $$.op = EOpNegative; }
447 | additive_expression DASH multiplicative_expression {
Dglslang.l379 "-" { return(DASH); }
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp442 case BorderStyle::DASH: { in GetCircleBorderAppStream()
964 case BorderStyle::DASH: in GetBorderAppStreamInternal()
1162 case BorderStyle::DASH: in SetAsPushButton()
1337 case BorderStyle::DASH: in SetAsCheckBox()
1453 case BorderStyle::DASH: in SetAsRadioButton()
1854 case BorderStyle::DASH: { in SetAsTextField()
1974 case BorderStyle::DASH: in GetBorderAppStream()
Dcpwl_edit.cpp240 case BorderStyle::DASH: { in DrawThisAppearance()
/external/python/cpython2/Lib/bsddb/test/
Dtest_thread.py10 DASH = '-' variable
62 return DASH.join([key] * 5)
Dtest_basics.py17 DASH = '-' variable
129 return DASH.join([key] * 5)
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h430 DASH = 640, enumerator
DScan.cpp787 case '-': return DASH; in tokenize()
Dglslang.y239 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
522 | DASH { $$.loc = $1.loc; $$.op = EOpNegative; }
556 | additive_expression DASH multiplicative_expression {
/external/icu/icu4c/source/data/translit/
DLatin_ASCII.txt623 ‒ → '-' ; # 2012;FIGURE DASH (from ‹character-fallback›)
624 – → '-' ; # 2013;EN DASH (from ‹character-fallback›)
625 — → '-' ; # 2014;EM DASH (from ‹character-fallback›)
627 ︱ → '-' ; # FE31;PRESENTATION FORM FOR VERTICAL EM DASH (compat)
628 ︲ → '-' ; # FE32;PRESENTATION FORM FOR VERTICAL EN DASH (compat)
629 ﹘ → '-' ; # FE58;SMALL EM DASH (compat)
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp314 case BorderStyle::DASH: in GetCreateParam()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterTest.java1761 { 0x058a, UProperty.DASH, 1 }, in TestAdditionalProperties()
1762 { 0x007e, UProperty.DASH, 0 }, in TestAdditionalProperties()
2172 if (UCharacter.getIntPropertyMinValue(UProperty.DASH) != 0 in TestAdditionalProperties()
2180 if( UCharacter.getIntPropertyMaxValue(UProperty.DASH)!=1) { in TestAdditionalProperties()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java1758 { 0x058a, UProperty.DASH, 1 }, in TestAdditionalProperties()
1759 { 0x007e, UProperty.DASH, 0 }, in TestAdditionalProperties()
2169 if (UCharacter.getIntPropertyMinValue(UProperty.DASH) != 0 in TestAdditionalProperties()
2177 if( UCharacter.getIntPropertyMaxValue(UProperty.DASH)!=1) { in TestAdditionalProperties()
/external/mksh/src/
Dcheck.t1554 (echo "$1 DASH norm foo ${v:-'bar'} baz")
1568 (echo "$1 DASH parn foo ${v:-(bar)} baz")
1582 (echo "$1 DASH brac foo ${v:-a$u{{{\}b} c ${v:-d{}} baz")
1603 1 DASH norm foo 'bar' baz
1611 2 DASH norm foo 'bar' baz
1619 3 DASH norm foo x baz
1627 4 DASH parn foo (bar) baz
1635 5 DASH parn foo (bar) baz
1643 6 DASH parn foo x baz
1651 7 DASH brac foo ax{{{}b c d{} baz
[all …]
/external/unicode/
Demoji-variation-sequences.txt332 3030 FE0E ; text style; # (1.1) WAVY DASH
333 3030 FE0F ; emoji style; # (1.1) WAVY DASH
/external/pdfium/fxjs/
Dcjs_field.cpp432 case BorderStyle::DASH: in get_border_style()
473 nBorderStyle = BorderStyle::DASH; in SetBorderStyle()
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtokenization.txt1094 0x96 U+2013 EN DASH ('–')
1095 0x97 U+2014 EM DASH ('—')

123