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

/external/icu/icu4c/source/io/
H A Dlocbund.cpp35 static UNumberFormat *gPosixNumberFormat[ULOCALEBUNDLE_NUMBERFORMAT_COUNT]; variable
41 unum_close(gPosixNumberFormat[style]);
42 gPosixNumberFormat[style] = NULL;
53 if (gPosixNumberFormat[style-1] == NULL) {
57 gPosixNumberFormat[style-1] = formatAlias;
62 if (gPosixNumberFormat[style-1] != NULL) {
64 result->fNumberFormat[style-1] = unum_clone(gPosixNumberFormat[style-1], &status);

Completed in 132 milliseconds