HomeSort by relevance Sort by last modified time
    Searched refs:CSTR_EQUAL (Results 1 - 5 of 5) sorted by null

  /external/stlport/src/c_locale_win32/
c_wlocale_win32.c 200 int result = CSTR_EQUAL;
205 if (result != CSTR_EQUAL)
218 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1;
c_locale_win32.c     [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 200 int result = CSTR_EQUAL;
205 if (result != CSTR_EQUAL)
218 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1;
c_locale_win32.c     [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 301 //CSTR_EQUAL 2
308 return t - CSTR_EQUAL;
319 return t - CSTR_EQUAL;
459 return t - CSTR_EQUAL;
469 return t - CSTR_EQUAL;

Completed in 267 milliseconds