/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | EnumBiMapTest.java | 53 DOLLAR, enumConstant 83 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR), in samples() 134 bimap.put(Currency.DOLLAR, Country.CANADA); in testCreate() 135 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreate() 136 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreate() 143 Currency.DOLLAR, Country.CANADA, in testCreateFromMap() 147 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreateFromMap() 148 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreateFromMap() 171 bimap1.put(Currency.DOLLAR, Country.CANADA); in testEnumBiMapConstructor() 173 assertEquals(Country.CANADA, bimap2.get(Currency.DOLLAR)); in testEnumBiMapConstructor() [all …]
|
D | EnumHashBiMapTest.java | 46 DOLLAR, enumConstant 128 bimap.put(Currency.DOLLAR, "dollar"); in testCreate() 129 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreate() 130 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreate() 137 Currency.DOLLAR, "dollar", in testCreateFromMap() 141 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreateFromMap() 142 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreateFromMap() 165 bimap1.put(Currency.DOLLAR, "dollar"); in testEnumHashBiMapConstructor() 167 assertEquals("dollar", bimap2.get(Currency.DOLLAR)); in testEnumHashBiMapConstructor() 183 bimap1.put(Currency.DOLLAR, Country.SWITZERLAND); in testEnumBiMapConstructor() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | EnumBiMapTest.java | 53 DOLLAR, enumConstant 83 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR), in samples() 134 bimap.put(Currency.DOLLAR, Country.CANADA); in testCreate() 135 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreate() 136 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreate() 143 Currency.DOLLAR, Country.CANADA, in testCreateFromMap() 147 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreateFromMap() 148 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreateFromMap() 171 bimap1.put(Currency.DOLLAR, Country.CANADA); in testEnumBiMapConstructor() 173 assertEquals(Country.CANADA, bimap2.get(Currency.DOLLAR)); in testEnumBiMapConstructor() [all …]
|
D | EnumHashBiMapTest.java | 46 DOLLAR, enumConstant 128 bimap.put(Currency.DOLLAR, "dollar"); in testCreate() 129 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreate() 130 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreate() 137 Currency.DOLLAR, "dollar", in testCreateFromMap() 141 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreateFromMap() 142 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreateFromMap() 165 bimap1.put(Currency.DOLLAR, "dollar"); in testEnumHashBiMapConstructor() 167 assertEquals("dollar", bimap2.get(Currency.DOLLAR)); in testEnumHashBiMapConstructor() 183 bimap1.put(Currency.DOLLAR, Country.SWITZERLAND); in testEnumBiMapConstructor() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | LineBreakTest.txt | 133 × 0023 × 0024 ÷ # × [0.3] NUMBER SIGN (AL) × [24.03] DOLLAR SIGN (PR) ÷ [0.3] 134 × 0023 × 0020 ÷ 0024 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ … 135 …# × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [24.03] DOLLAR SIGN (PR) ÷ [0.3] 136 …IGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ [0.3] 305 × 2014 ÷ 0024 ÷ # × [0.3] EM DASH (B2) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3] 306 × 2014 × 0020 ÷ 0024 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ [0.3] 307 …4 ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3] 308 …ASH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ [0.3] 477 × 0009 ÷ 0024 ÷ # × [0.3] <CHARACTER TABULATION> (BA) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3] 478 × 0009 × 0020 ÷ 0024 ÷ # × [0.3] <CHARACTER TABULATION> (BA) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR S… [all …]
|
D | rbbitst.txt | 1070 # 0024;PR # DOLLAR SIGN
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenTypes.java | 181 public static final int DOLLAR = LexerCore.DOLLAR; field
|
/external/nist-sip/java/gov/nist/core/ |
D | LexerCore.java | 57 public static final int DOLLAR = (int) '$'; field in LexerCore
|
/external/python/cpython3/Tools/unicode/python-mappings/diff/ |
D | jisx0213-2000-std.txt.diff | 97 -3-2170 U+0024 # DOLLAR SIGN Fullwidth: U+FF04 99 +3-2170 U+FF04 # DOLLAR SIGN Fullwidth: U+FF04
|
D | jisx0213-2004-std.txt.diff | 106 -3-2170 U+0024 # DOLLAR SIGN Fullwidth: U+FF04 108 +3-2170 U+FF04 # DOLLAR SIGN Fullwidth: U+FF04
|
/external/python/cpython3/Tools/unicode/python-mappings/ |
D | TIS-620.TXT | 73 0x24 0x0024 # DOLLAR SIGN
|
D | CP273.TXT | 92 0x5B 0x0024 #DOLLAR SIGN
|
D | CP1140.TXT | 126 0x5B 0x0024 #DOLLAR SIGN
|
D | KOI8-U.TXT | 71 0x24 0x0024 # DOLLAR SIGN
|
/external/icu/icu4c/source/data/translit/ |
D | Fullwidth_Halfwidth.txt | 46 $↔'$'; # from FULLWIDTH DOLLAR SIGN
|
D | Latin_ASCII.txt | 811 ﹩ → '$' ; # FE69;SMALL DOLLAR SIGN (compat) 817 $ → '$' ; # FF04;FULLWIDTH DOLLAR SIGN (compat)
|
/external/python/cpython2/Tools/unicode/python-mappings/ |
D | TIS-620.TXT | 73 0x24 0x0024 # DOLLAR SIGN
|
D | CP1140.TXT | 126 0x5B 0x0024 #DOLLAR SIGN
|
D | KOI8-U.TXT | 71 0x24 0x0024 # DOLLAR SIGN
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLR.g | 982 | DOLLAR! label // reference to a label in a rewrite rule 1165 DOLLAR : '$' ;
|
/external/openssh/openbsd-compat/ |
D | glob.c | 90 #define DOLLAR '$' macro
|
/external/unicode/ |
D | emoji-data.txt | 928 …ed_Pictographic# E0.0 [3] (..) CIRCLED ZERO WITH SLASH..CIRCLED DOLLAR SIGN WITH OVERLAID…
|
D | DerivedAge.txt | 1839 1F10D..1F10F ; 13.0 # [3] CIRCLED ZERO WITH SLASH..CIRCLED DOLLAR SIGN WITH OVERLAID BACKSLASH
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | rbbitst.txt | 1070 # 0024;PR # DOLLAR SIGN
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | rbbitst.txt | 1070 # 0024;PR # DOLLAR SIGN
|