Home
last modified time | relevance | path

Searched refs:get_utf8 (Results 1 – 5 of 5) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.h232 int get_utf8(char* buf) const;
258 int get_utf8(char* buf) const { in get_utf8() function
260 return (--tmp_it).get_utf8(buf); in get_utf8()
Dunicodetext.cc482 int UnicodeText::const_iterator::get_utf8(char* utf8_output) const { in get_utf8() function in i18n::phonenumbers::UnicodeText::const_iterator
/third_party/ffmpeg/libavcodec/
Dflac.c43 static int64_t get_utf8(GetBitContext *gb) in get_utf8() function
100 fi->frame_or_sample_num = get_utf8(gb); in ff_flac_decode_frame_header()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dnormalize_utf8.h39 int len = it.get_utf8(utf8); in NormalizeDecimalDigits()
Dphonenumberutil.cc350 int char_len = it.get_utf8(unicode_char); in NormalizeHelper()
1024 len = reverse_it.get_utf8(current_char); in TrimUnwantedEndChars()
2363 len = it.get_utf8(current_char); in ExtractPossibleNumber()