OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tokenchars
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
affixpatternparser.cpp
161
UChar *
tokenChars
= tokens.getBuffer(tlen + 4);
167
while (tLiteralStart > 0 && UNPACK_TOKEN(
tokenChars
[tLiteralStart - 1]) == kLiteral) {
170
literalLength |= UNPACK_LENGTH(
tokenChars
[tLiteralStart]);
177
tokenChars
[tlen++] = PACK_TOKEN_AND_LENGTH(kLiteral, literalLength & 0xFF);
180
tokenChars
[tlen++] = PACK_TOKEN_AND_LENGTH(kLiteral | 0x80, literalLength & 0xFF);
/external/testng/doc/
prettify.js
395
// 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]) {
[
all
...]
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libsqlite.so
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libsqlite.so
Completed in 219 milliseconds