Home | History | Annotate | Download | only in intltest

Lines Matching defs:breaks

648     UnicodeSet            *breaks      = NULL;
678 breaks = new UnicodeSet;
679 breaks->add(0x000A); // Line Feed
680 breaks->add(0x000D); // Carriage Return
681 breaks->add(0x2028); // Line Separator
682 breaks->add(0x2029); // Paragraph Separator
693 while (uc && !breaks->contains(uc)) {
697 else while (uc && !breaks->contains(uc)) {
711 while (uc && breaks->contains(uc)) {
841 delete breaks;
1213 // Sentence break at start (0) and then on calling next() it breaks at
1215 // then previous(), it breaks at <kSOftHyphen> instead of 'T' of "Two".
1389 // Verify that there were no missed expected breaks after the last one found
1398 // Run the iterator backwards, verify that the same breaks are found.
1441 // Verify that there were no missed breaks prior to the last one found
1862 static const char posxWordText[] = "Can't have breaks in xx:yy or struct.field for CS-types.";
2327 UVector32 *breakPositions, // Positions where breaks should be found.
3493 // Initial values for loop. Loop will run the first time without finding breaks,
3529 // position in the input without any further looking for breaks.
3534 // LB 4 Always break after hard line breaks,
3549 breaks
3751 // checking for breaks between last char in number & whatever follows.
4630 // End of range is two expected breaks past the start position.