Home | History | Annotate | Download | only in intltest

Lines Matching defs:first

1439     AffixPattern first;
1440 first.add(AffixPattern::kPercent);
1441 first.addLiteral(chars, 0, 200);
1442 first.addLiteral(chars, 200, 300);
1443 first.addCurrency(2);
1444 first.addLiteral(chars, 0, 256);
1452 assertTrue("", first.equals(second));
1456 assertTrue("", first.iterator(iter).nextToken());