Home
last modified time | relevance | path

Searched defs:targetIndex (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF8.java67 int targetIndex = target.arrayOffset() + target.position(); in decodeLoop() local
189 int targetIndex = target.position(); in decodeLoop() local
601 private int targetIndex; field in CharsetUTF8.CharsetEncoderUTF8
DCharsetASCII.java69 int targetIndex = oldTarget + targetOffset; in decodeLoop() local
227 int targetIndex = oldTarget + targetOffset; in encodeLoop() local
/third_party/node/deps/icu-small/source/common/
Ducnvhz.cpp41 #define CONCAT_ESCAPE_MACRO(args, targetIndex,targetLength,strToAppend, err, len,sourceIndex) UPRV_… argument
61 int32_t targetIndex; member
/third_party/icu/icu4c/source/common/
Ducnvhz.cpp41 #define CONCAT_ESCAPE_MACRO(args, targetIndex,targetLength,strToAppend, err, len,sourceIndex) UPRV_… argument
61 int32_t targetIndex; member
/third_party/skia/third_party/externals/icu/source/common/
Ducnvhz.cpp41 #define CONCAT_ESCAPE_MACRO(args, targetIndex,targetLength,strToAppend, err, len,sourceIndex) UPRV_… argument
61 int32_t targetIndex; member
/third_party/typescript/src/compiler/
Dsourcemap.ts741 const mapping = sourceMappings[targetIndex]; constant
759 const mapping = generatedMappings[targetIndex]; constant
/third_party/mesa3d/src/mesa/main/
Dtexobj.c241 int targetIndex; in _mesa_get_texobj_by_target_and_texunit() local
418 struct gl_texture_object *obj, int targetIndex) in finish_texture_init()
1298 GLint targetIndex; in _mesa_CreateTextures() local
1592 int targetIndex; in bind_texture_object() local
1650 int targetIndex; in _mesa_lookup_or_create_texture() local
Dformatquery.c1475 int targetIndex = _mesa_tex_target_to_index(ctx, target); in _mesa_GetInternalformativ() local
Dteximage.c2916 int targetIndex = _mesa_tex_target_to_index(ctx, boundTarget); in lookup_texture_ext_dsa() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java246 static void copyMemory(long srcOffset, byte[] target, long targetIndex, long length) { in copyMemory()
250 static void copyMemory(byte[] src, long srcIndex, byte[] target, long targetIndex, long length) { in copyMemory()
611 public abstract void copyMemory(long srcOffset, byte[] target, long targetIndex, long length); in copyMemory()
693 public void copyMemory(long srcOffset, byte[] target, long targetIndex, long length) { in copyMemory()
801 public void copyMemory(long srcOffset, byte[] target, long targetIndex, long length) { in copyMemory()
921 public void copyMemory(long srcOffset, byte[] target, long targetIndex, long length) { in copyMemory()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java3023 int targetIndex = 0; in TestSourceTargetSetFilter() local
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java3020 int targetIndex = 0; in TestSourceTargetSetFilter() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp158 int targetIndex = gl_target_to_binding_index(target); in setBoundID() local