Home
last modified time | relevance | path

Searched refs:dsti (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dinputext.cpp84 int dsti = 0; in MungeInput() local
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) { in MungeInput()
111 fInputBytes[dsti++] = b; in MungeInput()
119 fInputLen = dsti; in MungeInput()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetDetector.java350 int dsti = 0; in MungeInput() local
363 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) { in MungeInput()
374 fInputBytes[dsti++] = b; in MungeInput()
382 fInputLen = dsti; in MungeInput()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetDetector.java329 int dsti = 0; in MungeInput() local
342 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) { in MungeInput()
353 fInputBytes[dsti++] = b; in MungeInput()
361 fInputLen = dsti; in MungeInput()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c3473 struct pipe_vertex_buffer *dsti = dst + i; in si_set_vertex_buffers() local
3476 pipe_resource_reference(&dsti->buffer, buf); in si_set_vertex_buffers()
3477 dsti->buffer_offset = src->buffer_offset; in si_set_vertex_buffers()
3478 dsti->stride = src->stride; in si_set_vertex_buffers()