Home | History | Annotate | Download | only in intltest

Lines Matching refs:styles

34      * Set the styles to the style of the first character replaced.<br>
41 UnicodeString styles;
69 this->styles = s;
73 return new TestReplaceable(chars, styles);
79 return styles;
85 s.append(styles);
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
124 newStyle = styles.charAt(start);
126 newStyle = styles.charAt(start-1);
127 } else if (limit < styles.length()) {
128 newStyle = styles.charAt(limit);
142 styles.replaceBetween(start, limit, s);
156 styles.copy(start, limit, dest);
306 errln("FAIL Styles: " + transliteratorName + "{" + original + "} => "