Home
last modified time | relevance | path

Searched refs:ReplaceAndCountOff (Results 1 - 3 of 3) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/include/
H A Dstr_util.h25 int ReplaceAndCountOff(std::string &content, const int index, const char *sign, const int off);
/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp30 off = ReplaceAndCountOff(strContent, i + off, data->decimal, off); in ConvertSignAndNum()
33 off = ReplaceAndCountOff(strContent, i + off, data->group, off); in ConvertSignAndNum()
36 off = ReplaceAndCountOff(strContent, i + off, data->percent, off); in ConvertSignAndNum()
54 ReplaceAndCountOff(strContent, index + off, data->nativeNums[charPos].c_str(), off) : off; in ConvertNum()
H A Dstr_util.cpp25 int ReplaceAndCountOff(std::string &content, const int index, const char *sign, const int off) in ReplaceAndCountOff() function

Completed in 2 milliseconds