Searched defs:tagBuf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c1643 char *tagBuf; local
1666 tagBuf = (char*)uprv_malloc(tagLen + 1);
1667 if (tagBuf == NULL) {
1671 uprv_memcpy(tagBuf, tag, tagLen);
1672 *(tagBuf + tagLen) = 0;
1677 t->buf = tagBuf;
1679 uprv_free(tagBuf);
1691 if (T_CString_stricmp(GRANDFATHERED[i], tagBuf) == 0) {
1712 pNext = pLastGoodPosition = tagBuf;
/external/icu4c/common/
H A Duloc_tag.c2079 char *tagBuf; local
2103 tagBuf = (char*)uprv_malloc(tagLen + 1);
2104 if (tagBuf == NULL) {
2108 uprv_memcpy(tagBuf, tag, tagLen);
2109 *(tagBuf + tagLen) = 0;
2114 uprv_free(tagBuf);
2119 t->buf = tagBuf;
2128 if (uprv_stricmp(GRANDFATHERED[i], tagBuf) == 0) {
2134 uprv_free(tagBuf);
2135 tagBuf
[all...]

Completed in 142 milliseconds