Searched defs:tokenSize (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Daffixpatternparser.cpp453 int32_t tokenSize = nextUserToken(buffer, i, len, &token); local
454 i += tokenSize;
455 if (token == 0x27 && tokenSize == 1) { // quote
482 appendTo.add(kCurrency, tokenSize);
493 case 0xA4: // included b/c tokenSize can be > 1
494 for (int32_t j = 0; j < tokenSize; ++j) {
519 int32_t tokenSize = nextToken(buffer, i, len, &token); local
520 if (tokenSize == 1) {
523 while (i < len && (tokenSize = nextToken(buffer, i, len, &token)) == 1) {
533 i += tokenSize;
[all...]

Completed in 162 milliseconds