parseURIInternal 671 Source/core/css/CSSTokenizer-in.cpp if (LIKELY(parseURIInternal(currentCharacter<CharacterType>(), dest, quote))) { parseURIInternal 681 Source/core/css/CSSTokenizer-in.cpp bool result = parseURIInternal(currentCharacter<CharacterType>(), result16, quote); parseURIInternal 118 Source/core/css/CSSTokenizer.h static inline bool parseURIInternal(SrcCharacterType*&, DestCharacterType*&, UChar quote);