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

  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForChars.java 34 /** The start position in the fsb. */
77 public FastStringBuffer fsb() method in class:XStringForChars
79 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS, null)); //"fsb() not supported for XStringForChars!");
87 public void appendToFsb(org.apache.xml.utils.FastStringBuffer fsb)
89 fsb.append((char[])m_obj, m_start, m_length);
XStringForFSB.java 37 /** The start position in the fsb. */
88 public FastStringBuffer fsb() method in class:XStringForFSB
98 public void appendToFsb(org.apache.xml.utils.FastStringBuffer fsb)
100 // %OPT% !!! FSB has to be updated to take partial fsb's for append.
101 fsb.append(str());
141 m_strCache = fsb().getString(m_start, m_length);
184 fsb().sendSAXcharacters(ch, m_start, m_length);
199 fsb().sendSAXComment(lh, m_start, m_length);
228 return fsb().charAt(m_start + index)
267 FastStringBuffer fsb = fsb(); local
301 FastStringBuffer fsb = fsb(); local
346 FastStringBuffer fsb = fsb(); local
383 FastStringBuffer fsb = fsb(); local
478 FastStringBuffer fsb = fsb(); local
524 FastStringBuffer fsb = fsb(); local
611 FastStringBuffer fsb = fsb(); local
711 FastStringBuffer fsb = fsb(); local
860 FastStringBuffer fsb = fsb(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 423 FastStringBuffer fsb = new FastStringBuffer(9,9); local
429 fsb.append(qname.toNamespacedString());
432 fsb.append(' ');
435 m_properties.put(key, fsb.toString());
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 34 milliseconds