Searched refs:skipLengthAtMatch (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 61 SkippedState() : pos(0), skipLengthAtMatch(0) {} in SkippedState() 109 skipLengthAtMatch = 0; in setFirstSkipped() 117 void recordMatch() { skipLengthAtMatch = newBuffer.length(); } in recordMatch() 122 oldBuffer.replace(0, pos, newBuffer, 0, skipLengthAtMatch); in replaceMatch() 141 int32_t skipLengthAtMatch; member in SkippedState
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationIterator.java | 136 skipLengthAtMatch = 0; in setFirstSkipped() 145 void recordMatch() { skipLengthAtMatch = newBuffer.length(); } in recordMatch() 152 oldBuffer.delete(0, pos).insert(0, newBuffer, 0, skipLengthAtMatch); in replaceMatch() 170 private int skipLengthAtMatch; field in CollationIterator.SkippedState
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 134 skipLengthAtMatch = 0; in setFirstSkipped() 143 void recordMatch() { skipLengthAtMatch = newBuffer.length(); } in recordMatch() 150 oldBuffer.delete(0, pos).insert(0, newBuffer, 0, skipLengthAtMatch); in replaceMatch() 168 private int skipLengthAtMatch; field in CollationIterator.SkippedState
|