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

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
unittest.h 52 inline int StrCmp(const Ch* s1, const Ch* s2) {
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
str.c 22 StrCmp (
60 return StrCmp (s1, s2);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
String.c 244 StrCmp (
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationThaiTest.java 229 StrCmp comparator;
232 comparator = new StrCmp();
310 private static final class StrCmp implements Comparator<String>
318 StrCmp() throws Exception
  /external/icu/icu4c/source/test/intltest/
thcoll.cpp 347 StrCmp(const void *p1, const void *p2) {
388 qsort (toSort, LINES, sizeof (UChar *), StrCmp);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationThaiTest.java 226 StrCmp comparator;
229 comparator = new StrCmp();
307 private static final class StrCmp implements Comparator<String>
315 StrCmp() throws Exception
  /external/swiftshader/third_party/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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 34 #define StrCmp(_FristString, _SecondString) GlueStrCmp(_FristString, _SecondString)
    [all...]
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c 163 # define StrCmp(X,Y) wcscmp(X,Y)
166 # define StrCmp(X,Y) strcmp(X,Y)
255 if( StrCmp( argv[ i ], TEXT("-install") ) == 0 ) // Install
268 else if( StrCmp( argv[ i ], TEXT("-remove") ) == 0 ) // Remove
277 else if( StrCmp( argv[ i ], TEXT("-start") ) == 0 ) // Start
281 else if( StrCmp( argv[ i ], TEXT("-server") ) == 0 ) // Server
290 else if( StrCmp( argv[ i ], TEXT("-q") ) == 0 ) // Quiet Mode (toggle)
294 else if( ( StrCmp( argv[ i ], TEXT("-help") ) == 0 ) || // Help
295 ( StrCmp( argv[ i ], TEXT("-h") ) == 0 )
    [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 126 milliseconds