Home
last modified time | relevance | path

Searched defs:charBytes (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DPositionCache.cxx481 static unsigned int KeyFromString(const char *charBytes, size_t len) noexcept { in KeyFromString()
497 void SpecialRepresentations::SetRepresentation(const char *charBytes, const char *value) { in SetRepresentation()
508 void SpecialRepresentations::ClearRepresentation(const char *charBytes) { in ClearRepresentation()
517 const Representation *SpecialRepresentations::RepresentationFromCharacter(const char *charBytes, si… in RepresentationFromCharacter() argument
529 bool SpecialRepresentations::Contains(const char *charBytes, size_t len) const { in Contains() argument
H A DDocument.cxx642 unsigned char charBytes[UTF8MaxBytes] = { leadByte, 0, 0, 0 }; in LenChar() local
678 unsigned char charBytes[UTF8MaxBytes] = {leadByte,0,0,0}; in InGoodUTF8() local
779 unsigned char charBytes[UTF8MaxBytes] = {leadByte,0,0,0}; in NextPosition() local
861 unsigned char charBytes[UTF8MaxBytes] = { leadByte, 0, 0, 0 }; in CharacterAfter() local
900 unsigned char charBytes[UTF8MaxBytes] = { 0, 0, 0, 0 }; in CharacterBefore() local
973 unsigned char charBytes[UTF8MaxBytes] = {leadByte,0,0,0}; in GetCharacterAndWidth() local
1984 unsigned char charBytes[UTF8MaxBytes] = { leadByte, 0, 0, 0 }; in ExtractCharacter() local