Home
last modified time | relevance | path

Searched refs:nativeNums (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_data.h57 std::string nativeNums[NUM_SIZE] = {}; // used to store 0-9 letters in current language variable
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_data.cpp67 ArrayCopy(nativeNums, NUM_SIZE, numSym, numSize); in SetNumSystem()
H A Dnumber_format_impl.cpp54 ReplaceAndCountOff(strContent, index + off, data->nativeNums[charPos].c_str(), off) : off; in ConvertNum()