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

/macosx-10.10/ICU-531.30/icuSources/common/
H A Duloc_tag.c1260 int32_t attrBufLength = 0; local
1313 attrBufLength = 0;
1316 attrBuf[attrBufLength++] = buf[i];
1322 if (attrBufLength > 0) {
1323 attrBuf[attrBufLength] = 0;
1335 attrValue = (char*)uprv_malloc(attrBufLength + 1);

Completed in 120 milliseconds