HomeSort by relevance Sort by last modified time
    Searched defs:fsb (Results 1 - 11 of 11) 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());
  /external/clang/test/CodeGen/
atomic-ops.c 184 _Bool fsb(_Bool *c) { function
185 // CHECK-LABEL: @fsb
big-atomic-ops.c 172 _Bool fsb(_Bool *c) { function
173 // CHECK: @fsb
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 84 milliseconds