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

  /external/expat/xmlwf/
ct.c 8 const char *tokStart = 0;
18 return tokStart;
22 return tokStart;
36 return tokStart;
49 return tokStart;
51 return tokStart;
53 tokStart = *pp;
60 tokStart = *pp;
xmlmime.c 10 const char *tokStart = 0;
15 return tokStart;
22 return tokStart;
26 return tokStart;
40 return tokStart;
53 return tokStart;
55 return tokStart;
57 tokStart = *pp;
64 tokStart = *pp;
  /frameworks/base/telephony/java/com/android/internal/telephony/
ATResponseParser.java 28 private int tokStart, tokEnd;
46 if (tokEnd - tokStart > 1) {
49 char c = line.charAt(tokStart);
66 for (int i = tokStart ; i < tokEnd ; i++) {
86 return line.substring(tokStart, tokEnd);
121 tokStart = next - 1;
133 tokStart = next - 1;
134 tokEnd = tokStart;
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 587 * @tokstart - address of a variable to receive the start of the token found
588 * @tokstart - address of a variable to receive the length of the token found
592 static int get_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen)
604 *tokstart = pos;
609 *toklen = pos - *tokstart;
619 * @tokstart - address of a variable to receive the start of the sub token found
620 * @tokstart - address of a variable to receive the length of the sub token found
624 static int get_sub_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) {
633 *tokstart = pos;
640 *toklen = pos - *tokstart;
673 int toklen, tokstart; \/*legnth and start of generic token*\/ local
    [all...]

Completed in 429 milliseconds