Home | History | Annotate | Download | only in intltest

Lines Matching full:buff

1903   UnicodeString buff; 
1907 buff = UnicodeString(setTest[i].rules, -1, US_INV).unescape();
1908 RuleBasedCollator coll(buff, status);
1915 buff = UnicodeString(setTest[i].tests[j], -1, US_INV).unescape();
1916 if(!set->contains(buff)) {