Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtransrt.cpp335 UnicodeSet sourceRange; member in RTTest
357 void test(const UnicodeString& sourceRange,
481 this->sourceRange.clear(); in test()
482 this->sourceRange.applyPattern(sourceRangeVal, status); in test()
488 this->sourceRange.removeAll(neverOk); in test()
625 usi.reset(sourceRange); in test2()
659 usi.reset(sourceRange); in test2()
698 UnicodeSet sourceRangeMinusFailures(sourceRange); in test2()
/external/webkit/Source/WebKit/win/Interfaces/
DDOMRange.idl145 - (short)compareBoundaryPoints:(unsigned short)how :(DOMRange *)sourceRange;
147 HRESULT compareBoundaryPoints([in] unsigned short how, [in] IDOMRange* sourceRange);
/external/webkit/Source/WebCore/dom/
DRange.cpp407 short Range::compareBoundaryPoints(CompareHow how, const Range* sourceRange, ExceptionCode& ec) con… in compareBoundaryPoints() argument
414 if (!sourceRange) { in compareBoundaryPoints()
423 Node* sourceCont = sourceRange->commonAncestorContainer(ec); in compareBoundaryPoints()
445 return compareBoundaryPoints(m_start, sourceRange->m_start, ec); in compareBoundaryPoints()
447 return compareBoundaryPoints(m_end, sourceRange->m_start, ec); in compareBoundaryPoints()
449 return compareBoundaryPoints(m_end, sourceRange->m_end, ec); in compareBoundaryPoints()
451 return compareBoundaryPoints(m_start, sourceRange->m_end, ec); in compareBoundaryPoints()
DRange.h71 short compareBoundaryPoints(CompareHow, const Range* sourceRange, ExceptionCode&) const;
DRange.idl67 in Range sourceRange)
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h1169 - (short)compareBoundaryPoints:(unsigned short)how sourceRange:(DOMRange *)sourceRange AVAILABLE_WE…
1170 - (short)compareBoundaryPoints:(unsigned short)how :(DOMRange *)sourceRange;
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp85 …void clip1D(GC3Dint start, GC3Dsizei range, GC3Dsizei sourceRange, GC3Dint* clippedStart, GC3Dsize… in clip1D() argument
93 if (end > sourceRange) in clip1D()
94 range -= end - sourceRange; in clip1D()
/external/webkit/Source/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/Source/WebCore/
DChangeLog-2006-12-3127715 (-[DOMRange compareBoundaryPoints:sourceRange:]):