Home
last modified time | relevance | path

Searched defs:currentCharacter (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DLatin1TextIterator.h33 …Latin1TextIterator(const LChar* characters, int currentCharacter, int lastCharacter, int /*endChar… in Latin1TextIterator() argument
56 int currentCharacter() const { return m_currentCharacter; } in currentCharacter() function
/external/chromium_org/third_party/WebKit/Source/platform/text/
DQuotedPrintable.cpp69 char currentCharacter = input[i]; in quotedPrintableEncode() local
128 char currentCharacter = data[i]; in quotedPrintableDecode() local
DSurrogatePairAwareTextIterator.h56 int currentCharacter() const { return m_currentCharacter; } in currentCharacter() function
DSurrogatePairAwareTextIterator.cpp33 …Iterator::SurrogatePairAwareTextIterator(const UChar* characters, int currentCharacter, int lastCh… in SurrogatePairAwareTextIterator()
/external/proguard/src/proguard/
DWordReader.java222 char currentCharacter = currentLine.charAt(currentIndex); in nextWord() local
254 char currentCharacter = currentLine.charAt(currentIndex); in nextWord() local
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSTokenizer-in.cpp226 static inline bool isIdentifierStartAfterDash(CharacterType* currentCharacter) in isIdentifierStartAfterDash()
260 static CharacterType* checkAndSkipEscape(CharacterType* currentCharacter) in checkAndSkipEscape()
286 static inline CharacterType* skipWhiteSpace(CharacterType* currentCharacter) in skipWhiteSpace()
296 inline LChar*& CSSTokenizer::currentCharacter<LChar>() in currentCharacter() function in blink::CSSTokenizer
302 inline UChar*& CSSTokenizer::currentCharacter<UChar>() in currentCharacter() function in blink::CSSTokenizer
362 static inline CharacterType* checkAndSkipString(CharacterType* currentCharacter, int quote, CheckSt… in checkAndSkipString()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngineSpacing.cpp86 float SVGTextLayoutEngineSpacing::calculateCSSSpacing(UChar currentCharacter) in calculateCSSSpacing()
DSVGTextRunRenderingContext.h46 …, const TextRun&, WidthIterator&, UChar32 character, bool mirror, int currentCharacter, unsigned& … in glyphDataForCharacter()
DSVGTextRunRenderingContext.cpp153 …un& run, WidthIterator& iterator, UChar32 character, bool mirror, int currentCharacter, unsigned& … in glyphDataForCharacter()
DSVGTextLayoutAttributesBuilder.cpp95 UChar currentCharacter = text->characterAt(textPosition); in processRenderSVGInlineText() local
DSVGTextLayoutEngine.cpp494 UChar currentCharacter = text.characterAt(m_visualCharacterOffset); in layoutTextOnLineOrPath() local
/external/chromium_org/third_party/WebKit/Source/platform/
DSharedBufferChunkReader.cpp81 char currentCharacter = m_segment[m_segmentIndex++]; in nextChunk() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontData.cpp150 …ction(WidthIterator& iterator, GlyphData& glyphData, bool mirror, int currentCharacter, unsigned& … in applySVGGlyphSelection()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h488 inline void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharact… in nextCharacter()