OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:includeseparator
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
SharedBufferChunkReader.cpp
73
bool SharedBufferChunkReader::nextChunk(Vector<char>& chunk, bool
includeSeparator
)
93
if (
includeSeparator
)
115
String SharedBufferChunkReader::nextChunkAsUTF8StringWithLatin1Fallback(bool
includeSeparator
)
118
if (!nextChunk(data,
includeSeparator
))
SharedBufferChunkReader.h
51
bool nextChunk(Vector<char>& data, bool
includeSeparator
= false);
54
String nextChunkAsUTF8StringWithLatin1Fallback(bool
includeSeparator
= false);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java
771
* @param
includeSeparator
true to include the end separator
774
private static String doGetFullPath(String filename, boolean
includeSeparator
) {
783
if (
includeSeparator
) {
793
int end = index + (
includeSeparator
? 1 : 0);
[
all
...]
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
Completed in 59 milliseconds