HomeSort by relevance Sort by last modified time
    Searched defs:tlim (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java 613 int tlim = m_start + m_length; local
XString.java 551 int tlim = this.length(); local
556 if ((toffset < 0) || (toffset > tlim - pc))
    [all...]

Completed in 493 milliseconds