/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | Latin1TextIterator.h | 33 …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/ |
D | QuotedPrintable.cpp | 69 char currentCharacter = input[i]; in quotedPrintableEncode() local 128 char currentCharacter = data[i]; in quotedPrintableDecode() local
|
D | SurrogatePairAwareTextIterator.h | 56 int currentCharacter() const { return m_currentCharacter; } in currentCharacter() function
|
D | SurrogatePairAwareTextIterator.cpp | 33 …Iterator::SurrogatePairAwareTextIterator(const UChar* characters, int currentCharacter, int lastCh… in SurrogatePairAwareTextIterator()
|
/external/proguard/src/proguard/ |
D | WordReader.java | 222 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/ |
D | CSSTokenizer-in.cpp | 226 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/ |
D | SVGTextLayoutEngineSpacing.cpp | 86 float SVGTextLayoutEngineSpacing::calculateCSSSpacing(UChar currentCharacter) in calculateCSSSpacing()
|
D | SVGTextRunRenderingContext.h | 46 …, const TextRun&, WidthIterator&, UChar32 character, bool mirror, int currentCharacter, unsigned& … in glyphDataForCharacter()
|
D | SVGTextRunRenderingContext.cpp | 153 …un& run, WidthIterator& iterator, UChar32 character, bool mirror, int currentCharacter, unsigned& … in glyphDataForCharacter()
|
D | SVGTextLayoutAttributesBuilder.cpp | 95 UChar currentCharacter = text->characterAt(textPosition); in processRenderSVGInlineText() local
|
D | SVGTextLayoutEngine.cpp | 494 UChar currentCharacter = text.characterAt(m_visualCharacterOffset); in layoutTextOnLineOrPath() local
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | SharedBufferChunkReader.cpp | 81 char currentCharacter = m_segment[m_segmentIndex++]; in nextChunk() local
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGFontData.cpp | 150 …ction(WidthIterator& iterator, GlyphData& glyphData, bool mirror, int currentCharacter, unsigned& … in applySVGGlyphSelection()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | BreakingContextInlineHeaders.h | 488 inline void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharact… in nextCharacter()
|