canRenderCombiningCharacterSequence  168 Source/platform/fonts/SimpleFontData.h     bool canRenderCombiningCharacterSequence(const UChar*, size_t) const;
canRenderCombiningCharacterSequence  581 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         if (currentFontData->canRenderCombiningCharacterSequence(currentCharacterPosition, markCharactersEnd - currentCharacterPosition)) {
canRenderCombiningCharacterSequence  203 Source/platform/fonts/mac/FontComplexTextMac.cpp         if (simpleFontData->canRenderCombiningCharacterSequence(characters, length))
canRenderCombiningCharacterSequence  207 Source/platform/fonts/mac/FontComplexTextMac.cpp     if (!triedBaseCharacterFontData && baseCharacterGlyphData.fontData && baseCharacterGlyphData.fontData->canRenderCombiningCharacterSequence(characters, length))