Lines Matching defs:tokenSize
449 int32_t tokenSize = nextUserToken(buffer, i, len, &token);
450 i += tokenSize;
451 if (token == 0x27 && tokenSize == 1) { // quote
478 appendTo.add(kCurrency, tokenSize);
489 case 0xA4: // included b/c tokenSize can be > 1
490 for (int32_t j = 0; j < tokenSize; ++j) {
515 int32_t tokenSize = nextToken(buffer, i, len, &token);
516 if (tokenSize == 1) {
519 while (i < len && (tokenSize = nextToken(buffer, i, len, &token)) == 1) {
529 i += tokenSize;
545 if (tokenSize - 1 > 3) {
549 appendTo.add(kCurrency, tokenSize - 1);