Home
last modified time | relevance | path

Searched refs:gPosixNumberFormat (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/io/
Dlocbund.cpp33 static UNumberFormat *gPosixNumberFormat[ULOCALEBUNDLE_NUMBERFORMAT_COUNT]; variable
39 unum_close(gPosixNumberFormat[style]); in locbund_cleanup()
40 gPosixNumberFormat[style] = NULL; in locbund_cleanup()
51 if (gPosixNumberFormat[style-1] == NULL) { in copyInvariantFormatter()
55 gPosixNumberFormat[style-1] = formatAlias; in copyInvariantFormatter()
60 if (gPosixNumberFormat[style-1] != NULL) { in copyInvariantFormatter()
62 result->fNumberFormat[style-1] = unum_clone(gPosixNumberFormat[style-1], &status); in copyInvariantFormatter()