Searched defs:priorContextLength (Results 1 – 3 of 3) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/platform/text/ |
| D | TextBreakIterator.h | 115 unsigned priorContextLength() const in priorContextLength() function 117 unsigned priorContextLength = 0; in priorContextLength() local 130 TextBreakIterator* get(unsigned priorContextLength) in get()
|
| D | TextBreakIteratorICU.cpp | 330 …ncs* funcs, const void* string, unsigned length, const UChar* priorContext, int priorContextLength) in textInit() 341 …const LChar* string, unsigned length, const UChar* priorContext, int priorContextLength, UErrorCod… in textOpenLatin1() 453 …const UChar* string, unsigned length, const UChar* priorContext, int priorContextLength, UErrorCod… in textOpenUTF16() 540 …ng, int length, const AtomicString& locale, const UChar* priorContext, unsigned priorContextLength) in acquireLineBreakIterator() 570 …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
|