OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseCompleteUTF8
(Results
1 - 3
of
3
) sorted by null
/system/core/adb/
sysdeps_win32_test.cpp
149
const size_t complete_bytes = internal::
ParseCompleteUTF8
(buf, buf + buf_size,
155
TEST(sysdeps_win32,
ParseCompleteUTF8
) {
sysdeps_win32.cpp
[
all
...]
sysdeps.h
452
size_t
ParseCompleteUTF8
(const char* first, const char* last, std::vector<char>* remaining_bytes);
Completed in 58 milliseconds