Searched refs:endCharacter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSurrogatePairAwareTextIterator.cpp33 SurrogatePairAwareTextIterator::SurrogatePairAwareTextIterator(const UChar* characters, int currentCharacter, int lastCharacter, int endCharacter) argument
37 , m_endCharacter(endCharacter)
H A DSurrogatePairAwareTextIterator.h33 // 'endCharacter' denotes the maximum length of the UChar array, which might exceed 'lastCharacter'.
34 SurrogatePairAwareTextIterator(const UChar*, int currentCharacter, int lastCharacter, int endCharacter);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.h136 void addHarfBuzzRun(unsigned startCharacter, unsigned endCharacter, const SimpleFontData*, UScriptCode);
H A DHarfBuzzShaper.cpp798 unsigned endCharacter, const SimpleFontData* fontData,
801 ASSERT(endCharacter > startCharacter);
806 startCharacter, endCharacter - startCharacter,
797 addHarfBuzzRun(unsigned startCharacter, unsigned endCharacter, const SimpleFontData* fontData, UScriptCode script) argument

Completed in 324 milliseconds