Home
last modified time | relevance | path

Searched refs:newTarget (Results 1 - 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducnv_cb.cpp111 char *newTarget; in ucnv_cbFromUWriteUChars() local
120 newTarget = (char *)(args->converter->charErrorBuffer + errBuffLen); in ucnv_cbFromUWriteUChars()
125 if(newTarget >= newTargetLimit) in ucnv_cbFromUWriteUChars()
139 &newTarget, in ucnv_cbFromUWriteUChars()
151 newTarget - (char*)args->converter->charErrorBuffer); in ucnv_cbFromUWriteUChars()
153 if((newTarget >= newTargetLimit) || (err2 == U_BUFFER_OVERFLOW_ERROR)) in ucnv_cbFromUWriteUChars()
/third_party/node/deps/icu-small/source/common/
H A Ducnv_cb.cpp111 char *newTarget; in ucnv_cbFromUWriteUChars() local
120 newTarget = (char *)(args->converter->charErrorBuffer + errBuffLen); in ucnv_cbFromUWriteUChars()
125 if(newTarget >= newTargetLimit) in ucnv_cbFromUWriteUChars()
139 &newTarget, in ucnv_cbFromUWriteUChars()
151 newTarget - (char*)args->converter->charErrorBuffer); in ucnv_cbFromUWriteUChars()
153 if((newTarget >= newTargetLimit) || (err2 == U_BUFFER_OVERFLOW_ERROR)) in ucnv_cbFromUWriteUChars()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_cb.cpp111 char *newTarget; in ucnv_cbFromUWriteUChars() local
120 newTarget = (char *)(args->converter->charErrorBuffer + errBuffLen); in ucnv_cbFromUWriteUChars()
125 if(newTarget >= newTargetLimit) in ucnv_cbFromUWriteUChars()
139 &newTarget, in ucnv_cbFromUWriteUChars()
151 newTarget - (char*)args->converter->charErrorBuffer); in ucnv_cbFromUWriteUChars()
153 if((newTarget >= newTargetLimit) || (err2 == U_BUFFER_OVERFLOW_ERROR)) in ucnv_cbFromUWriteUChars()
/third_party/node/test/fixtures/wpt/resources/
H A Dchannel.sub.js948 let newTarget;
1028 newTarget = {type, value: result};
1030 queue.push({item: child, target: newTarget});
1035 newTarget = {type, value: result};
1037 queue.push({item: child, target: newTarget});
1042 newTarget = {type, value: result};
1044 queue.push({item: child, target: newTarget, targetName});
1049 newTarget = {type, value: result};
1051 queue.push({item: key, target: newTarget, targetName: "key"});
1052 queue.push({item: child, target: newTarget, targetNam
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_construct.js128 construct: function(target, argumentsList, newTarget) {
142 construct: function(target, argumentsList, newTarget) {
155 construct: function(target, argumentsList, newTarget) {
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetEncoderICU.java831 ByteBuffer newTarget = ByteBuffer.wrap(encoder.errorBuffer); in cbFromUWriteUChars()
832 newTarget.position(errBuffLen); /* set the position at the end of the error buffer */ in cbFromUWriteUChars()
835 encoder.encode(source, newTarget, null, false); in cbFromUWriteUChars()
837 encoder.errorBuffer = newTarget.array(); in cbFromUWriteUChars()
838 encoder.errorBufferLength = newTarget.position(); in cbFromUWriteUChars()
/third_party/node/lib/internal/test_runner/mock/
H A Dmock.js399 construct(target, argList, newTarget) {
405 result = ReflectConstruct(realTarget, argList, newTarget);
/third_party/mesa3d/src/mesa/main/
H A Dtextureview.c353 if (newTarget == GL_ ## t) \
363 target_valid(struct gl_context *ctx, GLenum origTarget, GLenum newTarget) in target_valid() argument
426 _mesa_enum_to_string(newTarget)); in target_valid()
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock.js70 construct: function(target, args, newTarget) {
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 211 milliseconds