Home | History | Annotate | Download | only in intltest

Lines Matching defs:breaks

621     UnicodeSet            *breaks      = NULL;
651 breaks = new UnicodeSet;
652 breaks->add(0x000A); // Line Feed
653 breaks->add(0x000D); // Carriage Return
654 breaks->add(0x2028); // Line Separator
655 breaks->add(0x2029); // Paragraph Separator
666 while (uc && !breaks->contains(uc)) {
670 else while (uc && !breaks->contains(uc)) {
684 while (uc && breaks->contains(uc)) {
814 delete breaks;
899 UnicodeSet *breaks = NULL;
932 breaks = new UnicodeSet;
933 breaks->add(0x000A); // Line Feed
934 breaks->add(0x000D); // Carriage Return
935 breaks->add(0x2028); // Line Separator
936 breaks->add(0x2029); // Paragraph Separator
937 breaks->add(0x0009); // Tab character
952 while (uc && !breaks->contains(uc)) {
957 while (uc && !breaks->contains(uc)) {
963 while (uc && !breaks->contains(uc)) {
986 while (uc && breaks->contains(uc)) {
1177 delete breaks;
1552 // Sentence break at start (0) and then on calling next() it breaks at
1554 // then previous(), it breaks at <kSOftHyphen> instead of 'T' of "Two".
1728 // Verify that there were no missed expected breaks after the last one found
1737 // Run the iterator backwards, verify that the same breaks are found.
1780 // Verify that there were no missed breaks prior to the last one found
2200 static const char posxWordText[] = "Can't have breaks in xx:yy or struct.field for CS-types.";
2634 UVector32 *breakPositions, // Positions where breaks should be found.
3813 // Initial values for loop. Loop will run the first time without finding breaks,
3849 // position in the input without any further looking for breaks.
3854 // LB 4 Always break after hard line breaks,
3869 // LB 6 Don't break before hard line breaks
4070 // checking for breaks between last char in number & whatever follows.
4941 // End of range is two expected breaks past the start position.