OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deststart
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/i18n/
strrepl.cpp
141
//
destStart
points to the point after the style context
144
int32_t
destStart
= tempStart; // copy new text to here
148
destStart
+= len;
152
destStart
++;
154
int32_t destLimit =
destStart
;
159
newStart = destLimit -
destStart
; // relative to start
189
newStart = destLimit -
destStart
; // relative to start
192
outLen = destLimit -
destStart
;
195
text.copy(
destStart
, destLimit, start);
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringReplacer.java
150
//
destStart
points to the point after the style context
153
int
destStart
= tempStart; // copy new text to here
157
destStart
+= len;
160
destStart
++;
162
int destLimit =
destStart
;
168
newStart = buf.length() + destLimit -
destStart
; // relative to start
214
newStart = destLimit -
destStart
; // relative to start
217
outLen = destLimit -
destStart
;
220
text.copy(
destStart
, destLimit, start);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
ArabicShapingRegTest.java
628
* char[] dest, int
destStart
, int destSize) throws ArabicShapingException)
686
// if ((destSize != 0) && (
destStart
< 0 || destSize < 0 ||
destStart
+ destSize > dest.length))
[
all
...]
/cts/suite/cts/deviceTests/opengl/jni/primitive/shaderperf/
ShaderPerfRenderer.cpp
81
static int charCopy(const char* source, char* dest, int
destStart
) {
83
int destAddr =
destStart
;
91
return destAddr -
destStart
;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java
681
* @param
destStart
Start index of the destination buffer
694
char[] dest,int
destStart
, int destLimit,
697
CharsAppendable app = new CharsAppendable(dest,
destStart
, destLimit);
757
* @param
destStart
Start index of the destination buffer
770
char[] dest,int
destStart
, int destLimit,
773
CharsAppendable app = new CharsAppendable(dest,
destStart
, destLimit);
[
all
...]
ArabicShaping.java
71
* @param
destStart
The start of the range of the destination buffer to use.
87
char[] dest, int
destStart
, int destSize) throws ArabicShapingException {
100
(
destStart
< 0 || destSize < 0 ||
destStart
+ destSize > dest.length)) {
101
throw new IllegalArgumentException("bad dest start (" +
destStart
+
130
return internalShape(source, sourceStart, sourceLength, dest,
destStart
, destSize);
[
all
...]
/external/lzma/CPP/Common/
MyString.h
21
T *
destStart
= dest;
23
return
destStart
;
/dalvik/tools/dmtracedump/
TraceDump.c
249
char *
destStart
= dest;
295
return
destStart
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 418 milliseconds