HomeSort by relevance Sort by last modified time
    Searched refs:fPosPrefixPattern (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
decimalformatpattern.h 64 UnicodeString fPosPrefixPattern;
decimfmt.cpp 395 fPosPrefixPattern = 0;
456 fPosPrefixPattern = fPosSuffixPattern = NULL;
631 *fPosPrefixPattern,
653 *fPosPrefixPattern,
730 delete fPosPrefixPattern;
789 _copy_ptr(&fPosPrefixPattern, rhs.fPosPrefixPattern);
868 if (!((fPosPrefixPattern == other->fPosPrefixPattern && // both null
870 || (fPosPrefixPattern != 0 && other->fPosPrefixPattern != 0 &
    [all...]
decimalformatpattern.cpp 99 fPosPrefixPattern(),
552 out.fPosPrefixPattern = prefix;
623 out.fPosPrefixPattern.remove();
646 (out.fNegPrefixPattern == out.fPosPrefixPattern
652 .append(out.fPosPrefixPattern);
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h     [all...]

Completed in 50 milliseconds