Searched refs:token (Results 326 - 350 of 1600) sorted by last modified time

<<11121314151617181920>>

/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp540 curAndConstraint->opNum=getNumberValue(token);
545 curAndConstraint->value = getNumberValue(token);
549 curAndConstraint->rangeList->setElementAt(getNumberValue(token), rangeLowIdx);
550 curAndConstraint->rangeList->setElementAt(getNumberValue(token), rangeHiIdx);
553 curAndConstraint->rangeList->setElementAt(getNumberValue(token), rangeHiIdx);
598 newChain->fKeyword = token;
629 currentChain->fIntegerSamples.append(token);
643 currentChain->fDecimalSamples.append(token);
1075 ruleIndex(0), token(), type(none), prevType(none),
1085 PluralRuleParser::getNumberValue(const UnicodeString& token) { argument
1329 getKeyType(const UnicodeString &token, tokenType keyType) argument
[all...]
H A Dplurrule_impl.h141 static int32_t getNumberValue(const UnicodeString &token);
144 static tokenType getKeyType(const UnicodeString& token, tokenType type);
146 static UBool isValidKeyword(const UnicodeString& token);
150 UnicodeString token; // Token most recently scanned. member in class:PluralRuleParser
/external/icu/icu4c/source/i18n/unicode/
H A Dplurrule.h489 int32_t getNumberValue(const UnicodeString& token) const;
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp1604 // Each kind of token is recognized in its own capture group; what type of item was scanned
1690 char token[16]; local
1692 uToken.extract(0, uToken.length(), token, (uint32_t)sizeof(token));
1693 token[sizeof(token)-1] = 0;
1694 errln("Syntax error in test data file \'%s\', line %d. Scanning \"%s\"\n", fileName, lineNumber, token);
H A Dtokiter.cpp26 UBool TokenIterator::next(UnicodeString& token, UErrorCode& ec) { argument
30 token.truncate(0);
41 if (!nextToken(token, ec)) {
55 * Read the next token from 'this->line' and append it to 'token'.
60 * @param token the token is appended to this StringBuffer
62 * @return TRUE if a valid token is found, or FALSE if the end
65 UBool TokenIterator::nextToken(UnicodeString& token, UErrorCode& ec) { argument
80 token
[all...]
H A Dtokiter.h39 * Return the next token from this iterator.
40 * @return TRUE if a token was read, or FALSE if no more tokens
43 UBool next(UnicodeString& token, UErrorCode& ec);
46 * Return the one-based line number of the line of the last token
61 UBool nextToken(UnicodeString& token, UErrorCode& ec);
/external/icu/icu4c/source/common/
H A Dicuplug.c44 uint32_t token; /**< must be U_PLUG_TOKEN */ member in struct:UPlugData
265 UPlugTokenReturn token; local
269 token = (*(plug->entrypoint))(plug, reason, status);
270 if(token!=UPLUG_TOKEN) {
333 plug->token = UPLUG_TOKEN;
H A Dunames.cpp231 * In unames.dat, it is marked as token[';']==-1 only if the
234 * So, it will be token[';']==-1 if we store U1.0 names/ISO comments/aliases
242 uint16_t token, tokenCount=*tokens++, bufferPos=0; local
249 * if the semicolon byte value is a character, not a token number
263 * the semicolon byte value is a token number, therefore
271 /* write each letter directly, and write a token word per token */
285 token=tokens[c];
286 if(token==(uint16_t)(-2)) {
287 /* this is a lead byte for a double-byte token */
335 uint16_t token, tokenCount=*tokens++; local
1302 uint16_t c, token; local
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONML.java56 Object token;
66 token = x.nextContent();
67 if (token == XML.LT) {
68 token = x.nextToken();
69 if (token instanceof Character) {
70 if (token == XML.SLASH) {
74 token = x.nextToken();
75 if (!(token instanceof String)) {
78 token + "'.");
83 return token;
[all...]
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java1441 for (String token : tokens) {
1442 if (token.length() == 0) {
1446 // Each token begins with a one character parameter which specifies the
1447 // operation of this token (delete, insert, equality).
1448 String param = token.substring(1);
1449 switch (token.charAt(0)) {
1487 if (token.charAt(0) == '=') {
1496 "Invalid diff operation in diff_fromDelta: " + token.charAt(0));
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py284 token = program[i]
286 tp = type(token)
289 bytecode.extend(bytechr(b) for b in opcodes[token])
291 raise CharStringCompileError("illegal operator: %s" % token)
292 if token in ('hintmask', 'cntrmask'):
296 bytecode.append(encodeInt(token))
298 bytecode.append(encodeFixed(token))
328 token, index = handler(b0, self.bytecode, index)
332 token = self.program[index]
334 isOperator = isinstance(token, StringTyp
[all...]
H A DpsLib.py63 token = char
67 token = buf[pos:nextpos]
74 token = buf[pos:nextpos]
81 token = buf[pos:nextpos]
83 raise PSTokenError('bad token at character %d' % pos)
92 raise PSTokenError('bad token at character %d' % pos)
94 token = buf[pos:nextpos]
95 self.pos = pos + len(token)
96 return tokentype, token
159 tokentype, token
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py284 token = program[i]
286 tp = type(token)
289 bytecode.extend(bytechr(b) for b in opcodes[token])
291 raise CharStringCompileError("illegal operator: %s" % token)
292 if token in ('hintmask', 'cntrmask'):
296 bytecode.append(encodeInt(token))
298 bytecode.append(encodeFixed(token))
328 token, index = handler(b0, self.bytecode, index)
332 token = self.program[index]
334 isOperator = isinstance(token, StringTyp
[all...]
H A DpsLib.py63 token = char
67 token = buf[pos:nextpos]
74 token = buf[pos:nextpos]
81 token = buf[pos:nextpos]
83 raise PSTokenError('bad token at character %d' % pos)
92 raise PSTokenError('bad token at character %d' % pos)
94 token = buf[pos:nextpos]
95 self.pos = pos + len(token)
96 return tokentype, token
159 tokentype, token
[all...]
/external/freetype/include/internal/
H A Dpsaux.h153 /* simple enumeration type used to identify token types */
171 FT_Byte* start; /* first character of token in input stream */
172 FT_Byte* limit; /* first character after the token */
173 T1_TokenType type; /* type of token */
383 T1_Token token );
864 #define IS_PS_TOKEN( cur, limit, token ) \
865 ( (char)(cur)[0] == (token)[0] && \
866 ( (cur) + sizeof ( (token) ) == (limit) || \
867 ( (cur) + sizeof( (token) ) < (limit) && \
868 IS_PS_DELIM( (cur)[sizeof ( (token) )
[all...]
/external/freetype/src/psaux/
H A Dafmparse.c708 AFM_Token token = afm_tokenize( key, len ); local
711 switch ( token )
738 if ( token == AFM_TOKEN_KPY )
746 kp->y = ( token == AFM_TOKEN_KP && r == 4 )
834 AFM_Token token = afm_tokenize( key, len ); local
837 if ( token == end_section || token == AFM_TOKEN_ENDFONTMETRICS )
H A Dpsobjs.c508 /* the first character which isn't part of the just handled token. */
595 " current token is `%c' which is self-delimiting\n"
615 /* `token' here means either something between balanced delimiters */
616 /* or the next token; the delimiters are not removed. */
620 T1_Token token )
627 token->type = T1_TOKEN_TYPE_NONE;
628 token->start = 0;
629 token->limit = 0;
644 token->type = T1_TOKEN_TYPE_STRING;
645 token
749 T1_TokenRec token; local
1032 T1_TokenRec token; local
1303 T1_Token token; local
[all...]
H A Dpsobjs.h85 T1_Token token );
/external/eigen/blas/
H A Dcommon.h20 #error the token SCALAR must be defined to compile this file
/external/elfutils/0.153/libcpu/
H A Di386_parse.c307 /* Enabling the token table. */
694 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
695 token YYLEX-NUM. */
760 positive, shift that token. If negative, reduce the rule which
961 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1168 about the unexpected token YYTOKEN for the state stack whose top is
1203 that there is no unexpected or expected token to report. In that
1209 - Of course, the expected token list depends on states to have
1214 token list. However, the list is correct for canonical LR with
1215 one exception: it will still contain any token tha
[all...]
H A Di386_parse.y224 %token kMASK
225 %token kPREFIX
226 %token kSUFFIX
227 %token kSYNONYM
228 %token <str> kID
229 %token <num> kNUMBER
230 %token kPERCPERC
231 %token <str> kBITFIELD
232 %token <ch> kCHAR
233 %token kSPAC
[all...]
/external/elfutils/0.153/src/
H A Dldscript.c164 /* Enabling the token table. */
621 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
622 token YYLEX-NUM. */
719 positive, shift that token. If negative, reduce the rule which
969 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1176 about the unexpected token YYTOKEN for the state stack whose top is
1211 that there is no unexpected or expected token to report. In that
1217 - Of course, the expected token list depends on states to have
1222 token list. However, the list is correct for canonical LR with
1223 one exception: it will still contain any token tha
[all...]
H A Dldscript.y86 %token kADD_OP
87 %token kALIGN
88 %token kAS_NEEDED
89 %token kENTRY
90 %token kEXCLUDE_FILE
91 %token <str> kFILENAME
92 %token kGLOBAL
93 %token kGROUP
94 %token <str> kID
95 %token kINPU
[all...]
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java439 // if the current optdef calls for more values, consume the next token
1108 throw new IllegalArgumentException ("parse error: invalid token " + m_token + ", expected " + Token.REQUIRED + " or " + Token.OPTIONAL);
1221 throw new IllegalArgumentException ("parse error: invalid token [" + m_token + "], expected type [" + tokenID + "]");
1334 final Token token = (Token) KEYWORDS.get (value.toString ());
1335 if (token == null)
1338 m_token = token;

Completed in 347 milliseconds

<<11121314151617181920>>