OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StrCmp
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
thcoll.cpp
344
StrCmp
(const void *p1, const void *p2) {
385
qsort (toSort, LINES, sizeof (UChar *),
StrCmp
);
/external/icu/icu4c/source/test/intltest/
thcoll.cpp
344
StrCmp
(const void *p1, const void *p2) {
385
qsort (toSort, LINES, sizeof (UChar *),
StrCmp
);
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
563
// Verify the "
strcmp
" function prototype.
572
if (Str1P == Str2P) //
strcmp
(x,x) -> 0
579
//
strcmp
(x, y) -> cnst (if both x and y are constant strings)
583
if (HasStr1 && Str1.empty()) //
strcmp
("", x) -> -*x
587
if (HasStr2 && Str2.empty()) //
strcmp
(x,"") -> *x
590
//
strcmp
(P, "x") -> memcmp(P, "x", 2)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h
225
#define
StrCmp
StrCmpW
231
#define
StrCmp
lstrcmpA
[
all
...]
Completed in 283 milliseconds