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

  /libcore/luni/src/main/java/java/io/
BufferedReader.java 360 for (int charPos = pos; charPos < end; charPos++) {
361 char ch = buf[charPos];
369 String res = new String(buf, pos, charPos - pos);
370 pos = charPos + 1;
373 String res = new String(buf, pos, charPos - pos);
374 pos = charPos + 1;
402 for (int charPos = pos; charPos < end; charPos++)
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ApkSettings.java 107 int charPos = filter.indexOf(CHAR_EQUAL);
108 if (charPos > 0) {
109 map.put(filter.substring(0, charPos), filter.substring(charPos+1));
  /external/icu4c/samples/break/
break.cpp 133 //print word at charpos 10
ubreak.c 120 /*print word at charpos 10 */
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/WebCore/icu/unicode/
ubrk.h 176 * //print word at charpos 10

Completed in 281 milliseconds