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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
decimfmt.h 742 * @param symbolsToAdopt the set of symbols to be used. The caller should not
749 DecimalFormatSymbols* symbolsToAdopt,
758 * @param symbolsToAdopt the set of symbols to be used. The caller should no
    [all...]
rbnf.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h 742 * @param symbolsToAdopt the set of symbols to be used. The caller should not
749 DecimalFormatSymbols* symbolsToAdopt,
758 * @param symbolsToAdopt the set of symbols to be used. The caller should no
    [all...]
rbnf.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp     [all...]
decimfmt.cpp 317 DecimalFormatSymbols* symbolsToAdopt,
321 if (symbolsToAdopt == NULL)
323 construct(status, parseError, &pattern, symbolsToAdopt);
327 DecimalFormatSymbols* symbolsToAdopt,
331 if (symbolsToAdopt == NULL)
333 construct(status,parseErr, &pattern, symbolsToAdopt);
355 DecimalFormatSymbols* symbolsToAdopt,
361 construct(status, parseError, &pattern, symbolsToAdopt);
422 DecimalFormatSymbols* symbolsToAdopt)
424 fSymbols = symbolsToAdopt; // Do this BEFORE aborting on status failure!!
    [all...]
rbnf.cpp     [all...]
smpdtfmt.cpp 351 DateFormatSymbols* symbolsToAdopt,
355 fSymbols(symbolsToAdopt),
    [all...]
  /external/icu/icu4c/source/i18n/
numfmt.cpp     [all...]
decimfmt.cpp 338 DecimalFormatSymbols* symbolsToAdopt,
342 if (symbolsToAdopt == NULL)
344 construct(status, parseError, &pattern, symbolsToAdopt);
348 DecimalFormatSymbols* symbolsToAdopt,
352 if (symbolsToAdopt == NULL)
354 construct(status,parseErr, &pattern, symbolsToAdopt);
376 DecimalFormatSymbols* symbolsToAdopt,
382 construct(status, parseError, &pattern, symbolsToAdopt);
443 DecimalFormatSymbols* symbolsToAdopt)
445 fSymbols = symbolsToAdopt; // Do this BEFORE aborting on status failure!!
    [all...]
rbnf.cpp     [all...]
smpdtfmt.cpp 358 DateFormatSymbols* symbolsToAdopt,
362 fSymbols(symbolsToAdopt),
    [all...]

Completed in 352 milliseconds