Home
last modified time | relevance | path

Searched refs:DealWithPercent (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_format_impl.h52 bool DealWithPercent(char *buff, char *&result, int &status, StyleData &style, int &lastLen) const;
/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp164 if (isPercent && !DealWithPercent(buff, result, status, defaultData->style, lastLen)) { in InnerFormat()
177 bool NumberFormatImpl::DealWithPercent(char *buff, char *&result, int &status, StyleData &style, int &lastLen) const in DealWithPercent() function in NumberFormatImpl

Completed in 1 milliseconds