Home | History | Annotate | Download | only in text

Lines Matching refs:string_

125     private String string_;  // TODO: needed in Java? if so, then add a UCharacterIterator field too?
374 iter_.resetToOffset(string_.length());
451 if (0 < newOffset && newOffset < string_.length()) {
454 char c = string_.charAt(offset);
456 (Character.isHighSurrogate(c) && !rbc_.isUnsafe(string_.codePointAt(offset)))) {
493 string_ = source; // TODO: do we need to remember the source string in a field?
497 newIter = new UTF16CollationIterator(rbc_.data, numeric, string_, 0);
499 newIter = new FCDUTF16CollationIterator(rbc_.data, numeric, string_, 0);
515 string_ = source.getText(); // TODO: do we need to remember the source string in a field?
557 string_ = src.getText(); // TODO: do we need to remember the source string in a field?
667 && string_.equals(thatceiter.string_)