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

  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 751 int sourcechunk = (copyfrom + value.m_chunkSize - 1) local
759 System.arraycopy(value.m_array[sourcechunk], sourcecolumn,
763 System.arraycopy(value.m_array[sourcechunk + 1], 0,
827 int sourcechunk = start >>> m_chunkBits; local
836 if (sourcechunk == 0 && m_innerFSB != null)
840 m_array[sourcechunk], sourcecolumn, runlength);
847 ++sourcechunk;
    [all...]
  /dalvik/docs/
prettify.js 638 var sourceChunk = source.substring(start, end);
639 var match = sourceChunk.match(PR_SOURCE_CHUNK_PARTS);
    [all...]

Completed in 61 milliseconds