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

/external/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;

Completed in 73 milliseconds