Home | History | Annotate | Download | only in intltest

Lines Matching refs:proplines

569             proplines[i] = caller->proplines[i];
2055 proplines[numProps] = propline;
2064 if ((int32_t)uprv_strlen(proplines[i]) > plen + 1
2065 && proplines[i][plen] == '='
2066 && uprv_strncmp(proplines[i], prop, plen) == 0) {
2067 val = &(proplines[i][plen+1]);