Home
last modified time | relevance | path

Searched refs:END_OF_SENTENCE (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
Djtl_foundation.h166 END_OF_SENTENCE = 0x31 enumerator
Djtl_interpreter.cc612 case jtl_foundation::END_OF_SENTENCE: in ParseNextSentence()
/external/chromium_org/chrome/tools/profile_reset/
Djtl_compiler.cc149 target->WriteOpCode(jtl::END_OF_SENTENCE); in TranscodeInstruction()
165 Instruction() : op_code(jtl::END_OF_SENTENCE) {} in Instruction()