Searched refs:tokenValue (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp173 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status) argument
180 if (tokenValue != NULL)
182 *tokenValue = &state->lookahead[state->lookaheadPosition].value;
207 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status) argument
222 if (tokenValue != NULL)
224 *tokenValue = &state->lookahead[i].value;
240 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status) argument
244 enum ETokenType token = getToken(state, tokenValue, comment, &line, status);
269 struct UString *tokenValue; local
273 expect(state, TOK_STRING, &tokenValue, commen
303 struct UString *tokenValue; local
447 struct UString *tokenValue; local
526 struct UString *tokenValue; local
586 struct UString *tokenValue; local
621 struct UString *tokenValue; local
873 struct UString *tokenValue; local
1082 struct UString *tokenValue; local
1209 struct UString *tokenValue=NULL; local
1320 struct UString *tokenValue; local
1923 struct UString *tokenValue; local
1969 struct UString *tokenValue; local
2096 struct UString *tokenValue; local
[all...]
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Ddriverparser.c1696 char *tokenValue)
1728 strcpy(tokenValue, pcFinValue);
1695 LCFBundleFindValueWithKey(char *fileName, char *tokenKey, char *tokenValue) argument
H A Dtokenparser.c1729 char *tokenValue, int tokenIndice)
1768 strcpy(tokenValue, pcFinValue);
1728 LTPBundleFindValueWithKey(char *fileName, char *tokenKey, char *tokenValue, int tokenIndice) argument

Completed in 178 milliseconds