HomeSort by relevance Sort by last modified time
    Searched refs:CSTR_EQUAL (Results 1 - 9 of 9) 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/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 295 //CSTR_EQUAL 2
302 return t - CSTR_EQUAL;
313 return t - CSTR_EQUAL;
449 return t - CSTR_EQUAL;
459 return t - CSTR_EQUAL;
  /external/icu/icu4c/source/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;
  /external/chromium_org/tools/gn/
filesystem_utils.cc 158 a.c_str(), -1, b.c_str(), -1) == CSTR_EQUAL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiatlprov.h 254 if(CSTR_EQUAL!=CompareStringW(lcid,NORM_IGNORECASE,ClassName,-1,wClass,-1)) {
winnls.h 123 #define CSTR_EQUAL 2
    [all...]

Completed in 338 milliseconds