Lines Matching full:uc16
2920 MUST_USE_RESULT MaybeObject* LookupTwoByteSymbol(Vector<const uc16> str,
6240 // - a reference to code for UC16 inputs (bytecode or compiled), or a smi
6322 // Irregexp compiled code or bytecode for UC16. If compilation
6330 // Saved instance of Irregexp compiled code or bytecode for UC16 that is
6334 // Maximal number of registers used by either ASCII or UC16.
6776 // ASCII chars or two-byte UC16.
6795 Vector<const uc16> ToUC16Vector() {
6797 return Vector<const uc16>::cast(buffer_);
6807 explicit FlatContent(Vector<const uc16> chars)
6872 // a flat vector of char or of uc16.
6895 bool IsTwoByteEqualTo(Vector<const uc16> str);
6921 SmartArrayPointer<uc16> ToWideCString(
7047 const uc16* GetTwoByteData();
7048 const uc16* GetTwoByteData(unsigned start);
7088 static inline bool IsAscii(const uc16* chars, int length) {
7089 const uc16* limit = chars + length;
7220 inline uc16* GetChars();