Searched refs:ReplaceAndCountOff (Results 1 - 3 of 3) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/include/ |
H A D | str_util.h | 25 int ReplaceAndCountOff(std::string &content, const int index, const char *sign, const int off);
|
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | number_format_impl.cpp | 30 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 D | str_util.cpp | 25 int ReplaceAndCountOff(std::string &content, const int index, const char *sign, const int off)
in ReplaceAndCountOff() function
|
Completed in 2 milliseconds