Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc_tag.c905 int32_t attrBufLength = 0; in _appendKeywordsToLanguageTag() local
956 attrBufLength = 0; in _appendKeywordsToLanguageTag()
959 attrBuf[attrBufLength++] = buf[i]; in _appendKeywordsToLanguageTag()
965 if (attrBufLength > 0) { in _appendKeywordsToLanguageTag()
966 attrBuf[attrBufLength] = 0; in _appendKeywordsToLanguageTag()
978 attrValue = (char*)uprv_malloc(attrBufLength + 1); in _appendKeywordsToLanguageTag()