Home | History | Annotate | Download | only in i18n

Lines Matching defs:pRegion

1797                 char **pRegion = regions;
1798 for (int32_t i = 0; i < numRegions; i++, pRegion++) {
1799 *pRegion = NULL;
1802 pRegion = regions;
1803 for (int32_t i = 0; i < numRegions; i++, pRegion++) {
1810 *pRegion = (char*)uprv_malloc(sizeof(char) * (len + 1));
1811 if (*pRegion == NULL) {
1815 u_UCharsToChars(uregion, *pRegion, len);
1816 (*pRegion)[len] = 0;