Home | History | Annotate | Download | only in common

Lines Matching refs:closeIndex

872   char *closeIndex = NULL;
914 indexR = uprv_strtol(pathP, &closeIndex, 10);
915 if(*closeIndex == 0) {
921 indexR = uprv_strtol(pathP, &closeIndex, 10);
922 if(*closeIndex == 0) {