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

  /external/icu4c/i18n/
decimfmt.cpp 339 fPosSuffixPattern = 0;
398 fPosPrefixPattern = fPosSuffixPattern = NULL;
571 *fPosSuffixPattern,
593 *fPosSuffixPattern,
670 delete fPosSuffixPattern;
728 _copy_ptr(&fPosSuffixPattern, rhs.fPosSuffixPattern);
811 if (!((fPosSuffixPattern == other->fPosSuffixPattern && // both null
813 || (fPosSuffixPattern != 0 && other->fPosSuffixPattern != 0 &
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h     [all...]

Completed in 24 milliseconds