Home | History | Annotate | Download | only in src

Lines Matching defs:uchar

18 typedef unsigned int uchar;
31 inline bool get(uchar c);
35 bool CalculateValue(uchar c);
40 inline CacheEntry(uchar code_point, bool value)
44 uchar code_point() const { return CodePointField::decode(bit_field_); }
48 class CodePointField : public v8::internal::BitField<uchar, 0, 21> {};
67 inline int get(uchar c, uchar n, uchar* result);
70 int CalculateValue(uchar c, uchar n, uchar* result);
73 inline CacheEntry(uchar code_point, signed offset)
76 uchar code_point_;
90 static const uchar kMaxCodePoint;
108 static inline int CombineSurrogatePair(uchar lead, uchar trail) {
112 static const uchar kMaxNonSurrogateCharCode = 0xffff;
133 static inline uchar Length(uchar chr, int previous);
136 uchar c,
139 static uchar CalculateValue(const byte* str, size_t length, size_t* cursor);
143 static const uchar kBadChar = 0xFFFD;
144 static const uchar kBufferEmpty = 0x0;
145 static const uchar kIncomplete = 0xFFFFFFFC; // any non-valid code point.
159 static inline uchar ValueOf(const byte* str, size_t length, size_t* cursor);
162 static uchar ValueOfIncremental(byte next_byte,
164 static uchar ValueOfIncrementalFinish(Utf8IncrementalBuffer* buffer);
167 static inline bool IsValidCharacter(uchar c);
173 static bool Is(uchar c);
176 static bool Is(uchar c);
179 static bool Is(uchar c);
182 static bool Is(uchar c);
185 static bool Is(uchar c);
188 static bool Is(uchar c);
191 static bool Is(uchar c);
196 static int Convert(uchar c,
197 uchar n,
198 uchar* result,
204 static int Convert(uchar c,
205 uchar n,
206 uchar* result,
211 static int Convert(uchar c,
212 uchar n,
213 uchar* result,
218 static int Convert(uchar c,
219 uchar n,
220 uchar* result,
225 static int Convert(uchar c,
226 uchar n,
227 uchar* result,