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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 74 * @param quotes
75 * The characters to be used as quotes around array items that
84 String separator, String quotes, boolean allowCommas) throws XMPException
93 if (quotes == null || quotes.length() == 0)
95 quotes = "\"";
117 // Make sure the open and close quotes are a legitimate pair.
118 char openQuote = quotes.charAt(0);
119 char closeQuote = checkQuotes(quotes, openQuote);
249 // internal quotes tha
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 171 sFixes.put(TypographyDetector.QUOTES.getId(), TypographyFix.class);
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/sdk/tools/lib/
lint_checks.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 54 milliseconds