Lines Matching +defs:c +defs:set +defs:offset
431 static bool IsDigit(uc16 c) { in IsDigit()
436 static bool NotDigit(uc16 c) { in NotDigit()
441 static bool IsWhiteSpace(uc16 c) { in IsWhiteSpace()
460 static bool NotWhiteSpace(uc16 c) { in NotWhiteSpace()
465 static bool NotWord(uc16 c) { in NotWord()
470 static void TestCharacterClassEscapes(uc16 c, bool (pred)(uc16 c)) { in TestCharacterClassEscapes()
1406 OutSet* set = table.Get(i); in TEST() local
1423 static uc32 canonicalize(uc32 c) { in canonicalize()
1446 for (uc32 c = 128; c < (1 << 21); c++) in TEST() local
1450 for (uc32 c = 0; c < (1 << 16); c++) { in TEST() local
1465 static uc32 CanonRangeEnd(uc32 c) { in CanonRangeEnd()
1573 static bool InClass(uc16 c, ZoneList<CharacterRange>* ranges) { in InClass()
1616 CharacterSet set(list); in TEST() local
1673 static bool CharacterInSet(ZoneList<CharacterRange>* set, uc16 value) { in CharacterInSet()
1691 int offset = 0; in TEST() local