OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSTR_EQUAL
(Results
1 - 6
of
6
) 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/android/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/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/icu4c/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
;
Completed in 189 milliseconds