Home
last modified time | relevance | path

Searched refs:SpanInterchangeValid (Results 1 - 3 of 3) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunilib.h80 int SpanInterchangeValid(const char* src, int byte_length);
81 inline int SpanInterchangeValid(const std::string& src) { in SpanInterchangeValid() function
82 return SpanInterchangeValid(src.data(), static_cast<int>(src.size())); in SpanInterchangeValid()
89 return (byte_length == SpanInterchangeValid(src, byte_length)); in IsInterchangeValid()
H A Dunilib.cc48 int SpanInterchangeValid(const char* begin, int byte_length) { in SpanInterchangeValid() function
H A Dunicodetext.cc77 int good = UniLib::SpanInterchangeValid(start, static_cast<int>(end - start)); in ConvertToInterchangeValid()

Completed in 2 milliseconds