Home
last modified time | relevance | path

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

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