Home
last modified time | relevance | path

Searched refs:lastChar (Results 1 – 25 of 43) sorted by relevance

12

/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/string_decoder/lib/
Dstring_decoder.js104 this.lastChar = Buffer.allocUnsafe(nb);
131 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
132 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
134 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
206 buf.copy(this.lastChar, p, 0, this.lastNeed);
207 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
209 buf.copy(this.lastChar, p, 0, buf.length);
221 buf.copy(this.lastChar, 0, end);
245 this.lastChar[0] = buf[buf.length - 2];
246 this.lastChar[1] = buf[buf.length - 1];
[all …]
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/string_decoder/lib/
Dstring_decoder.js104 this.lastChar = Buffer.allocUnsafe(nb);
131 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
132 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
134 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
206 buf.copy(this.lastChar, p, 0, this.lastNeed);
207 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
209 buf.copy(this.lastChar, p, 0, buf.length);
221 buf.copy(this.lastChar, 0, end);
245 this.lastChar[0] = buf[buf.length - 2];
246 this.lastChar[1] = buf[buf.length - 1];
[all …]
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/string_decoder/lib/
Dstring_decoder.js104 this.lastChar = Buffer.allocUnsafe(nb);
131 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
132 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
134 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
206 buf.copy(this.lastChar, p, 0, this.lastNeed);
207 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
209 buf.copy(this.lastChar, p, 0, buf.length);
221 buf.copy(this.lastChar, 0, end);
245 this.lastChar[0] = buf[buf.length - 2];
246 this.lastChar[1] = buf[buf.length - 1];
[all …]
/third_party/node/deps/npm/node_modules/from2/node_modules/string_decoder/lib/
Dstring_decoder.js104 this.lastChar = Buffer.allocUnsafe(nb);
131 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
132 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
134 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
206 buf.copy(this.lastChar, p, 0, this.lastNeed);
207 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
209 buf.copy(this.lastChar, p, 0, buf.length);
221 buf.copy(this.lastChar, 0, end);
245 this.lastChar[0] = buf[buf.length - 2];
246 this.lastChar[1] = buf[buf.length - 1];
[all …]
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/lib/
Dstring_decoder.js104 this.lastChar = Buffer.allocUnsafe(nb);
131 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
132 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
134 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
206 buf.copy(this.lastChar, p, 0, this.lastNeed);
207 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
209 buf.copy(this.lastChar, p, 0, buf.length);
221 buf.copy(this.lastChar, 0, end);
245 this.lastChar[0] = buf[buf.length - 2];
246 this.lastChar[1] = buf[buf.length - 1];
[all …]
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/string_decoder/lib/
Dstring_decoder.js104 this.lastChar = Buffer.allocUnsafe(nb);
131 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
132 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
134 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
206 buf.copy(this.lastChar, p, 0, this.lastNeed);
207 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
209 buf.copy(this.lastChar, p, 0, buf.length);
221 buf.copy(this.lastChar, 0, end);
245 this.lastChar[0] = buf[buf.length - 2];
246 this.lastChar[1] = buf[buf.length - 1];
[all …]
/third_party/node/deps/npm/node_modules/through2/node_modules/string_decoder/lib/
Dstring_decoder.js104 this.lastChar = Buffer.allocUnsafe(nb);
131 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
132 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
134 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
206 buf.copy(this.lastChar, p, 0, this.lastNeed);
207 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
209 buf.copy(this.lastChar, p, 0, buf.length);
221 buf.copy(this.lastChar, 0, end);
245 this.lastChar[0] = buf[buf.length - 2];
246 this.lastChar[1] = buf[buf.length - 1];
[all …]
/third_party/node/deps/npm/node_modules/duplexify/node_modules/string_decoder/lib/
Dstring_decoder.js104 this.lastChar = Buffer.allocUnsafe(nb);
131 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
132 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
134 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
206 buf.copy(this.lastChar, p, 0, this.lastNeed);
207 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
209 buf.copy(this.lastChar, p, 0, buf.length);
221 buf.copy(this.lastChar, 0, end);
245 this.lastChar[0] = buf[buf.length - 2];
246 this.lastChar[1] = buf[buf.length - 1];
[all …]
/third_party/node/deps/npm/node_modules/string_decoder/lib/
Dstring_decoder.js104 this.lastChar = Buffer.allocUnsafe(nb);
131 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
132 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
134 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
206 buf.copy(this.lastChar, p, 0, this.lastNeed);
207 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
209 buf.copy(this.lastChar, p, 0, buf.length);
221 buf.copy(this.lastChar, 0, end);
245 this.lastChar[0] = buf[buf.length - 2];
246 this.lastChar[1] = buf[buf.length - 1];
[all …]
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/string_decoder/lib/
Dstring_decoder.js104 this.lastChar = Buffer.allocUnsafe(nb);
131 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
132 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
134 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
206 buf.copy(this.lastChar, p, 0, this.lastNeed);
207 return this.lastChar.toString(this.encoding, 0, this.lastTotal);
209 buf.copy(this.lastChar, p, 0, buf.length);
221 buf.copy(this.lastChar, 0, end);
245 this.lastChar[0] = buf[buf.length - 2];
246 this.lastChar[1] = buf[buf.length - 1];
[all …]
/third_party/node/deps/icu-small/source/common/
Duniset_props.cpp289 UChar32 lastChar = 0; in applyPattern() local
383 add(lastChar, lastChar); in applyPattern()
384 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
456 add(lastChar, lastChar); in applyPattern()
457 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
510 add(lastChar, lastChar); in applyPattern()
511 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
559 add(lastChar, lastChar); in applyPattern()
560 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
585 lastChar = c; in applyPattern()
[all …]
/third_party/icu/icu4c/source/common/
Duniset_props.cpp289 UChar32 lastChar = 0; in applyPattern() local
383 add(lastChar, lastChar); in applyPattern()
384 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
456 add(lastChar, lastChar); in applyPattern()
457 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
510 add(lastChar, lastChar); in applyPattern()
511 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
559 add(lastChar, lastChar); in applyPattern()
560 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
585 lastChar = c; in applyPattern()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duniset_props.cpp320 UChar32 lastChar = 0; in applyPattern() local
415 add(lastChar, lastChar); in applyPattern()
416 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
488 add(lastChar, lastChar); in applyPattern()
489 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
542 add(lastChar, lastChar); in applyPattern()
543 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
591 add(lastChar, lastChar); in applyPattern()
592 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
617 lastChar = c; in applyPattern()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Duniset_props.cpp289 UChar32 lastChar = 0; in applyPattern() local
383 add(lastChar, lastChar); in applyPattern()
384 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
456 add(lastChar, lastChar); in applyPattern()
457 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
510 add(lastChar, lastChar); in applyPattern()
511 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
559 add(lastChar, lastChar); in applyPattern()
560 _appendToPat(patLocal, lastChar, FALSE); in applyPattern()
585 lastChar = c; in applyPattern()
[all …]
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DWordBreaker.cpp205 uint16_t lastChar = mText[mLast]; in findNextBreakInEmailOrUrl() local
208 if (breakAfter(lastChar)) { in findNextBreakInEmailOrUrl()
212 if (lastChar == '/' && i >= mLast + 2 && mText[i - 2] == '/') { in findNextBreakInEmailOrUrl()
217 if (lastChar != '-') { in findNextBreakInEmailOrUrl()
222 if (thisChar == '/' && lastChar != '/' && in findNextBreakInEmailOrUrl()
227 lastChar = thisChar; in findNextBreakInEmailOrUrl()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DTestDeprecatedNormalizerAPI.java88 char lastChar = 0; in doTestComposedChars() local
95 assertNoDecomp(lastChar, ch, compat, options); in doTestComposedChars()
96 lastChar = ch; in doTestComposedChars()
112 assertNoDecomp(lastChar, '\uFFFF', compat, options); in doTestComposedChars()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DTestDeprecatedNormalizerAPI.java91 char lastChar = 0; in doTestComposedChars() local
98 assertNoDecomp(lastChar, ch, compat, options); in doTestComposedChars()
99 lastChar = ch; in doTestComposedChars()
115 assertNoDecomp(lastChar, '\uFFFF', compat, options); in doTestComposedChars()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_camera_profile.cpp1277 char lastChar = name.Get () [len - 1]; in SplitCameraProfileName() local
1279 if (lastChar >= '0' && lastChar <= '9') in SplitCameraProfileName()
1291 version += ((int32) (lastChar - '0')) - 10; in SplitCameraProfileName()
1304 char lastChar = name.Get () [len - 1]; in SplitCameraProfileName() local
1306 if (lastChar >= '0' && lastChar <= '9') in SplitCameraProfileName()
1318 version += ((int32) (lastChar - '0')) * 100; in SplitCameraProfileName()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2562 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() local
2659 add_unchecked(lastChar, lastChar); in applyPattern()
2660 _appendToPat(patBuf, lastChar, false); in applyPattern()
2725 add_unchecked(lastChar, lastChar); in applyPattern()
2726 _appendToPat(patBuf, lastChar, false); in applyPattern()
2775 add_unchecked(lastChar, lastChar); in applyPattern()
2776 _appendToPat(patBuf, lastChar, false); in applyPattern()
2844 add_unchecked(lastChar, lastChar); in applyPattern()
2845 _appendToPat(patBuf, lastChar, false); in applyPattern()
2870 lastChar = c; in applyPattern()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java2502 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() local
2599 add_unchecked(lastChar, lastChar); in applyPattern()
2600 _appendToPat(patBuf, lastChar, false); in applyPattern()
2665 add_unchecked(lastChar, lastChar); in applyPattern()
2666 _appendToPat(patBuf, lastChar, false); in applyPattern()
2715 add_unchecked(lastChar, lastChar); in applyPattern()
2716 _appendToPat(patBuf, lastChar, false); in applyPattern()
2784 add_unchecked(lastChar, lastChar); in applyPattern()
2785 _appendToPat(patBuf, lastChar, false); in applyPattern()
2810 lastChar = c; in applyPattern()
[all …]
/third_party/mindspore/third_party/securec/src/
Dsecinput.h53 unsigned int lastChar; /* the char code of last input */ member
78 (fileStream).lastChar = 0; \
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp417 size_t lastChar = strlen(tempDirOut) - 1; in GetTempDir() local
418 if (tempDirOut[lastChar] == '\\') in GetTempDir()
420 tempDirOut[lastChar] = 0; in GetTempDir()
/third_party/bounds_checking_function/src/
Dsecinput.h71 unsigned int lastChar; /* The char code of last input */ member
82 (stream)->lastChar = 0; \
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRegion.java204 char lastChar = regionName.charAt(rangeMarkerLocation-1); in loadRegionData() local
205 while ( lastChar <= endRange ) { in loadRegionData()
208 lastChar++; in loadRegionData()
209 regionName.setCharAt(rangeMarkerLocation-1,lastChar); in loadRegionData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DRegion.java198 char lastChar = regionName.charAt(rangeMarkerLocation-1); in loadRegionData() local
199 while ( lastChar <= endRange ) { in loadRegionData()
202 lastChar++; in loadRegionData()
203 regionName.setCharAt(rangeMarkerLocation-1,lastChar); in loadRegionData()

12