Searched refs:attrBufLength (Results 1 – 1 of 1) sorted by relevance
894 int32_t attrBufLength = 0; in _appendKeywordsToLanguageTag() local948 attrBufLength = 0; in _appendKeywordsToLanguageTag()951 attrBuf[attrBufLength++] = buf[i]; in _appendKeywordsToLanguageTag()957 if (attrBufLength > 0) { in _appendKeywordsToLanguageTag()958 attrBuf[attrBufLength] = 0; in _appendKeywordsToLanguageTag()970 attrValue = (char*)uprv_malloc(attrBufLength + 1); in _appendKeywordsToLanguageTag()