Searched refs:LHC (Results 1 – 2 of 2) sorted by relevance
35 unsigned char LHC = ascii_tolower(Data[I]); in compare_lower() local37 if (LHC != RHC) in compare_lower()38 return LHC < RHC ? -1 : 1; in compare_lower()
43 unsigned char LHC = ascii_tolower(LHS[I]); in ascii_strncasecmp() local45 if (LHC != RHC) in ascii_strncasecmp()46 return LHC < RHC ? -1 : 1; in ascii_strncasecmp()