Home | History | Annotate | Download | only in intltest

Lines Matching defs:negPrefix

251     UnicodeString negPrefix;
253 negPrefix = pat.getNegativePrefix(negPrefix);
254 logln((UnicodeString)"Negative prefix (should be -): " + negPrefix);
255 if(negPrefix != "-") {