Searched refs:theFirstPStr (Results 1 – 2 of 2) sorted by relevance
516 Boolean PStrsAreEqual(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Bo… in PStrsAreEqual() argument518 if (ComparePStrs(theFirstPStr,theSecondPStr,ignoreCase) == 0) in PStrsAreEqual()531 int ComparePStrs(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean… in ComparePStrs() argument540 if (theFirstPStr != nil && theSecondPStr != nil) in ComparePStrs()544 firstChar = theFirstPStr[i]; in ComparePStrs()561 if (theFirstPStr[0] < i && theSecondPStr[0] >= i) in ComparePStrs()568 else if (theFirstPStr[0] >= i && theSecondPStr[0] < i) in ComparePStrs()575 else if (theFirstPStr[0] < i && theSecondPStr[0] < i) in ComparePStrs()
19 int ComparePStrs(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean…