Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DElapsedTimer.java93 private static NumberFormat gFormat = null; field in ElapsedTimer
96 if(gFormat == null) { in getFormat()
97 gFormat = new RuleBasedNumberFormat(Locale.US, in getFormat()
100 return gFormat; in getFormat()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DElapsedTimer.java90 private static NumberFormat gFormat = null; field in ElapsedTimer
93 if(gFormat == null) { in getFormat()
94 gFormat = new RuleBasedNumberFormat(Locale.US, in getFormat()
97 return gFormat; in getFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiPhysicalDeviceFormatPropertiesMaint5Tests.cpp333 de::MovePtr<tcu::TestCaseGroup> gFormat(new tcu::TestCaseGroup(testCtx, "format", "")); in createMaintenance5Tests()
341 gFormat->addChild(new UnsupportedParametersMaintenance5TestCase(testCtx, func.first, p, true)); in createMaintenance5Tests()
345 gRoot->addChild(gFormat.release()); in createMaintenance5Tests()
/third_party/skia/src/core/
H A DSkString.cpp173 static const char gFormat[] = "%.8g"; in SkStrAppendScalar() local
176 int len = snprintf(buffer, sizeof(buffer), gFormat, value); in SkStrAppendScalar()

Completed in 4 milliseconds