Searched refs:thisToken (Results 1 – 1 of 1) sorted by relevance
177 char *thisToken = nextToken; in parse_subtypes() local178 nextToken = strchr( thisToken, ';' ); in parse_subtypes()181 if ( 0 == strncasecmp( thisToken, "lang-", 5 ) ) { in parse_subtypes()212 char *thisToken = nextToken; in parse_subtypes() local214 nextToken = strchr( thisToken, ';' ); in parse_subtypes()216 len = nextToken - thisToken; in parse_subtypes()221 len = nextToken - thisToken; in parse_subtypes()223 if ( 0 == strncasecmp( thisToken, "lang-", 5 ) ) { in parse_subtypes()236 result[nSubtypes].start = thisToken - target; in parse_subtypes()