Searched refs:tokenChars (Results 1 - 2 of 2) sorted by relevance

/external/testng/doc/
H A Dprettify.js395 // We use tokenChars[:tokenCharsI] to accumulate the tag name so that we
397 var tokenChars = new Array(12);
515 if (tokenCharsI < tokenChars.length) {
516 tokenChars[tokenCharsI++] = ch.toLowerCase();
523 if (PR_prefixMatch(tokenChars, tokenCharsI, endScriptTag)) {
527 if (PR_prefixMatch(tokenChars, tokenCharsI, 'script')) {
529 } else if (PR_prefixMatch(tokenChars, tokenCharsI, 'style')) {
531 } else if (PR_prefixMatch(tokenChars, tokenCharsI, 'xmp')) {
537 if (endScriptTag && tokenCharsI && '/' == tokenChars[0]) {
/external/icu/icu4c/source/i18n/
H A Daffixpatternparser.cpp155 UChar *tokenChars = tokens.getBuffer(tlen + 4); local
161 while (tLiteralStart > 0 && UNPACK_TOKEN(tokenChars[tLiteralStart - 1]) == kLiteral) {
164 literalLength |= UNPACK_LENGTH(tokenChars[tLiteralStart]);
171 tokenChars[tlen++] = PACK_TOKEN_AND_LENGTH(kLiteral, literalLength & 0xFF);
174 tokenChars[tlen++] = PACK_TOKEN_AND_LENGTH(kLiteral | 0x80, literalLength & 0xFF);

Completed in 101 milliseconds