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

  /libcore/support/src/test/java/tests/util/
SerializationTester.java 170 ObjectOutputStream ooutput = null; local
173 ooutput = new ObjectOutputStream(output);
174 ooutput.writeObject(obj);
177 if (null != ooutput) {
178 ooutput.close();
  /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/apache-harmony/support/src/test/java/tests/util/
SerializationTester.java 194 ObjectOutputStream ooutput = null; local
197 ooutput = new ObjectOutputStream(output);
198 ooutput.writeObject(obj);
201 if (null != ooutput) {
202 ooutput.close();
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 

Completed in 218 milliseconds