Searched defs:snf (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1565 const SharedNumberFormat *snf; member in struct:SimpleDateFormat::NSOverride
1569 NSOverride() : snf(NULL), hash(0), next(NULL) {
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp229 if (snf != NULL) {
230 snf->removeRef();
1307 const SharedNumberFormat *snf = NULL; local
1311 snf = cur->snf;
1328 createSharedNumberFormat(ovrLoc, status), cur->snf);
1335 snf = cur->snf;
1353 SharedObject::copyPtr(snf, fSharedNumberFormatters[kDateFields[i]]);
1361 SharedObject::copyPtr(snf, fSharedNumberFormatter
[all...]

Completed in 70 milliseconds