HomeSort by relevance Sort by last modified time
    Searched refs:StrCmp (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
thcoll.cpp 344 StrCmp(const void *p1, const void *p2) {
385 qsort (toSort, LINES, sizeof (UChar *), StrCmp);
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 321 // 'strcmp' Optimizations
325 // Verify the "strcmp" function prototype.
334 if (Str1P == Str2P) // strcmp(x,x) -> 0
341 // strcmp(x, y) -> cnst (if both x and y are constant strings)
346 if (HasStr1 && Str1.empty()) // strcmp("", x) -> -*x
350 if (HasStr2 && Str2.empty()) // strcmp(x,"") -> *x
353 // strcmp(P, "x") -> memcmp(P, "x", 2)
    [all...]

Completed in 66 milliseconds