Searched refs:linePtr (Results 1 – 2 of 2) sorted by relevance
2029 char *linePtr, *lineNext; in loadLists() local2056 linePtr = line; in loadLists()2059 while(isspace(*linePtr)) { in loadLists()2060 linePtr++; in loadLists()2063 s=linePtr; in loadLists()2072 if((*linePtr == 0) || (*linePtr == '#')) { in loadLists()2079 while(linePtr && *linePtr) { /* process space-separated items */ in loadLists()2080 while(*linePtr == ' ') { in loadLists()2081 linePtr++; in loadLists()2084 if(linePtr[0] == '"') in loadLists()[all …]
124 char *linePtr; in createCommonDataFile() local136 linePtr = line; in createCommonDataFile()172 while((s != NULL && *s != 0) || (s=T_FileStream_readLine(in, (line=linePtr), in createCommonDataFile()210 uprv_free(linePtr); in createCommonDataFile()