Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_wlocale_win32.c200 int result = CSTR_EQUAL; in _WLocale_strcmp_aux()
205 if (result != CSTR_EQUAL) in _WLocale_strcmp_aux()
218 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1; in _WLocale_strcmp()
Dc_locale_win32.c1075 #ifndef CSTR_EQUAL /* VC5SP3*/
1076 # define CSTR_EQUAL 2 macro
1090 int result = CSTR_EQUAL; in _Locale_strcmp_auxA()
1095 if (result != CSTR_EQUAL) in _Locale_strcmp_auxA()
1119 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1; in _Locale_strcmp()