HomeSort by relevance Sort by last modified time
    Searched refs:token2 (Results 1 - 5 of 5) sorted by null

  /external/libxml2/include/libxml/
xmlautomata.h 66 const xmlChar *token2,
73 const xmlChar *token2,
89 const xmlChar *token2,
106 const xmlChar *token2,
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 53 String token2 = "Ann Lee <annlee@example.com> (secret)"; local
56 String text = ", " + token1 + "\",\"" + token2 + ";" + token3 + " <;>" + token4;
58 final int TOKEN_START_POS_2 = text.indexOf(token2);
64 // token 2 is ignored because ',' between token1 and token2 is in a pair of \".
107 String token2 = "Ann Lee <annlee@example.com> (secret)"; local
110 String text2 = token1 + "\",\"" + token2 + ";" + token3 + " <;>" + token4 + ",";
111 final int TOKEN_END_POS_2 = text2.indexOf(token2) + token2.length();
  /external/srec/srec/crec/
priority_q.c 107 int compare_histories(word_token* token1, word_token* token2,
125 if (token1->word != token2->word)
127 if (token1->end_node != token2->end_node)
137 if (token2->backtrace != MAXwordID)
139 history_for_token2 += token2->end_node * 1000000;
140 history_for_token2 += word_token_array[token2->backtrace].word * 10000;
141 history_for_token2 += word_token_array[token2->backtrace].end_time;
  /external/freetype/src/psaux/
psobjs.c 1051 T1_TokenRec token2; local
1060 ps_parser_to_token( parser, &token2 );
1064 if ( token2.type == T1_TOKEN_TYPE_ARRAY )
    [all...]
  /external/libxml2/
xmlregexp.c     [all...]

Completed in 183 milliseconds