Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_format_impl.h49 void AddGroup(char *targetAndSource[], const int len[], const char *decimal, bool hasDec, int decLen) const;
/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp280 void NumberFormatImpl::AddGroup(char *targetAndSource[], const int len[], const char *decimal, in AddGroup() argument
283 // The len array must have at least 3 elements and the targetAndSource array in AddGroup()
285 if ((targetAndSource == nullptr) || (len == nullptr)) { in AddGroup()
288 char *target = targetAndSource[0]; // use array to store target and source string, first is target string in AddGroup()
290 char *source = targetAndSource[1]; // use array to store target and source string, second is source string in AddGroup()

Completed in 2 milliseconds