Searched refs:skipLengthAtMatch (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/icu-small/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
|
/third_party/skia/third_party/externals/icu/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
|
/third_party/flutter/skia/third_party/externals/icu/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
|
/third_party/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
|
/third_party/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
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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
|