Lines Matching refs:uc16

424 static bool IsDigit(uc16 c) {
429 static bool NotDigit(uc16 c) {
434 static bool IsWhiteSpace(uc16 c) {
452 static bool NotWhiteSpace(uc16 c) {
457 static bool NotWord(uc16 c) {
462 static void TestCharacterClassEscapes(uc16 c, bool (pred)(uc16 c)) {
606 uc16 ranges[kRangeCount][2 * kRangeSize];
608 Vector<uc16> range(ranges[i], 2 * kRangeSize);
621 uc16* range = ranges[i];
629 uc16* range = ranges[j];
759 uc16 foo_chars[3] = {'f', 'o', 'o'};
760 Vector<const uc16> foo(foo_chars, 3);
816 uc16 foo_chars[3] = {'f', 'o', 'o'};
817 Vector<const uc16> foo(foo_chars, 3);
833 const uc16 input_data[6] = {'f', 'o', 'o', 'f', 'o', '\xa0'};
835 factory->NewStringFromTwoByte(Vector<const uc16>(input_data, 6));
853 const uc16 input_data2[9] = {'b', 'a', 'r', 'b', 'a', 'r', 'b', 'a', '\xa0'};
854 input = factory->NewStringFromTwoByte(Vector<const uc16>(input_data2, 9));
980 const uc16 input_data[6] = {'f', 0x2028, 'o', 'o', 'f', 0x2028};
982 factory->NewStringFromTwoByte(Vector<const uc16>(input_data, 6));
1125 uc16 foo_chars[3] = {'f', 'o', 'o'};
1126 Vector<const uc16> foo(foo_chars, 3);
1313 uc16 foo_chars[3];
1317 Vector<const uc16> foo(foo_chars, 3);
1353 const uc16 str1[] = {'f', 'o', 'o', 'b', 'a', 'r'};
1355 factory->NewStringFromTwoByte(Vector<const uc16>(str1, 6));
1364 const uc16 str2[] = {'b', 'a', 'r', 'f', 'o', 'o'};
1366 factory->NewStringFromTwoByte(Vector<const uc16>(str2, 6));
1564 static bool InClass(uc16 c, ZoneList<CharacterRange>* ranges) {
1581 Vector<const uc16> overlay = CharacterRange::GetWordBounds();
1664 static bool CharacterInSet(ZoneList<CharacterRange>* set, uc16 value) {
1767 for (uc16 i = 0; i < offset; i++) {
1786 for (uc16 i = 0; i < offset; i++) {
1803 for (uc16 i = 0; i < offset; i++) {
1815 for (uc16 i = 0; i < offset; i++) {