OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_strcmp
(Results
101 - 115
of
115
) sorted by null
1
2
3
4
5
/external/icu4c/i18n/
rbnf.cpp
119
return
u_strcmp
(lhs, rhs) == 0;
[
all
...]
timezone.cpp
753
if (
u_strcmp
(region, WORLD) == 0) {
[
all
...]
dtptngen.cpp
74
return
u_strcmp
(((const UResAEntry *)left)->key,
[
all
...]
ucurr.cpp
446
if ((variantType & VARIANT_IS_PREEURO) &&
u_strcmp
(s, EUR_STR) == 0) {
[
all
...]
/external/icu4c/test/cintltst/
udatatst.c
[
all
...]
ccapitst.c
[
all
...]
cucdtst.c
[
all
...]
nucnvtst.c
[
all
...]
/external/icu4c/test/perf/collationperf/
collperf.cpp
36
"-strcmp Run tests using
u_strcmp
rather than strcoll\n"
488
PF pf =
u_strcmp
;
[
all
...]
/external/icu4c/tools/dumpce/
dumpce.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c
[
all
...]
nucnvtst.c
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp
406
if ((variantType & VARIANT_IS_PREEURO) &&
u_strcmp
(s, EUR_STR) == 0) {
[
all
...]
dtptngen.cpp
75
return
u_strcmp
(((const UResAEntry *)left)->key,
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
380
#define
u_strcmp
U_ICU_ENTRY_POINT_RENAME(
u_strcmp
)
macro
[
all
...]
Completed in 331 milliseconds
1
2
3
4
5