OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:requiredLength
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp
35
static unsigned expandedCapacity(unsigned capacity, unsigned
requiredLength
)
38
return std::max(
requiredLength
, std::max(minimumCapacity, capacity * 2));
116
void StringBuilder::allocateBuffer(const LChar* currentCharacters, unsigned
requiredLength
)
120
RefPtr<StringImpl> buffer = StringImpl::createUninitialized(
requiredLength
, m_bufferCharacters8);
130
void StringBuilder::allocateBuffer(const UChar* currentCharacters, unsigned
requiredLength
)
134
RefPtr<StringImpl> buffer = StringImpl::createUninitialized(
requiredLength
, m_bufferCharacters16);
144
void StringBuilder::allocateBufferUpConvert(const LChar* currentCharacters, unsigned
requiredLength
)
148
RefPtr<StringImpl> buffer = StringImpl::createUninitialized(
requiredLength
, m_bufferCharacters16);
160
void StringBuilder::reallocateBuffer<LChar>(unsigned
requiredLength
)
170
m_buffer = StringImpl::reallocate(m_buffer.release(),
requiredLength
, m_bufferCharacters8)
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp
325
UChar** nextArray(int32_t&
requiredLength
);
393
int32_t
requiredLength
= -1;
396
UChar** elem = nextArray(
requiredLength
);
429
return new StringLocalizationInfo(data, result,
requiredLength
-2, numLocs); // subtract first, NULL
437
LocDataParser::nextArray(int32_t&
requiredLength
) {
475
if (
requiredLength
== -1) {
476
requiredLength
= array.length() + 1;
477
} else if (array.length() !=
requiredLength
) {
[
all
...]
/external/icu4c/i18n/
rbnf.cpp
323
UChar** nextArray(int32_t&
requiredLength
);
391
int32_t
requiredLength
= -1;
394
UChar** elem = nextArray(
requiredLength
);
427
return new StringLocalizationInfo(data, result,
requiredLength
-2, numLocs); // subtract first, NULL
435
LocDataParser::nextArray(int32_t&
requiredLength
) {
473
if (
requiredLength
== -1) {
474
requiredLength
= array.length() + 1;
475
} else if (array.length() !=
requiredLength
) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/prebuilts/misc/common/ecj/
ecj.jar
Completed in 383 milliseconds