Home | History | Annotate | Download | only in intltest

Lines Matching refs:posSuffix

259     UnicodeString posSuffix;
261 posSuffix = pat.getPositiveSuffix(posSuffix);
262 logln((UnicodeString)"Positive suffix (should be _): " + posSuffix);
263 if(posSuffix != "_") {