Home | History | Annotate | Download | only in i18n

Lines Matching refs:origElem

1107                     UCAElements *origElem = (UCAElements *)uprv_malloc(sizeof(UCAElements));
1109 if (origElem== NULL) {
1114 origElem->prefixSize = 0;
1115 origElem->prefix = NULL;
1116 origElem->cPoints = origElem->uchars;
1117 origElem->cPoints[0] = element->cPoints[0];
1118 origElem->cSize = 1;
1119 origElem->CEs[0]=CE;
1120 origElem->mapCE=CE;
1121 origElem->noOfCEs=1;
1122 uprv_uca_finalizeAddition(t, origElem, status);
1123 uprv_free(origElem);