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

  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h 747 * @param symbolsToAdopt the set of symbols to be used. The caller should not
754 DecimalFormatSymbols* symbolsToAdopt,
    [all...]
rbnf.h     [all...]
  /external/icu/icu4c/source/i18n/
decimfmt.cpp 273 DecimalFormatSymbols* symbolsToAdopt,
277 if (symbolsToAdopt == NULL)
279 construct(status, parseError, &pattern, symbolsToAdopt);
283 DecimalFormatSymbols* symbolsToAdopt,
287 if (symbolsToAdopt == NULL)
289 construct(status,parseErr, &pattern, symbolsToAdopt);
311 DecimalFormatSymbols* symbolsToAdopt,
317 construct(status, parseError, &pattern, symbolsToAdopt);
349 DecimalFormatSymbols* symbolsToAdopt)
351 LocalPointer<DecimalFormatSymbols> adoptedSymbols(symbolsToAdopt);
    [all...]