OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempStart
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 2754 milliseconds