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

  /external/icu4c/i18n/
decimfmt.cpp 323 fPosSuffixPattern = 0;
370 fPosPrefixPattern = fPosSuffixPattern = NULL;
510 *fPosSuffixPattern,
532 *fPosSuffixPattern,
609 delete fPosSuffixPattern;
655 _copy_us_ptr(&fPosSuffixPattern, rhs.fPosSuffixPattern);
746 if (!((fPosSuffixPattern == other->fPosSuffixPattern && // both null
748 || (fPosSuffixPattern != 0 && other->fPosSuffixPattern != 0 &
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h     [all...]

Completed in 254 milliseconds