Home
last modified time | relevance | path

Searched defs:us (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DUniConversion.h34 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()
H A DUniqueString.cxx46 for (const UniqueString &us : strings) { in Save() local
H A DUniConversion.cxx292 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