Home
last modified time | relevance | path

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

/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.cpp95 deUint8 lastCh = caseData.getData()[caseData.getDataSize()-1]; in writeTestCase() local
96 if (lastCh != '\n' && lastCh != '\r') in writeTestCase()