Searched refs:s8Length (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | bytesinkutil.cpp | 25 int32_t s8Length = 0; in appendChange() local 45 if (j > (INT32_MAX - s8Length)) { in appendChange() 50 s8Length += j; in appendChange() 53 edits->addReplace(length, s8Length); in appendChange() 73 int32_t s8Length = 0; in appendCodePoint() local 74 U8_APPEND_UNSAFE(s8, s8Length, c); in appendCodePoint() 76 edits->addReplace(length, s8Length); in appendCodePoint() 78 sink.Append(s8, s8Length); in appendCodePoint()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | bytesinkutil.cpp | 25 int32_t s8Length = 0; in appendChange() local 45 if (j > (INT32_MAX - s8Length)) { in appendChange() 50 s8Length += j; in appendChange() 53 edits->addReplace(length, s8Length); in appendChange() 73 int32_t s8Length = 0; in appendCodePoint() local 74 U8_APPEND_UNSAFE(s8, s8Length, c); in appendCodePoint() 76 edits->addReplace(length, s8Length); in appendCodePoint() 78 sink.Append(s8, s8Length); in appendCodePoint()
|
/third_party/icu/icu4c/source/common/ |
D | bytesinkutil.cpp | 25 int32_t s8Length = 0; in appendChange() local 45 if (j > (INT32_MAX - s8Length)) { in appendChange() 50 s8Length += j; in appendChange() 53 edits->addReplace(length, s8Length); in appendChange() 73 int32_t s8Length = 0; in appendCodePoint() local 74 U8_APPEND_UNSAFE(s8, s8Length, c); in appendCodePoint() 76 edits->addReplace(length, s8Length); in appendCodePoint() 78 sink.Append(s8, s8Length); in appendCodePoint()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | bytesinkutil.cpp | 25 int32_t s8Length = 0; in appendChange() local 45 if (j > (INT32_MAX - s8Length)) { in appendChange() 50 s8Length += j; in appendChange() 53 edits->addReplace(length, s8Length); in appendChange() 73 int32_t s8Length = 0; in appendCodePoint() local 74 U8_APPEND_UNSAFE(s8, s8Length, c); in appendCodePoint() 76 edits->addReplace(length, s8Length); in appendCodePoint() 78 sink.Append(s8, s8Length); in appendCodePoint()
|