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

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 503 int tokPos = getTokenQueuePosFromMap(m_patternMapSize - 1);
505 resetTokenMark(tokPos + 1);
539 tokPos++;
541 resetTokenMark(tokPos + 1);
546 tokPos += 2;
549 targetStrings.addElement(m_compiler.getTokenQueue().elementAt(tokPos));
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 687 int pos, tokpos, outpos; /*postion of current char in input string and token and output*/ local
691 tokpos = 0;
702 tokpos = tokstart;
705 while (get_sub_tok(str, tokpos, tokstart+toklen, &stokstart, &stoklen)) {
708 tokpos = stokstart + stoklen;
727 tokpos = tokstart;
730 while (get_sub_tok(str, tokpos, tokstart+toklen, &stokstart, &stoklen)) {
736 tokpos = stokstart + stoklen;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js 260 tokpos : 0,
299 S.tokpos = S.pos;
311 pos : S.tokpos,
337 js_error(err, S.tokline, S.tokcol, S.tokpos);
655 pos != null ? pos : ctx.tokpos);
    [all...]

Completed in 133 milliseconds