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

  /external/icu4c/i18n/unicode/
decimfmt.h 739 * @param symbolsToAdopt the set of symbols to be used. The caller should not
746 DecimalFormatSymbols* symbolsToAdopt,
755 * @param symbolsToAdopt the set of symbols to be used. The caller should not
    [all...]
rbnf.h     [all...]
  /external/icu4c/i18n/
numfmt.cpp     [all...]
decimfmt.cpp 285 DecimalFormatSymbols* symbolsToAdopt,
289 if (symbolsToAdopt == NULL)
291 construct(status, parseError, &pattern, symbolsToAdopt);
295 DecimalFormatSymbols* symbolsToAdopt,
299 if (symbolsToAdopt == NULL)
301 construct(status,parseErr, &pattern, symbolsToAdopt);
323 DecimalFormatSymbols* symbolsToAdopt,
329 construct(status, parseError, &pattern, symbolsToAdopt);
388 DecimalFormatSymbols* symbolsToAdopt)
390 fSymbols = symbolsToAdopt; // Do this BEFORE aborting on status failure!!
    [all...]
rbnf.cpp     [all...]
smpdtfmt.cpp 342 DateFormatSymbols* symbolsToAdopt,
346 fSymbols(symbolsToAdopt),
    [all...]

Completed in 1278 milliseconds