Home
last modified time | relevance | path

Searched refs:NUM_DIGIT_SIZE (Results 1 – 2 of 2) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/src/
Dnumber_format_impl.cpp104 std::string splitDigit[NUM_DIGIT_SIZE]; in Init()
105 Split(unprocessedNumberDigit, splitDigit, NUM_DIGIT_SIZE, NUM_DIGIT_SEP); in Init()
106 defaultData->SetNumSystem(splitDigit, NUM_DIGIT_SIZE); in Init()
/base/global/i18n_lite/frameworks/i18n/include/
Ddata_resource.h46 #define NUM_DIGIT_SIZE 10 macro