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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringReplacer.java 141 int oOutput; // offset into 'output'
166 for (oOutput=0; oOutput<output.length(); ) {
167 if (oOutput == cursorPos) {
176 int c = UTF16.charAt(output, oOutput);
182 int nextIndex = oOutput + UTF16.getCharCount(c);
206 oOutput = nextIndex;
213 if (oOutput == cursorPos) {
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringReplacer.java 140 int oOutput; // offset into 'output'
165 for (oOutput=0; oOutput<output.length(); ) {
166 if (oOutput == cursorPos) {
175 int c = UTF16.charAt(output, oOutput);
181 int nextIndex = oOutput + UTF16.getCharCount(c);
205 oOutput = nextIndex;
212 if (oOutput == cursorPos) {
  /external/icu/icu4c/source/i18n/
strrepl.cpp 131 int32_t oOutput; // offset into 'output'
156 for (oOutput=0; oOutput<output.length(); ) {
157 if (oOutput == cursorPos) {
161 UChar32 c = output.char32At(oOutput);
180 oOutput += U16_LENGTH(c);
187 if (oOutput == cursorPos) {
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /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 713 milliseconds