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

  /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 764 int tempStart = childStart;
769 if (tempStart < 0) {
770 tempStart = startPadding + startMargin;
777 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 

Completed in 1020 milliseconds