Home | History | Annotate | Download | only in ref

Lines Matching defs:m_char

125         private FastStringBuffer m_char = new FastStringBuffer();
126 // Start of string currently being accumulated into m_char;
300 m_char = buffer;
309 return m_char;
413 m_char.append(ch,start,length);
419 int len=m_char.length();
544 m_char.append(atts.getValue(i)); // Single-string value
545 int contentEnd=m_char.length();
572 m_char.append(ch,start,length); // Single-string value
864 // w2 = m_char.length();
865 // m_char.append(value);
867 // w3 = m_char.length() - w2;
869 // charStringStart=m_char.length();
910 // m_char.append(ch, start, length); // store the chunk to the text/comment string table
917 // // W2: Start position within m_char
924 // charStringStart=m_char.length();
959 // m_char.append(ch, start, length); // store the comment string to the text/comment string table
966 // // W2: Start position within m_char
973 // charStringStart=m_char.length();
1432 value= m_char.getString(gotslot[2], gotslot[3]);
1711 value=m_char.getString(gotslot[2], gotslot[3]); //###zaj
2085 * actual content of the text has previously been appended to the m_char
2088 * @param m_char_current_start int Starting offset of node's content in m_char.
2089 * @param contentLength int Length of node's content in m_char.
2098 // W2: Start position within m_char
2108 * actual content of the comment has previously been appended to the m_char
2111 * @param m_char_current_start int Starting offset of node's content in m_char.
2112 * @param contentLength int Length of node's content in m_char.
2121 // W2: Start position within m_char
2218 * already been appended to m_char. Note that the attribute's content has
2227 * @param m_char_current_start int Starting offset of node's content in m_char.
2228 * @param contentLength int Length of node's content in m_char.