Searched refs:lastCh (Results 1 – 2 of 2) sorted by relevance
100 char lastCh = elements.get(start).getKey().charAt(depth); in Trie() local103 if (ch != lastCh) { in Trie()104 childMap[childIndex] = lastCh; in Trie()108 lastCh = ch; in Trie()111 childMap[childIndex] = lastCh; in Trie()
95 deUint8 lastCh = caseData.getData()[caseData.getDataSize()-1]; in writeTestCase() local96 if (lastCh != '\n' && lastCh != '\r') in writeTestCase()