Lines Matching defs:negSuffix
267 UnicodeString negSuffix;269 negSuffix = pat.getNegativeSuffix(negSuffix);270 logln((UnicodeString)"Negative suffix (should be ~): " + negSuffix);271 if(negSuffix != "~") {