OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointToUTF8
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
normalize_utf8.h
31
number_as_unicode.
PointToUTF8
(number.data(), number.size());
phonenumberutil.cc
329
number_as_unicode.
PointToUTF8
(number->data(), number->size());
[
all
...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.h
82
//
PointToUTF8
(buffer, size) creates an alias pointing to buffer.
309
// x.
PointToUTF8
(buf,len) changes x so that it points to buf
313
UnicodeText&
PointToUTF8
(const char* utf8_buffer, int byte_length);
410
return UnicodeText().
PointToUTF8
(utf8_buffer, byte_length);
436
t.
PointToUTF8
(utf8_buf, len);
unicodetext.cc
59
// that was passed to CopyUTF8, TakeOwnershipOfUTF8, or
PointToUTF8
268
UnicodeText& UnicodeText::
PointToUTF8
(const char* buffer, int byte_length) {
Completed in 398 milliseconds