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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
TypoFix.java 61 String typo = TypoDetector.getTypo(message); local
62 if (typo == null) {
72 if (current.equals(typo)) {
75 // The buffer has been edited; try to find the typo.
77 IRegion forward = finder.find(start, typo, true /*forward*/, true, true, false);
78 IRegion backward = finder.find(start, typo, false /*forward*/, true, true, false);
95 end = start + typo.length();
106 String typo = TypoDetector.getTypo(message); local
108 if (replacements != null && !replacements.isEmpty() && typo != null) {
112 fix.mTypo = typo;
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 83 milliseconds