Lines Matching refs:compValue
1453 UnicodeString compValue;1454 compValue.append(LEFT_CURLY_BRACE);1455 itos(argNumber, compValue);1456 compValue.append(RIGHT_CURLY_BRACE);1457 if (0 != strValue.compare(compValue)) {