Searched refs:linePtr (Results 1 – 2 of 2) sorted by relevance
1994 char *linePtr, *lineNext; in loadLists() local2021 linePtr = line; in loadLists()2024 while(isspace(*linePtr)) { in loadLists()2025 linePtr++; in loadLists()2028 s=linePtr; in loadLists()2037 if((*linePtr == 0) || (*linePtr == '#')) { in loadLists()2044 while(linePtr && *linePtr) { /* process space-separated items */ in loadLists()2045 while(*linePtr == ' ') { in loadLists()2046 linePtr++; in loadLists()2049 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()