Home | History | Annotate | Download | only in i18n

Lines Matching refs:gmatch

233                     GMatchInfo *gmatch = (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo));
234 if (gmatch == NULL) {
238 gmatch->gnameInfo = nameinfo;
239 gmatch->matchLength = matchLength;
240 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
241 fResults->addElement(gmatch, status);
243 uprv_free(gmatch);