Lines Matching refs:uchar
16 bool Predicate<T, s>::get(uchar code_point) {
23 bool Predicate<T, s>::CalculateValue(uchar code_point) {
30 int Mapping<T, s>::get(uchar c, uchar n, uchar* result) {
45 int Mapping<T, s>::CalculateValue(uchar c, uchar n, uchar* result) {
84 uchar Utf8::ValueOfIncremental(const byte** cursor, State* state,
93 return static_cast<uchar>(next);
102 uchar t = *buffer;
144 unsigned Utf8::Encode(char* str, uchar c, int previous, bool replace_invalid) {
178 uchar Utf8::ValueOf(const byte* bytes, size_t length, size_t* cursor) {
189 unsigned Utf8::Length(uchar c, int previous) {
205 bool Utf8::IsValidCharacter(uchar c) {