Searched refs:linePtr (Results 1 – 2 of 2) sorted by relevance
1980 char *linePtr, *lineNext; in loadLists() local2007 linePtr = line; in loadLists()2010 while(isspace(*linePtr)) { in loadLists()2011 linePtr++; in loadLists()2014 s=linePtr; in loadLists()2023 if((*linePtr == 0) || (*linePtr == '#')) { in loadLists()2030 while(linePtr && *linePtr) { /* process space-separated items */ in loadLists()2031 while(*linePtr == ' ') { in loadLists()2032 linePtr++; in loadLists()2035 if(linePtr[0] == '"') in loadLists()[all …]
120 char *linePtr; in createCommonDataFile() local132 linePtr = line; in createCommonDataFile()168 while((s != NULL && *s != 0) || (s=T_FileStream_readLine(in, (line=linePtr), in createCommonDataFile()206 uprv_free(linePtr); in createCommonDataFile()