Searched refs:fSharedNumberFormatters (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp297 if (fSharedNumberFormatters == NULL ||
298 fSharedNumberFormatters[index] == NULL) {
301 return &(**fSharedNumberFormatters[index]);
360 if (fSharedNumberFormatters) {
361 freeSharedNumberFormatters(fSharedNumberFormatters);
378 fSharedNumberFormatters(NULL),
394 fSharedNumberFormatters(NULL),
415 fSharedNumberFormatters(NULL),
438 fSharedNumberFormatters(NULL),
461 fSharedNumberFormatters(NUL
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1580 const SharedNumberFormat **fSharedNumberFormatters; member in class:SimpleDateFormat

Completed in 50 milliseconds