Home | History | Annotate | Download | only in i18n

Lines Matching full:baseelem

1625     PtnElem *curElem, *baseElem;
1630 baseElem = boot[baseChar-CAP_A];
1634 baseElem = boot[26+baseChar-LOW_A];
1642 if (baseElem == NULL) {
1657 if ( baseElem != NULL ) {
1658 curElem = getDuplicateElem(basePattern, skeleton, baseElem);
1662 curElem = baseElem;
1792 PtnElem *baseElem) {
1795 if ( baseElem == (PtnElem *)NULL ) {
1799 curElem = baseElem;