Searched refs:oOutput (Results 1 - 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringReplacer.java141 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/
H A DStringReplacer.java140 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/
H A Dstrrepl.cpp131 int32_t oOutput; // offset into 'output' local
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/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 90 milliseconds