Home
last modified time | relevance | path

Searched refs:lastCh (Results 1 – 7 of 7) sorted by relevance

/external/skia/tools/bookmaker/
DspellCheck.cpp398 char lastCh = 0; in leafCheck() local
405 if (!allLower || (!inQuotes && '\"' != lastCh && !inParens in leafCheck()
406 && ')' != lastCh && !inAngles && '>' != lastCh)) { in leafCheck()
408 if ("e" != word || !isdigit(prePriorCh) || ('+' != lastCh && in leafCheck()
409 '-' != lastCh && !isdigit(lastCh))) { in leafCheck()
420 if (isalpha(lastCh)) { in leafCheck()
432 if ('(' == lastCh) { in leafCheck()
462 if ('<' == lastCh || ('<' == priorCh && '/' == lastCh)) { in leafCheck()
486 priorCh = lastCh; in leafCheck()
487 lastCh = *chPtr; in leafCheck()
/external/skqp/tools/bookmaker/
DspellCheck.cpp398 char lastCh = 0; in leafCheck() local
405 if (!allLower || (!inQuotes && '\"' != lastCh && !inParens in leafCheck()
406 && ')' != lastCh && !inAngles && '>' != lastCh)) { in leafCheck()
408 if ("e" != word || !isdigit(prePriorCh) || ('+' != lastCh && in leafCheck()
409 '-' != lastCh && !isdigit(lastCh))) { in leafCheck()
420 if (isalpha(lastCh)) { in leafCheck()
432 if ('(' == lastCh) { in leafCheck()
462 if ('<' == lastCh || ('<' == priorCh && '/' == lastCh)) { in leafCheck()
486 priorCh = lastCh; in leafCheck()
487 lastCh = *chPtr; in leafCheck()
/external/owasp/sanitizer/src/main/org/owasp/html/
DTrie.java100 char lastCh = elements.get(start).getKey().charAt(depth); in Trie() local
103 if (ch != lastCh) { in Trie()
104 childMap[childIndex] = lastCh; in Trie()
108 lastCh = ch; in Trie()
111 childMap[childIndex] = lastCh; in Trie()
/external/deqp/executor/
DxeTestLogWriter.cpp97 deUint8 lastCh = caseData.getData()[caseData.getDataSize()-1]; in writeTestCase() local
98 if (lastCh != '\n' && lastCh != '\r') in writeTestCase()
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
/external/guice/extensions/struts2/lib/
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...