OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CopyUTF8
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
unicodestring.h
92
text_.
CopyUTF8
(s, len);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.h
78
//
CopyUTF8
(buffer, len) copies buffer.
300
// x.
CopyUTF8
(buf, len) copies buf into x.
301
UnicodeText&
CopyUTF8
(const char* utf8_buffer, int byte_length);
312
//
CopyUTF8
(utf8_buffer, byte_length).
434
t.
CopyUTF8
(utf8_buf, len);
unicodetext.cc
59
// that was passed to
CopyUTF8
, TakeOwnershipOfUTF8, or PointToUTF8
231
UnicodeText& UnicodeText::
CopyUTF8
(const char* buffer, int byte_length) {
Completed in 132 milliseconds