OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompareModifiedUtf8ToUtf16AsCodePointValues
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
utf.h
62
int
CompareModifiedUtf8ToUtf16AsCodePointValues
(const char* utf8_1, const uint16_t* utf8_2);
utf.cc
122
int
CompareModifiedUtf8ToUtf16AsCodePointValues
(const char* utf8_1, const uint16_t* utf8_2) {
dex_file.cc
466
int compare =
CompareModifiedUtf8ToUtf16AsCodePointValues
(str, string);
[
all
...]
Completed in 58 milliseconds