Home
last modified time | relevance | path

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

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DTagUtilities.java32 int tagValue = 0; in makeTag() local
35 tagValue <<= 8; in makeTag()
36 tagValue += (int) ((i < tag.length()? tag.charAt(i) : ' ') & 0xFF); in makeTag()
39 return "0x" + Utility.hex(tagValue, 8); in makeTag()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBITestExtended.java120 int tagValue = 0; // The numeric value of a <nnn> tag. in TestExtended() local
312 tagValue = 0; in TestExtended()
390 if (tagValue == 0) { in TestExtended()
391 tagValue = -1; in TestExtended()
394 tp.expectedBreaks[breakIdx] = tagValue; in TestExtended()
401 tagValue = tagValue*10 + UCharacter.digit(c); in TestExtended()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestExtended.java121 int tagValue = 0; // The numeric value of a <nnn> tag. in TestExtended() local
318 tagValue = 0; in TestExtended()
394 if (tagValue == 0) { in TestExtended()
395 tagValue = -1; in TestExtended()
403 tp.expectedBreaks[breakIdx] = tagValue; in TestExtended()
410 tagValue = tagValue*10 + UCharacter.digit(c); in TestExtended()
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp783 int32_t tagValue = 0; // The numeric value of a <nnn> tag. in TestExtended() local
1013 tagValue = 0; in TestExtended()
1086 if (tagValue == 0) { in TestExtended()
1087 tagValue = -1; in TestExtended()
1095 tp.expectedBreaks->setElementAt(tagValue, breakIdx); in TestExtended()
1104 tagValue = tagValue*10 + u_charDigitValue(c); in TestExtended()