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 231 static CharSourceRange getCharRange(SourceRange R) {
241 static CharSourceRange getCharRange(SourceLocation B, SourceLocation E) {
242 return getCharRange(SourceRange(B, E));
  /frameworks/base/core/java/android/widget/
Editor.java 631 long range = getCharRange(minOffset);
656 private long getCharRange(int offset) {
    [all...]

Completed in 83 milliseconds