OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempStart
(Results
1 - 9
of
9
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
StringReplacer.java
144
// The temporary buffer starts at
tempStart
, and extends
152
// character, so it is
tempStart
+1 or
tempStart
+2.
153
int
tempStart
= text.length(); // start of temp buffer
154
int destStart =
tempStart
; // copy new text to here
157
text.copy(start-len, start,
tempStart
);
160
text.replace(
tempStart
,
tempStart
, "\uFFFF");
222
text.replace(
tempStart
+ outLen, destLimit + tempExtra + outLen, "");
/external/icu/icu4c/source/i18n/
strrepl.cpp
134
// The temporary buffer starts at
tempStart
, and extends
142
// character, so it is
tempStart
+1 or
tempStart
+2.
143
int32_t
tempStart
= text.length(); // start of temp buffer
144
int32_t destStart =
tempStart
; // copy new text to here
147
text.copy(start-len, start,
tempStart
);
151
text.handleReplaceBetween(
tempStart
,
tempStart
, str);
196
text.handleReplaceBetween(
tempStart
+ outLen, destLimit + outLen, UnicodeString());
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringReplacer.java
143
// The temporary buffer starts at
tempStart
, and extends
151
// character, so it is
tempStart
+1 or
tempStart
+2.
152
int
tempStart
= text.length(); // start of temp buffer
153
int destStart =
tempStart
; // copy new text to here
156
text.copy(start-len, start,
tempStart
);
159
text.replace(
tempStart
,
tempStart
, "\uFFFF");
221
text.replace(
tempStart
+ outLen, destLimit + tempExtra + outLen, "");
/frameworks/base/core/java/android/widget/
RelativeLayout.java
763
int
tempStart
= childStart;
768
if (
tempStart
== VALUE_NOT_SET) {
769
tempStart
= startPadding + startMargin;
776
final int maxAvailable = tempEnd -
tempStart
;
[
all
...]
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
Completed in 96 milliseconds