OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRING_BUFFER_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
StringTruncator.cpp
41
#define
STRING_BUFFER_SIZE
2048
63
ASSERT(keepCount <
STRING_BUFFER_SIZE
);
83
ASSERT(keepCount <
STRING_BUFFER_SIZE
);
110
UChar stringBuffer[
STRING_BUFFER_SIZE
];
115
if (length >
STRING_BUFFER_SIZE
) {
116
keepCount =
STRING_BUFFER_SIZE
- 1; // need 1 character for the ellipsis
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar
ant-nodeps.jar
Completed in 2068 milliseconds