Searched refs:defaultBehavior (Results 1 – 2 of 2) sorted by relevance
64 String plainText(const Range*, TextIteratorBehavior defaultBehavior = TextIteratorDefaultBehavior);
2486 …const Range* r, unsigned& bufferLength, bool isDisplayString, TextIteratorBehavior defaultBehavior) in plainTextToMallocAllocatedBuffer() argument2498 TextIteratorBehavior behavior = defaultBehavior; in plainTextToMallocAllocatedBuffer()2551 String plainText(const Range* r, TextIteratorBehavior defaultBehavior) in plainText() argument2554 UChar* buf = plainTextToMallocAllocatedBuffer(r, length, false, defaultBehavior); in plainText()