Home | History | Annotate | Download | only in cctest

Lines Matching refs:uc16

54   explicit Resource(Vector<const uc16> string): data_(string.start()) {
61 const uc16* data_;
92 uc16 buf[2000];
97 FACTORY->NewStringFromTwoByte(Vector<const uc16>(buf, len));
116 uc16* buf = ZONE->NewArray<uc16>(len);
120 Resource* resource = new Resource(Vector<const uc16>(buf, len));
380 uc16* non_ascii = ZONE->NewArray<uc16>(i + 1);
386 Resource* resource = new Resource(Vector<const uc16>(non_ascii, i));