Home
last modified time | relevance | path

Searched defs:priorContextLength (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIterator.h113 unsigned priorContextLength() const in priorContextLength() function
115 unsigned priorContextLength = 0; in priorContextLength() local
128 TextBreakIterator* get(unsigned priorContextLength) in get()
DTextBreakIteratorICU.cpp329 …ncs* funcs, const void* string, unsigned length, const UChar* priorContext, int priorContextLength) in textInit()
340 …const LChar* string, unsigned length, const UChar* priorContext, int priorContextLength, UErrorCod… in textOpenLatin1()
452 …const UChar* string, unsigned length, const UChar* priorContext, int priorContextLength, UErrorCod… in textOpenUTF16()
539 …ng, int length, const AtomicString& locale, const UChar* priorContext, unsigned priorContextLength) in acquireLineBreakIterator()
569 …ng, int length, const AtomicString& locale, const UChar* priorContext, unsigned priorContextLength) in acquireLineBreakIterator()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
Dbreak_lines.cpp154 unsigned priorContextLength = lazyBreakIterator.priorContextLength(); in nextBreakablePosition() local