Searched refs:tokenized (Results 1 – 2 of 2) sorted by relevance
72 char *tokenized = tagNames.lockBuffer(tagNames.size()); in parseTagsToMonitor() local74 char *nextTagName = strtok_r(tokenized, ", ", &savePtr); in parseTagsToMonitor()
1523 Rfc822Token[] tokenized = Rfc822Tokenizer.tokenize(validatedToken); in createTokenizedEntry() local1524 if (tokenized.length > 0) { in createTokenizedEntry()1525 validatedToken = tokenized[0].getAddress(); in createTokenizedEntry()2173 Rfc822Token[] tokenized = Rfc822Tokenizer.tokenize(address); in createAddressText() local2174 if (tokenized != null && tokenized.length > 0) { in createAddressText()2175 address = tokenized[0].getAddress(); in createAddressText()