Home | History | Annotate | Download | only in cctest

Lines Matching full:input_data

808   const uc16 input_data[6] = {'f', 'o', 'o', 'f', 'o', '\xa0'};
810 Factory::NewStringFromTwoByte(Vector<const uc16>(input_data, 6));
952 const uc16 input_data[6] = {'f', 0x2028, 'o', 'o', 'f', 0x2028};
954 Factory::NewStringFromTwoByte(Vector<const uc16>(input_data, 6));