Home | History | Annotate | Download | only in i18n

Lines Matching refs:compValue

1326                 UnicodeString compValue;
1327 compValue.append(LEFT_CURLY_BRACE);
1328 itos(argNumber, compValue);
1329 compValue.append(RIGHT_CURLY_BRACE);
1330 if (0 != strValue.compare(compValue)) {