Searched refs:ExtractIntFromCStr (Results 1 – 2 of 2) sorted by relevance
80 OSErr ExtractIntFromCStr(const char *theSrcCStr,int *outInt,Boolean skipLeadingSpaces = true);
2149 OSErr ExtractIntFromCStr(const char *theSrcCStr,int *outInt,Boolean skipLeadingSpaces) in ExtractIntFromCStr() function2222 errCode = ExtractIntFromCStr(theCStr,outInt,skipLeadingSpaces); in ExtractIntFromPStr()