Searched defs:sourceListLen (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducol_res.cpp630 int32_t sourceListLen = 0, targetListLen = 0; local
633 sourceListLen = ucol_tok_assembleTokenList(&sourceParser, &parseError, &status);
636 if(sourceListLen != targetListLen) {
643 for(i = 0; i < sourceListLen; i++) {
647 for(j = 0; j < sourceListLen; j++) {
699 if(j == sourceListLen) {

Completed in 23 milliseconds