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

  /external/icu4c/i18n/
strrepl.cpp 132 int32_t oOutput; // offset into 'output'
157 for (oOutput=0; oOutput<output.length(); ) {
158 if (oOutput == cursorPos) {
162 UChar32 c = output.char32At(oOutput);
181 oOutput += UTF_CHAR_LENGTH(c);
188 if (oOutput == cursorPos) {
  /external/apache-harmony/support/src/test/java/tests/util/
SerializationTester.java 209 ObjectOutputStream ooutput = null; local
212 ooutput = new ObjectOutputStream(output);
213 ooutput.writeObject(obj);
216 if (null != ooutput) {
217 ooutput.close();
  /libcore/support/src/test/java/tests/util/
SerializationTester.java 209 ObjectOutputStream ooutput = null; local
212 ooutput = new ObjectOutputStream(output);
213 ooutput.writeObject(obj);
216 if (null != ooutput) {
217 ooutput.close();
  /external/webkit/Tools/android/flex-2.5.4a/
main.c 1117 _( "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n" ),
NEWS 359 - A new "-ooutput" option writes the generated scanner to "output".
    [all...]
flex.1 6 .B [\-bcdfhilnpstvwBFILTV78+? \-C[aefFmr] \-ooutput \-Pprefix \-Sskeleton]
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
flex.man 12 flex [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
flex.info 86 flex [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]
    [all...]
flex.texi 162 flex [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]
    [all...]
  /prebuilt/linux-x86/flex/
flex-2.5.4a 

Completed in 240 milliseconds