Home | History | Annotate | Download | only in i18n

Lines Matching refs:tokenLength

635     int32_t tokenLength = 0;
649 tokenLength = space - current;
650 if (tokenLength < 4) {
655 current += tokenLength;
677 tokenLength = space - current;
678 if (tokenLength < 4) {
682 u_UCharsToChars(current, conversion, tokenLength);
683 conversion[tokenLength] = '\0';
693 current += tokenLength;