OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareUTF8
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h
470
virtual UCollationResult
compareUTF8
(const StringPiece &source,
[
all
...]
/external/icu4c/i18n/unicode/
coll.h
501
virtual UCollationResult
compareUTF8
(const StringPiece &source,
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
coll.cpp
443
UCollationResult Collator::
compareUTF8
(const StringPiece &source,
/external/icu4c/i18n/
coll.cpp
469
UCollationResult Collator::
compareUTF8
(const StringPiece &source,
ucol.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp
143
doAssert((col->
compareUTF8
("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UTF-8 comparison failed");
[
all
...]
/external/icu4c/test/intltest/
apicoll.cpp
145
doAssert((col->
compareUTF8
("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UTF-8 comparison failed");
[
all
...]
Completed in 154 milliseconds