Home | History | Annotate | Download | only in parser

Lines Matching refs:makeLower

1671 ALWAYS_INLINE static void makeLower(const CharacterType* input, CharacterType* output, unsigned length)
1695 makeLower(token.characters8(), const_cast<LChar*>(token.characters8()), length);
1697 makeLower(token.characters16(), const_cast<UChar*>(token.characters16()), length);