Searched refs:tempStart (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | StringReplacer.java | 156 int tempStart = text.length(); // start of temp buffer in replace() local 157 int destStart = tempStart; // copy new text to here in replace() 160 text.copy(start-len, start, tempStart); in replace() 163 text.replace(tempStart, tempStart, "\uFFFF"); in replace() 225 text.replace(tempStart + outLen, destLimit + tempExtra + outLen, ""); in replace()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | StringReplacer.java | 155 int tempStart = text.length(); // start of temp buffer in replace() local 156 int destStart = tempStart; // copy new text to here in replace() 159 text.copy(start-len, start, tempStart); in replace() 162 text.replace(tempStart, tempStart, "\uFFFF"); in replace() 224 text.replace(tempStart + outLen, destLimit + tempExtra + outLen, ""); in replace()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | strrepl.cpp | 145 int32_t tempStart = text.length(); // start of temp buffer in replace() local 146 int32_t destStart = tempStart; // copy new text to here in replace() 149 text.copy(start-len, start, tempStart); in replace() 153 text.handleReplaceBetween(tempStart, tempStart, str); in replace() 198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
|
/third_party/icu/icu4c/source/i18n/ |
D | strrepl.cpp | 145 int32_t tempStart = text.length(); // start of temp buffer in replace() local 146 int32_t destStart = tempStart; // copy new text to here in replace() 149 text.copy(start-len, start, tempStart); in replace() 153 text.handleReplaceBetween(tempStart, tempStart, str); in replace() 198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | strrepl.cpp | 145 int32_t tempStart = text.length(); // start of temp buffer in replace() local 146 int32_t destStart = tempStart; // copy new text to here in replace() 149 text.copy(start-len, start, tempStart); in replace() 153 text.handleReplaceBetween(tempStart, tempStart, str); in replace() 198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString()); in replace()
|
/third_party/node/test/fixtures/snapshot/ |
D | marked.js | 1660 var tempStart = void 0; 1663 tempStart = getStartIndex.call({ 1667 if (typeof tempStart === 'number' && tempStart >= 0) { 1668 startIndex = Math.min(startIndex, tempStart); 1889 var tempStart = void 0; 1892 tempStart = getStartIndex.call({ 1896 if (typeof tempStart === 'number' && tempStart >= 0) { 1897 startIndex = Math.min(startIndex, tempStart);
|