Home | History | Annotate | Download | only in i18n

Lines Matching refs:ULOC_KEYWORDS_CAPACITY

2602             char *curID = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);
2603 int32_t curIDLength = ULOC_KEYWORDS_CAPACITY;
2616 if(curIDLength+1 > ULOC_KEYWORDS_CAPACITY) {
2661 char *tmpValue = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY);