HomeSort by relevance Sort by last modified time
    Searched refs:requiredLength (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/text/
StringBuilder.cpp 94 void StringBuilder::allocateBuffer(const UChar* currentCharacters, unsigned requiredLength)
97 RefPtr<StringImpl> buffer = StringImpl::createUninitialized(requiredLength, m_bufferCharacters);
112 unsigned requiredLength = length + m_length;
113 if (requiredLength < length)
121 if (requiredLength <= m_buffer->length()) {
124 m_length = requiredLength;
129 allocateBuffer(m_buffer->characters(), std::max(requiredLength, m_buffer->length() * 2));
132 allocateBuffer(m_string.characters(), std::max(requiredLength, requiredLength * 2));
136 m_length = requiredLength;
    [all...]
StringBuilder.h 125 void allocateBuffer(const UChar* currentCharacters, unsigned requiredLength);
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 441 * @param requiredLength the number of required bytes
443 private void requireLength(int requiredLength) throws IOException {
444 if (input.available() < requiredLength) {
  /external/icu4c/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...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /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 

Completed in 4424 milliseconds