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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringReplacer.java 147 // The temporary buffer starts at tempStart, and extends
155 // character, so it is tempStart+1 or tempStart+2.
156 int tempStart = text.length(); // start of temp buffer
157 int destStart = tempStart; // copy new text to here
160 text.copy(start-len, start, tempStart);
163 text.replace(tempStart, tempStart, "\uFFFF");
225 text.replace(tempStart + outLen, destLimit + tempExtra + outLen, "");
  /external/icu/icu4c/source/i18n/
strrepl.cpp 136 // The temporary buffer starts at tempStart, and extends
144 // character, so it is tempStart+1 or tempStart+2.
145 int32_t tempStart = text.length(); // start of temp buffer
146 int32_t destStart = tempStart; // copy new text to here
149 text.copy(start-len, start, tempStart);
153 text.handleReplaceBetween(tempStart, tempStart, str);
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString());
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringReplacer.java 146 // The temporary buffer starts at tempStart, and extends
154 // character, so it is tempStart+1 or tempStart+2.
155 int tempStart = text.length(); // start of temp buffer
156 int destStart = tempStart; // copy new text to here
159 text.copy(start-len, start, tempStart);
162 text.replace(tempStart, tempStart, "\uFFFF");
224 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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 129 milliseconds