Searched refs:tokenLengths (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/common/ |
D | unames.c | 1306 …gth(const uint16_t *tokens, uint16_t tokenCount, const uint8_t *tokenStrings, int8_t *tokenLengths, in calcNameSetLength() argument 1331 if(tokenLengths!=NULL) { in calcNameSetLength() 1333 tokenLength=tokenLengths[c]; in calcNameSetLength() 1336 tokenLengths[c]=(int8_t)tokenLength; in calcNameSetLength() 1358 int8_t *tokenLengths; in calcGroupNameSetsLengths() local 1365 tokenLengths=(int8_t *)uprv_malloc(tokenCount); in calcGroupNameSetsLengths() 1366 if(tokenLengths!=NULL) { in calcGroupNameSetsLengths() 1367 uprv_memset(tokenLengths, 0, tokenCount); in calcGroupNameSetsLengths() 1389 …length=calcNameSetLength(tokens, tokenCount, tokenStrings, tokenLengths, gNameSet, &line, lineLimi… in calcGroupNameSetsLengths() 1398 …length=calcNameSetLength(tokens, tokenCount, tokenStrings, tokenLengths, gNameSet, &line, lineLimi… in calcGroupNameSetsLengths() [all …]
|