HomeSort by relevance Sort by last modified time
    Searched refs:tokenLength (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
unames.c     [all...]
  /external/icu4c/i18n/
ucol_tok.cpp 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;
    [all...]
  /external/collada/src/dae/
daeElement.cpp 466 int tokenLength = int(tokens[i].length() > 0 ? tokens[i].length()+2 : 0);
467 result = max(tokenLength, result);

Completed in 149 milliseconds