HomeSort by relevance Sort by last modified time
    Searched refs:getRawText (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/google/android/util/
SmileyParser.java 69 builder.append(token.getRawText());
71 int resid = mRes.getSmileyRes(token.getRawText());
AbstractMessageParser.java 116 public final String getRawText() { return text; }
707 public String getRawText() { return text; }
804 info.add(getRawText());
    [all...]
  /external/clang/lib/AST/
RawCommentList.cpp 71 if (SR.getBegin() == SR.getEnd() || getRawText(SourceMgr).empty()) {
139 getRawText(Context.getSourceManager());
165 getRawText(Context.getSourceManager());
  /external/clang/include/clang/AST/
RawCommentList.h 94 StringRef getRawText(const SourceManager &SourceMgr) const {
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 31 milliseconds