Searched defs:us (Results 1 – 3 of 3) sorted by relevance
34 inline int UnicodeFromUTF8(const unsigned char *us) noexcept { in UnicodeFromUTF8()68 inline bool UTF8IsSeparator(const unsigned char *us) noexcept { in UTF8IsSeparator()74 inline bool UTF8IsNEL(const unsigned char *us) noexcept { in UTF8IsNEL()
46 for (const UniqueString &us : strings) { in Save() local
292 int UTF8Classify(const unsigned char *us, size_t len) noexcept { in UTF8Classify()363 int UTF8DrawBytes(const unsigned char *us, int len) noexcept { in UTF8DrawBytes()369 const unsigned char *us = reinterpret_cast<const unsigned char *>(svu8.data()); in UTF8IsValid() local