Searched defs:CSTR_EQUAL (Results 1 - 5 of 5) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1075 #ifndef CSTR_EQUAL /* VC5SP3*/
1076 # define CSTR_EQUAL 2 macro
1090 int result = CSTR_EQUAL;
1095 if (result != CSTR_EQUAL)
1119 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1;
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1075 #ifndef CSTR_EQUAL /* VC5SP3*/
1076 # define CSTR_EQUAL 2 macro
1090 int result = CSTR_EQUAL;
1095 if (result != CSTR_EQUAL)
1119 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1;
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1075 #ifndef CSTR_EQUAL /* VC5SP3*/
1076 # define CSTR_EQUAL 2 macro
1090 int result = CSTR_EQUAL;
1095 if (result != CSTR_EQUAL)
1119 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwinnls.h174 #define CSTR_EQUAL 2 macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinnls.h174 #define CSTR_EQUAL 2 macro

Completed in 191 milliseconds