Searched defs:priorContextLength (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextBreakIterator.h | 113 unsigned priorContextLength() const in priorContextLength() function 115 unsigned priorContextLength = 0; in priorContextLength() local 128 TextBreakIterator* get(unsigned priorContextLength) in get()
|
D | TextBreakIteratorICU.cpp | 329 …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/ |
D | break_lines.cpp | 154 unsigned priorContextLength = lazyBreakIterator.priorContextLength(); in nextBreakablePosition() local
|