OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:affix_2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
currpinf.cpp
42
const UnicodeString*
affix_2
= (UnicodeString*)val2.pointer;
local
43
return *affix_1 == *
affix_2
;
decimfmt.cpp
144
const AffixesForCurrency*
affix_2
=
local
146
return affix_1->negPrefixForCurrency ==
affix_2
->negPrefixForCurrency &&
147
affix_1->negSuffixForCurrency ==
affix_2
->negSuffixForCurrency &&
148
affix_1->posPrefixForCurrency ==
affix_2
->posPrefixForCurrency &&
149
affix_1->posSuffixForCurrency ==
affix_2
->posSuffixForCurrency;
157
const AffixPatternsForCurrency*
affix_2
=
local
160
affix_2
->negPrefixPatternForCurrency &&
162
affix_2
->negSuffixPatternForCurrency &&
164
affix_2
->posPrefixPatternForCurrency &&
166
affix_2
->posSuffixPatternForCurrency &
[
all
...]
/external/icu4c/i18n/
currpinf.cpp
43
const UnicodeString*
affix_2
= (UnicodeString*)val2.pointer;
local
44
return *affix_1 == *
affix_2
;
decimfmt.cpp
172
const AffixesForCurrency*
affix_2
=
local
174
return affix_1->negPrefixForCurrency ==
affix_2
->negPrefixForCurrency &&
175
affix_1->negSuffixForCurrency ==
affix_2
->negSuffixForCurrency &&
176
affix_1->posPrefixForCurrency ==
affix_2
->posPrefixForCurrency &&
177
affix_1->posSuffixForCurrency ==
affix_2
->posSuffixForCurrency;
185
const AffixPatternsForCurrency*
affix_2
=
local
188
affix_2
->negPrefixPatternForCurrency &&
190
affix_2
->negSuffixPatternForCurrency &&
192
affix_2
->posPrefixPatternForCurrency &&
194
affix_2
->posSuffixPatternForCurrency &
[
all
...]
Completed in 38 milliseconds