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

/external/icu4c/test/intltest/
H A Drbbitst.cpp1500 int32_t tagValue = 0; // The numeric value of a <nnn> tag. local
1674 tagValue = 0;
1747 if (tagValue == 0) {
1748 tagValue = -1;
1752 tp.expectedBreaks->setElementAt(tagValue, breakIdx);
1761 tagValue = tagValue*10 + u_charDigitValue(c);

Completed in 45 milliseconds