Searched defs:numFormat (Results 1 – 3 of 3) sorted by relevance
39 char *numFormat = nullptr; // number format style member
437 NumberFormat *numFormat = new (std::nothrow) NumberFormat(locales, options); variable519 std::unique_ptr<NumberFormat> numFormat = std::make_unique<NumberFormat>(locales, options); variable
399 NumberFormat *numFormat = new (std::nothrow) NumberFormat(locales, options); variable