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

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp386 int32_t previousWeightIndex = -1; local
394 previousWeightIndex < 0) {
395 previousWeightIndex = i;
408 previousWeightIndex < 0) {
409 previousWeightIndex = i;
430 if(previousWeightIndex >= 0 && weight16 == previousWeight16) {

Completed in 96 milliseconds