Home
last modified time | relevance | path

Searched defs:numFormat (Results 1 – 3 of 3) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/include/
Dnumber_data.h39 char *numFormat = nullptr; // number format style member
/base/global/i18n/frameworks/intl/test/unittest/
Dnumber_format_test_extend.cpp437 NumberFormat *numFormat = new (std::nothrow) NumberFormat(locales, options); variable
519 std::unique_ptr<NumberFormat> numFormat = std::make_unique<NumberFormat>(locales, options); variable
Dintl_test.cpp399 NumberFormat *numFormat = new (std::nothrow) NumberFormat(locales, options); variable