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

/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DElapsedTimer.java86 private static NumberFormat gFormat = null; field in class:ElapsedTimer
89 if(gFormat == null) {
90 gFormat = new RuleBasedNumberFormat(Locale.US,
93 return gFormat;
/external/skia/src/core/
H A DSkString.cpp138 static const char gFormat[] = "%.8g"; local
141 int len = SNPRINTF(buffer, sizeof(buffer), gFormat, value);

Completed in 76 milliseconds