Home | History | Annotate | Download | only in common

Lines Matching refs:closeIndex

558   char *closeIndex = NULL;
596 indexR = uprv_strtol(pathP, &closeIndex, 10);
597 if(closeIndex != pathP) {
603 indexR = uprv_strtol(pathP, &closeIndex, 10);
604 if(closeIndex != pathP) {