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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TypographyDetector.java 63 /** Replace dumb quotes with smart quotes? */
64 public static final Issue QUOTES = Issue.create(
66 "Looks for straight quotes which can be replaced by curvy quotes",
67 "Straight single quotes and double quotes, when used as a pair, can be replaced " +
68 "by \"curvy quotes\" (or directional quotes). This can make the text more " +
74 "(Also note that you should not use curvy quotes for code fragments.)"
    [all...]
BuiltinIssueRegistry.java 122 issues.add(TypographyDetector.QUOTES);
292 sAdtFixes.add(TypographyDetector.QUOTES);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 158 sFixes.put(TypographyDetector.QUOTES.getId(), TypographyFix.class);
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 712 milliseconds