HomeSort by relevance Sort by last modified time
    Searched defs:getCharRange (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
SourceLocation.h 236 static CharSourceRange getCharRange(SourceRange R) {
243 static CharSourceRange getCharRange(SourceLocation B, SourceLocation E) {
244 return getCharRange(SourceRange(B, E));
  /frameworks/base/core/java/android/widget/
Editor.java 708 long range = getCharRange(minOffset);
733 private long getCharRange(int offset) {
    [all...]

Completed in 41 milliseconds