Home | History | Annotate | Download | only in intltest

Lines Matching refs:proplines

534             proplines[i] = caller->proplines[i];
1771 proplines[numProps] = propline;
1780 if ((int32_t)uprv_strlen(proplines[i]) > plen + 1
1781 && proplines[i][plen] == '='
1782 && uprv_strncmp(proplines[i], prop, plen) == 0) {
1783 val = &(proplines[i][plen+1]);