HomeSort by relevance Sort by last modified time
    Searched refs:tempStart (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
strrepl.cpp 135 // The temporary buffer starts at tempStart, and extends
143 // character, so it is tempStart+1 or tempStart+2.
144 int32_t tempStart = text.length(); // start of temp buffer
145 int32_t destStart = tempStart; // copy new text to here
148 text.copy(start-len, start, tempStart);
152 text.handleReplaceBetween(tempStart, tempStart, str);
197 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, EMPTY);
  /external/icu4c/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());
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 755 int tempStart = childStart;
760 if (tempStart < 0) {
761 tempStart = startPadding + startMargin;
768 int maxAvailable = tempEnd - tempStart;
    [all...]
  /prebuilts/tools/common/m2/internal/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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 65 milliseconds