Home
last modified time | relevance | path

Searched refs:LHC (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DStringRef.cpp43 unsigned char LHC = ascii_tolower(LHS[I]); in ascii_strncasecmp() local
45 if (LHC != RHC) in ascii_strncasecmp()
46 return LHC < RHC ? -1 : 1; in ascii_strncasecmp()