Searched refs:attrBufLength (Results 1 – 1 of 1) sorted by relevance
905 int32_t attrBufLength = 0; in _appendKeywordsToLanguageTag() local956 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()