Home
last modified time | relevance | path

Searched refs:fPosSuffixPattern (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ddecimfmt.cpp133 fPosSuffixPattern(0), in DecimalFormat()
161 fPosSuffixPattern(0), in DecimalFormat()
191 fPosSuffixPattern(0), in DecimalFormat()
219 fPosSuffixPattern(0), in DecimalFormat()
249 fPosSuffixPattern(0), in DecimalFormat()
290 fPosPrefixPattern = fPosSuffixPattern = NULL; in construct()
353 delete fPosSuffixPattern; in ~DecimalFormat()
368 fPosSuffixPattern(NULL), in DecimalFormat()
404 _copy_us_ptr(&fPosSuffixPattern, rhs.fPosSuffixPattern); in operator =()
481 if (!((fPosSuffixPattern == other->fPosSuffixPattern && // both null in operator ==()
[all …]
/external/icu4c/i18n/unicode/
Ddecimfmt.h1874 UnicodeString* fPosSuffixPattern; variable