Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp289 int targetLen = len[0]; // use array to store target length and source length, first is target length in AddGroup() local
295 for (int i = 0; (i < intLen) && (addIndex < targetLen); i++, addIndex++) { in AddGroup()
321 for (int j = 1; (j < decLen) && (addIndex < targetLen); j++) { in AddGroup()

Completed in 3 milliseconds