HomeSort by relevance Sort by last modified time
    Searched defs:DecimalFormatImpl (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
decimfmtimpl.cpp 45 DecimalFormatImpl::DecimalFormatImpl(
71 DecimalFormatImpl::DecimalFormatImpl(
88 DecimalFormatImpl::DecimalFormatImpl(
89 NumberFormat *super, const DecimalFormatImpl &other, UErrorCode &status) :
127 DecimalFormatImpl &
128 DecimalFormatImpl::assign(const DecimalFormatImpl &other, UErrorCode &status)
    [all...]
decimfmtimpl.h 35 * DecimalFormatImpl is the glue code between the legacy DecimalFormat class
43 * getPadCharacterString() method, DecimalFormatImpl has a getPadCharacter()
48 * delegate to the DecimalFormat's DecimalFormatImpl method.
52 * instance. This way each DecimalFormatImpl instance can read or even modify
64 * independent attributes. DecimalFormatImpl often uses the derived
96 * For copy and assign, DecimalFormatImpl copies and assigns every attribute
154 class DecimalFormatImpl : public UObject {
157 DecimalFormatImpl(
162 DecimalFormatImpl(
168 DecimalFormatImpl(
    [all...]

Completed in 1054 milliseconds