Lines Matching full:uc16
3734 Vector<const uc16> str,
7739 // - a reference to code for UC16 inputs (bytecode or compiled), or a smi
7814 // Irregexp compiled code or bytecode for UC16. If compilation
7822 // Saved instance of Irregexp compiled code or bytecode for UC16 that is
7826 // Maximal number of registers used by either ASCII or UC16.
8552 // ASCII chars or two-byte UC16.
8571 Vector<const uc16> ToUC16Vector() {
8573 return Vector<const uc16>::cast(buffer_);
8583 explicit FlatContent(Vector<const uc16> chars)
8644 // a flat vector of char or of uc16.
8667 bool IsTwoByteEqualTo(Vector<const uc16> str);
8693 SmartArrayPointer<uc16> ToWideCString(
8751 const uc16* GetTwoByteData(unsigned start);
8794 static inline int NonOneByteStart(const uc16* chars, int length) {
8795 const uc16* limit = chars + length;
8796 const uc16* start = chars;
8804 static inline bool IsOneByte(const uc16* chars, int length) {
8925 inline uc16* GetChars();