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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TypographyDetector.java 289 int quoteStart = text.indexOf('\'');
290 if (quoteStart != -1) {
291 int quoteEnd = text.indexOf('\'', quoteStart + 1);
292 if (quoteEnd != -1 && quoteEnd > quoteStart + 1
293 && (quoteEnd < text.length() -1 || quoteStart > 0)
301 if (quoteEnd == -1 && quoteStart > 0
302 && Character.isLetterOrDigit(text.charAt(quoteStart - 1))) {
310 quoteStart = text.indexOf('"');
311 if (quoteStart != -1) {
312 int quoteEnd = text.indexOf('"', quoteStart + 1)
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 400 int32_t quoteStart = -1; // Most recent 'single quoted string'
464 quoteStart = buf.length();
483 for (iq=quoteStart; iq<quoteLimit; ++iq) {
654 qstart = quoteStart;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 728 milliseconds