Home
last modified time | relevance | path

Searched refs:sourceRange (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/test/intltest/
Dtransrt.cpp341 UnicodeSet sourceRange; member in RTTest
363 void test(const UnicodeString& sourceRange,
487 this->sourceRange.clear(); in test()
488 this->sourceRange.applyPattern(sourceRangeVal, status); in test()
494 this->sourceRange.removeAll(neverOk); in test()
631 usi.reset(sourceRange); in test2()
665 usi.reset(sourceRange); in test2()
704 UnicodeSet sourceRangeMinusFailures(sourceRange); in test2()
/external/webkit/WebKit/win/Interfaces/
DDOMRange.idl145 - (short)compareBoundaryPoints:(unsigned short)how :(DOMRange *)sourceRange;
147 HRESULT compareBoundaryPoints([in] unsigned short how, [in] IDOMRange* sourceRange);
/external/webkit/WebCore/dom/
DRange.cpp383 short Range::compareBoundaryPoints(CompareHow how, const Range* sourceRange, ExceptionCode& ec) con… in compareBoundaryPoints() argument
390 if (!sourceRange) { in compareBoundaryPoints()
399 Node* sourceCont = sourceRange->commonAncestorContainer(ec); in compareBoundaryPoints()
421 return compareBoundaryPoints(m_start, sourceRange->m_start); in compareBoundaryPoints()
423 return compareBoundaryPoints(m_end, sourceRange->m_start); in compareBoundaryPoints()
425 return compareBoundaryPoints(m_end, sourceRange->m_end); in compareBoundaryPoints()
427 return compareBoundaryPoints(m_start, sourceRange->m_end); in compareBoundaryPoints()
DRange.h67 short compareBoundaryPoints(CompareHow, const Range* sourceRange, ExceptionCode&) const;
DRange.idl67 in Range sourceRange)
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h1156 - (short)compareBoundaryPoints:(unsigned short)how sourceRange:(DOMRange *)sourceRange AVAILABLE_WE…
1157 - (short)compareBoundaryPoints:(unsigned short)how :(DOMRange *)sourceRange;
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1010125 (KJS::Lexer::sourceRange): Convenience function to get a source
DChangeLog-2009-06-1631595 (JSC::Lexer::sourceRange): Fold together the SourceProvider and line number
/external/webkit/WebCore/
DChangeLog-2006-12-3127715 (-[DOMRange compareBoundaryPoints:sourceRange:]):