Home
last modified time | relevance | path

Searched refs:sourceEnd (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DConvertUTF.cpp119 const UTF32** sourceStart, const UTF32* sourceEnd, in ConvertUTF32toUTF16() argument
124 while (source < sourceEnd) { in ConvertUTF32toUTF16()
168 const UTF16** sourceStart, const UTF16* sourceEnd, in ConvertUTF16toUTF32() argument
174 while (source < sourceEnd) { in ConvertUTF16toUTF32()
180 if (source < sourceEnd) { in ConvertUTF16toUTF32()
222 const UTF16** sourceStart, const UTF16* sourceEnd, in ConvertUTF16toUTF8() argument
227 while (source < sourceEnd) { in ConvertUTF16toUTF8()
237 if (source < sourceEnd) { in ConvertUTF16toUTF8()
292 const UTF32** sourceStart, const UTF32* sourceEnd, in ConvertUTF32toUTF8() argument
297 while (source < sourceEnd) { in ConvertUTF32toUTF8()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DConvertUTF.cpp145 const UTF32** sourceStart, const UTF32* sourceEnd, in ConvertUTF32toUTF16() argument
150 while (source < sourceEnd) { in ConvertUTF32toUTF16()
194 const UTF16** sourceStart, const UTF16* sourceEnd, in ConvertUTF16toUTF32() argument
200 while (source < sourceEnd) { in ConvertUTF16toUTF32()
206 if (source < sourceEnd) { in ConvertUTF16toUTF32()
248 const UTF16** sourceStart, const UTF16* sourceEnd, in ConvertUTF16toUTF8() argument
253 while (source < sourceEnd) { in ConvertUTF16toUTF8()
263 if (source < sourceEnd) { in ConvertUTF16toUTF8()
318 const UTF32** sourceStart, const UTF32* sourceEnd, in ConvertUTF32toUTF8() argument
323 while (source < sourceEnd) { in ConvertUTF32toUTF8()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DConvertUTF.h139 const UTF8** sourceStart, const UTF8* sourceEnd,
147 const UTF8** sourceStart, const UTF8* sourceEnd,
155 const UTF8** sourceStart, const UTF8* sourceEnd,
159 const UTF16** sourceStart, const UTF16* sourceEnd,
163 const UTF32** sourceStart, const UTF32* sourceEnd,
167 const UTF16** sourceStart, const UTF16* sourceEnd,
171 const UTF32** sourceStart, const UTF32* sourceEnd,
174 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
176 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd);
246 const UTF8 *sourceEnd, in convertUTF8Sequence() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DConvertUTF.h139 const UTF8** sourceStart, const UTF8* sourceEnd,
147 const UTF8** sourceStart, const UTF8* sourceEnd,
155 const UTF8** sourceStart, const UTF8* sourceEnd,
159 const UTF16** sourceStart, const UTF16* sourceEnd,
163 const UTF32** sourceStart, const UTF32* sourceEnd,
167 const UTF16** sourceStart, const UTF16* sourceEnd,
171 const UTF32** sourceStart, const UTF32* sourceEnd,
174 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
176 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd);
246 const UTF8 *sourceEnd, in convertUTF8Sequence() argument
[all …]
/third_party/node/lib/
Dbuffer.js208 function _copy(source, target, targetStart, sourceStart, sourceEnd) { argument
230 if (sourceEnd === undefined) {
231 sourceEnd = source.length;
233 sourceEnd = toInteger(sourceEnd, 0);
234 if (sourceEnd < 0)
235 throw new ERR_OUT_OF_RANGE('sourceEnd', '>= 0', sourceEnd);
238 if (targetStart >= target.length || sourceStart >= sourceEnd)
241 return _copyActual(source, target, targetStart, sourceStart, sourceEnd);
244 function _copyActual(source, target, targetStart, sourceStart, sourceEnd) { argument
245 if (sourceEnd - sourceStart > target.length - targetStart)
[all …]
/third_party/node/deps/v8/src/inspector/
Dv8-string-conversions.cc50 const UChar* sourceEnd, char** targetStart, in convertUTF16ToUTF8() argument
55 while (source < sourceEnd) { in convertUTF16ToUTF8()
66 if (source < sourceEnd) { in convertUTF16ToUTF8()
264 const char* sourceEnd, UChar** targetStart, in convertUTF8ToUTF16() argument
271 while (source < sourceEnd) { in convertUTF8ToUTF16()
273 if (sourceEnd - source < utf8SequenceLength) { in convertUTF8ToUTF16()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUtility.java104 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
106 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
123 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
125 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
142 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
144 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
161 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
163 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
171 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
173 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUtility.java101 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
103 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
120 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
122 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
139 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
141 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
158 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
160 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
168 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
170 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCompactByteArray.java258 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
260 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
DCompactCharArray.java282 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
284 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCompactByteArray.java256 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
258 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
DCompactCharArray.java280 int sourceEnd = sourceStart + len; in arrayRegionMatches() local
282 for (int i = sourceStart; i < sourceEnd; i++) { in arrayRegionMatches()
/third_party/lz4/lib/
Dlz4hc.c1136 { const BYTE* sourceEnd = (const BYTE*) src + *srcSizePtr; in LZ4_compressHC_continue_generic() local
1139 if ((sourceEnd > dictBegin) && ((const BYTE*)src < dictEnd)) { in LZ4_compressHC_continue_generic()
1140 if (sourceEnd > dictEnd) sourceEnd = dictEnd; in LZ4_compressHC_continue_generic()
1141 ctxPtr->lowLimit += (U32)(sourceEnd - ctxPtr->dictStart); in LZ4_compressHC_continue_generic()
1142 ctxPtr->dictStart += (U32)(sourceEnd - ctxPtr->dictStart); in LZ4_compressHC_continue_generic()
Dlz4.c1661 { const char* const sourceEnd = source + inputSize; in LZ4_compress_fast_continue() local
1662 if ((sourceEnd > (const char*)streamPtr->dictionary) && (sourceEnd < dictEnd)) { in LZ4_compress_fast_continue()
1663 streamPtr->dictSize = (U32)(dictEnd - sourceEnd); in LZ4_compress_fast_continue()
/third_party/typescript/src/compiler/
Dsys.ts1264 sourceEnd?: number
1266 …copy(targetBuffer: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): nu…
Dchecker.ts22628 const sourceEnd = source.texts[source.texts.length - 1]; constant
22631 const endLen = Math.min(sourceEnd.length, targetEnd.length);
22633sourceEnd.slice(sourceEnd.length - endLen) !== targetEnd.slice(targetEnd.length - endLen);
/third_party/node/doc/api/
Dbuffer.md1592 ### `buf.compare(target[, targetStart[, targetEnd[, sourceStart[, sourceEnd]]]])`
1613 * `sourceEnd` {integer} The offset within `buf` at which to end comparison
1669 The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd`
1702 `targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`.
1704 ### `buf.copy(target[, targetStart[, sourceStart[, sourceEnd]]])`
1715 * `sourceEnd` {integer} The offset within `buf` at which to stop copying (not
/third_party/typescript/lib/
Dtsc.js59802 var sourceEnd = source.texts[source.texts.length - 1];
59805 var endLen = Math.min(sourceEnd.length, targetEnd.length);
59807sourceEnd.slice(sourceEnd.length - endLen) !== targetEnd.slice(targetEnd.length - endLen);
DtypingsInstaller.js71388 var sourceEnd = source.texts[source.texts.length - 1];
71391 var endLen = Math.min(sourceEnd.length, targetEnd.length);
71393sourceEnd.slice(sourceEnd.length - endLen) !== targetEnd.slice(targetEnd.length - endLen);