Home
last modified time | relevance | path

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

/external/stlport/src/c_locale_win32/
Dc_wlocale_win32.c218 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1; in _WLocale_strcmp()
Dc_locale_win32.c1078 #ifndef CSTR_LESS_THAN /* VC5SP3 */
1079 # define CSTR_LESS_THAN 1 macro
1119 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1; in _Locale_strcmp()