Home | History | Annotate | Download | only in i18n

Lines Matching refs:string_

154         string_ == that.string_ &&
175 iter_->resetToOffset(string_.length());
231 if (0 < newOffset && newOffset < string_.length()) {
234 UChar c = string_.charAt(offset);
236 (U16_IS_LEAD(c) && !rbc_->isUnsafe(string_.char32At(offset)))) {
277 string_ = source;
278 const UChar *s = string_.getBuffer();
282 newIter = new UTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length());
284 newIter = new FCDUTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length());
303 source.getText(string_);
304 setText(string_, status);
361 newIter = new FCDUTF16CollationIterator(*otherFCDIter, string_.getBuffer());
366 newIter = new UTF16CollationIterator(*otherIter, string_.getBuffer());
378 string_ = other.string_;