Searched defs:currentCharacter (Results 1 – 6 of 6) sorted by relevance
82 int currentCharacter = m_currentCharacter; in advance() local235 UChar32 WidthIterator::normalizeVoicingMarks(int currentCharacter) in normalizeVoicingMarks()
70 …ngAndSpacing(const SVGRenderStyle* style, SVGElement* lengthContext, const UChar* currentCharacter) in calculateCSSKerningAndSpacing()
114 const UChar& currentCharacter = characters[textPosition]; in processRenderSVGInlineText() local201 const UChar& currentCharacter = characters[textPosition]; in propagateLayoutAttributes() local
505 const UChar* currentCharacter = characters + m_visualCharacterOffset; in layoutTextOnLineOrPath() local
215 char currentCharacter = currentLine.charAt(currentIndex); in nextWord() local
236 ALWAYS_INLINE const UChar* Lexer::currentCharacter() const in currentCharacter() function in JSC::Lexer