HomeSort by relevance Sort by last modified time
    Searched full:strlength (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/test/CodeGen/
2002-03-12-StructInitializer.c 4 * embedded into a structure field like this. It thought the strlength
  /libcore/luni/src/main/java/org/apache/harmony/kernel/vm/
StringUtils.java 49 int strLength = 0;
52 strLength += ((String) list[i]).length();
55 StringBuilder sb = new StringBuilder(strLength);
  /external/v8/test/cctest/
test-flags.cc 78 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
110 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
132 CHECK_EQ(2, FlagList::SetFlagsFromString(str, StrLength(str)));
150 CHECK_EQ(1, FlagList::SetFlagsFromString(str, StrLength(str)));
169 CHECK_EQ(3, FlagList::SetFlagsFromString(str, StrLength(str)));
194 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
206 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
218 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
230 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
test-liveedit.cc 48 return StrLength(s1_);
51 return StrLength(s2_);
105 int len1 = StrLength(s1);
106 int len2 = StrLength(s2);
test-utils.cc 65 int length = StrLength(s);
76 CHECK_EQ(i - 1, StrLength(buffer.start()));
78 CHECK_EQ(length, StrLength(buffer.start()));
test-parsing.cc 63 int length = i::StrLength(key_token.keyword);
147 v8::ScriptData::PreCompile(tests[i], i::StrLength(tests[i]));
154 v8::ScriptData::PreCompile(fail_tests[i], i::StrLength(fail_tests[i]));
196 int source_length = i::StrLength(source);
198 int error_source_length = i::StrLength(error_source);
364 int first_lbrace = first_function + i::StrLength("function () ");
372 second_function + i::StrLength("function () ");
755 int len = i::StrLength(s);
    [all...]
test-serialize.cc 216 int file_name_length = StrLength(file_name_) + 10;
374 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
401 int file_name_length = StrLength(file_name) + 10;
436 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
490 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
521 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
test-log.cc 24 using v8::internal::StrLength;
329 : utf_source_(StrLength(source)) {
test-bignum-dtoa.cc 47 int len = StrLength(representation.start());
test-fast-dtoa.cc 22 int len = StrLength(representation.start());
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLBuffer.h 103 void append(const CHAR* str, int strLength)
105 if (m_length + strLength > m_capacity) {
106 if (!grow(m_length + strLength - m_capacity))
109 for (int i = 0; i < strLength; i++)
111 m_length += strLength;
  /frameworks/base/graphics/java/android/renderscript/
Program.java 249 int strLength;
254 strLength = 0;
256 int bytesLeft = str.length - strLength;
261 bytesLeft = str.length - strLength;
263 int bytesRead = is.read(str, strLength, bytesLeft);
267 strLength += bytesRead;
277 mShader = new String(str, 0, strLength, "UTF-8");
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 134 int strLength = str.length();
135 assertEquals(strLength, text2.length());
140 CharSequence expected = str.subSequence(strLength - offLength, strLength);
172 assertEquals(strLength - 1, text3.length());
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_file.c 47 convertFilename(const uint16_t *strData, int32_t strLength, char *buffer);
58 * @param strLength number of characters in name
63 convertFilename(const uint16_t *strData, int32_t strLength, char *buffer)
67 if (strLength >= (MAXPATHLEN-1))
69 Trace("convertFilename '%.*S' too long", strLength, strData);
73 for (idx = 0; idx < strLength; ++idx)
77 return strLength;
286 int32_t strLength = prefixLen - *iteration;
313 for (idx = 0; idx < strLength; ++idx)
  /external/v8/src/
allocation.cc 86 int length = StrLength(str);
95 int length = StrLength(str);
utils.cc 44 AddSubstring(s, StrLength(s));
conversions.cc 43 const char* end = str + StrLength(str);
235 int rep_length = StrLength(decimal_rep);
348 const int len = StrLength(decimal_rep + decimal_point);
debug-agent.cc 113 client->Send(kCreateSessionMessage, StrLength(kCreateSessionMessage));
193 unibrow::Utf8InputBuffer<> buf(msg, StrLength(msg));
200 buf.Reset(msg, StrLength(msg));
utils.h 208 inline int StrLength(const char* string) {
500 return Vector<const char>(data, StrLength(data));
504 return Vector<char>(data, StrLength(data));
508 int length = StrLength(data);
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 118 jsize strLength = env->GetStringLength(str);
133 jchar tempChars[strLength];
134 for (int i = 0; i < strLength; i++) {
135 tempChars[i] = strChars[strLength -1 -i];
148 jstring result = env->NewString(tempChars, strLength);
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 124 SVal strLength);
613 SVal strLength) {
614 assert(!strLength.isUndef() && "Attempt to set an undefined string length");
645 if (strLength.isUnknown())
648 return state->set<CStringLength>(MR, strLength);
666 SVal strLength = svalBuilder.getMetadataSymbolVal(CStringChecker::getTag(),
671 state = state->set<CStringLength>(MR, strLength);
673 return strLength;
    [all...]
  /external/icu4c/test/thaitest/
thaitest.cpp 406 int32_t strlength; local
409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status));
416 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &chars[prevbreak],
  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 292 int strLength = (strIdxEnd - strIdxStart + 1);
295 for (int i = 0; i <= strLength - patLength; i++) {
456 int strLength = (strIdxEnd - strIdxStart + 1);
459 for (int i = 0; i <= strLength - patLength; i++) {
  /external/tinyxml/
tinyxml.cpp 75 outString->append( entity[0].str, entity[0].strLength );
80 outString->append( entity[1].str, entity[1].strLength );
85 outString->append( entity[2].str, entity[2].strLength );
90 outString->append( entity[3].str, entity[3].strLength );
95 outString->append( entity[4].str, entity[4].strLength );
    [all...]
  /external/icu4c/common/
utext.cpp     [all...]

Completed in 438 milliseconds

1 2 3