Home
last modified time | relevance | path

Searched refs:DOLLAR (Results 1 – 25 of 33) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/collect/
DEnumBiMapTest.java54 private enum Currency { DOLLAR, FRANC, PESO, POUND, YEN } enumConstant
72 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR), in samples()
122 bimap.put(Currency.DOLLAR, Country.CANADA); in testCreate()
123 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreate()
124 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreate()
130 Currency.DOLLAR, Country.CANADA, in testCreateFromMap()
134 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreateFromMap()
135 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreateFromMap()
159 bimap1.put(Currency.DOLLAR, Country.CANADA); in testEnumBiMapConstructor()
162 assertEquals(Country.CANADA, bimap2.get(Currency.DOLLAR)); in testEnumBiMapConstructor()
[all …]
DEnumHashBiMapTest.java47 private enum Currency { DOLLAR, FRANC, PESO, POUND, YEN } enumConstant
116 bimap.put(Currency.DOLLAR, "dollar"); in testCreate()
117 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreate()
118 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreate()
124 Currency.DOLLAR, "dollar", in testCreateFromMap()
129 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreateFromMap()
130 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreateFromMap()
156 bimap1.put(Currency.DOLLAR, "dollar"); in testEnumHashBiMapConstructor()
159 assertEquals("dollar", bimap2.get(Currency.DOLLAR)); in testEnumHashBiMapConstructor()
178 bimap1.put(Currency.DOLLAR, Country.SWITZERLAND); in testEnumBiMapConstructor()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DEnumBiMapTest.java45 private enum Currency { DOLLAR, FRANC, PESO, POUND, YEN } enumConstant
63 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR), in samples()
98 bimap.put(Currency.DOLLAR, Country.CANADA); in testCreate()
99 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreate()
100 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreate()
106 Currency.DOLLAR, Country.CANADA, in testCreateFromMap()
110 assertEquals(Country.CANADA, bimap.get(Currency.DOLLAR)); in testCreateFromMap()
111 assertEquals(Currency.DOLLAR, bimap.inverse().get(Country.CANADA)); in testCreateFromMap()
135 bimap1.put(Currency.DOLLAR, Country.CANADA); in testEnumBiMapConstructor()
138 assertEquals(Country.CANADA, bimap2.get(Currency.DOLLAR)); in testEnumBiMapConstructor()
[all …]
DEnumHashBiMapTest.java38 private enum Currency { DOLLAR, FRANC, PESO, POUND, YEN } enumConstant
91 bimap.put(Currency.DOLLAR, "dollar"); in testCreate()
92 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreate()
93 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreate()
99 Currency.DOLLAR, "dollar", in testCreateFromMap()
104 assertEquals("dollar", bimap.get(Currency.DOLLAR)); in testCreateFromMap()
105 assertEquals(Currency.DOLLAR, bimap.inverse().get("dollar")); in testCreateFromMap()
131 bimap1.put(Currency.DOLLAR, "dollar"); in testEnumHashBiMapConstructor()
134 assertEquals("dollar", bimap2.get(Currency.DOLLAR)); in testEnumHashBiMapConstructor()
153 bimap1.put(Currency.DOLLAR, Country.SWITZERLAND); in testEnumBiMapConstructor()
[all …]
/external/icu/icu4c/source/test/testdata/
DLineBreakTest.txt137 × 0023 × 0024 ÷ # × [0.3] NUMBER SIGN (AL) × [24.03] DOLLAR SIGN (PR) ÷ [0.3]
138 × 0023 × 0020 ÷ 0024 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR SIGN (PR) ÷ …
139 …# × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [24.03] DOLLAR SIGN (PR) ÷ [0.3]
140 …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]
473 × 0009 ÷ 0024 ÷ # × [0.3] <CHARACTER TABULATION> (BA) ÷ [999.0] DOLLAR SIGN (PR) ÷ [0.3]
474 × 0009 × 0020 ÷ 0024 ÷ # × [0.3] <CHARACTER TABULATION> (BA) × [7.01] SPACE (SP) ÷ [18.0] DOLLAR S…
[all …]
Drbbitst.txt579 # 0024;PR # DOLLAR SIGN
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java181 public static final int DOLLAR = LexerCore.DOLLAR; field
/external/nist-sip/java/gov/nist/core/
DLexerCore.java57 public static final int DOLLAR = (int) '$'; field in LexerCore
/external/python/cpython2/Tools/unicode/python-mappings/
DTIS-620.TXT73 0x24 0x0024 # DOLLAR SIGN
DCP1140.TXT126 0x5B 0x0024 #DOLLAR SIGN
DKOI8-U.TXT71 0x24 0x0024 # DOLLAR SIGN
/external/python/cpython3/Tools/unicode/python-mappings/
DTIS-620.TXT73 0x24 0x0024 # DOLLAR SIGN
DCP1140.TXT126 0x5B 0x0024 #DOLLAR SIGN
DCP273.TXT92 0x5B 0x0024 #DOLLAR SIGN
DKOI8-U.TXT71 0x24 0x0024 # DOLLAR SIGN
/external/icu/icu4c/source/data/translit/
DFullwidth_Halfwidth.txt45 $↔'$'; # from FULLWIDTH DOLLAR SIGN
DLatin_ASCII.txt709 ﹩ → '$' ; # FE69;SMALL DOLLAR SIGN (compat)
715 $ → '$' ; # FF04;FULLWIDTH DOLLAR SIGN (compat)
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLR.g982 | DOLLAR! label // reference to a label in a rewrite rule
1165 DOLLAR : '$' ;
/external/openssh/openbsd-compat/
Dglob.c83 #define DOLLAR '$' macro
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
Drbbitst.txt579 # 0024;PR # DOLLAR SIGN
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
Drbbitst.txt579 # 0024;PR # DOLLAR SIGN
/external/cldr/common/uca/
Dallkeys_DUCET.txt337 E0024 ; [.0000.0000.0000.0000] # TAG DOLLAR SIGN
5851 1F4B2 ; [*12ED.0020.0002.1F4B2] # HEAVY DOLLAR SIGN
5854 1F4B5 ; [*12F0.0020.0002.1F4B5] # BANKNOTE WITH DOLLAR SIGN
6575 0024 ; [.15BA.0020.0002.0024] # DOLLAR SIGN
6576 FF04 ; [.15BA.0020.0003.FF04] # FULLWIDTH DOLLAR SIGN
6577 FE69 ; [.15BA.0020.000F.FE69] # SMALL DOLLAR SIGN
Dallkeys_CLDR.txt519 E0024 ; [.0000.0000.0000] # TAG DOLLAR SIGN
6641 1F4B2 ; [.13C6.0020.0002] # HEAVY DOLLAR SIGN
6644 1F4B5 ; [.13C9.0020.0002] # BANKNOTE WITH DOLLAR SIGN
8410 0024 ; [.1AA8.0020.0002] # DOLLAR SIGN
8411 FF04 ; [.1AA8.0020.0003] # FULLWIDTH DOLLAR SIGN
8412 FE69 ; [.1AA8.0020.000F] # SMALL DOLLAR SIGN
/external/icu/icu4c/source/data/unidata/norm2/
Duts46.txt5396 FE69 >0024 # 1.1 SMALL DOLLAR SIGN
5462 FF04 >0024 # 1.1 FULLWIDTH DOLLAR SIGN
/external/cldr/tools/java/org/unicode/cldr/draft/
DCategories.txt37 0024 Sc Symbol Currency DOLLAR SIGN
15655 FE69 Sc Punctuation SMALL DOLLAR SIGN
15802 FF04 Sc Symbol Currency FULLWIDTH DOLLAR SIGN
23095 1F4B2 So Symbol Finance HEAVY DOLLAR SIGN
23098 1F4B5 So Symbol Finance BANKNOTE WITH DOLLAR SIGN
24073 E0024 Cf Format Tag TAG DOLLAR SIGN

12