Home
last modified time | relevance | path

Searched refs:tokenLengths (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dunames.cpp1297 …gth(const uint16_t *tokens, uint16_t tokenCount, const uint8_t *tokenStrings, int8_t *tokenLengths, in calcNameSetLength() argument
1322 if(tokenLengths!=NULL) { in calcNameSetLength()
1324 tokenLength=tokenLengths[c]; in calcNameSetLength()
1327 tokenLengths[c]=(int8_t)tokenLength; in calcNameSetLength()
1349 int8_t *tokenLengths; in calcGroupNameSetsLengths() local
1356 tokenLengths=(int8_t *)uprv_malloc(tokenCount); in calcGroupNameSetsLengths()
1357 if(tokenLengths!=NULL) { in calcGroupNameSetsLengths()
1358 uprv_memset(tokenLengths, 0, tokenCount); in calcGroupNameSetsLengths()
1380 …length=calcNameSetLength(tokens, tokenCount, tokenStrings, tokenLengths, gNameSet, &line, lineLimi… in calcGroupNameSetsLengths()
1389 …length=calcNameSetLength(tokens, tokenCount, tokenStrings, tokenLengths, gNameSet, &line, lineLimi… in calcGroupNameSetsLengths()
[all …]