Home
last modified time | relevance | path

Searched refs:skipLengthAtMatch (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationiterator.cpp61 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/
DCollationIterator.java136 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/
DCollationIterator.java134 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
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...