Home | History | Annotate | Download | only in regexp

Lines Matching full:uc16

103   void AddCharacter(uc16 character);
120 static const uc16 kNoPendingSurrogate = 0;
121 void AddLeadSurrogate(uc16 lead_surrogate);
122 void AddTrailSurrogate(uc16 trail_surrogate);
137 ZoneList<uc16>* characters_;
138 uc16 pending_surrogate_;
188 CharacterRange ParseClassAtom(uc16* char_class);
226 const ZoneVector<uc16>* capture_name, bool ignore_case,
249 const ZoneVector<uc16>* capture_name() { return capture_name_; }
256 bool IsInsideCaptureGroup(const ZoneVector<uc16>* name);
270 const ZoneVector<uc16>* capture_name_;
279 bool CreateNamedCaptureAtIndex(const ZoneVector<uc16>* name, int index);
283 const ZoneVector<uc16>* ParseCaptureGroupName();