Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp294 int addIndex = 0; in AddGroup() local
295 for (int i = 0; (i < intLen) && (addIndex < targetLen); i++, addIndex++) { in AddGroup()
300 target[addIndex] = ','; in AddGroup()
301 addIndex++; in AddGroup()
303 target[addIndex] = source[i]; in AddGroup()
306 target[addIndex] = ','; in AddGroup()
307 addIndex++; in AddGroup()
308 target[addIndex] = source[i]; in AddGroup()
311 target[addIndex] in AddGroup()
[all...]

Completed in 2 milliseconds