HomeSort by relevance Sort by last modified time
    Searched full:strlength (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/chromium_org/v8/test/cctest/
test-strings.cc 889 StrLength(ascii_string))->Utf8Length();
890 CHECK_EQ(StrLength(ascii_string), len);
    [all...]
test-heap.cc 313 CHECK_EQ(StrLength(string), s->length());
340 CHECK_EQ(StrLength(name), string->length());
    [all...]
  /external/chromium_org/v8/src/
factory.h 113 ASSERT(N == StrLength(str) + 1);
scanner.cc     [all...]
api.cc     [all...]
d8.cc 889 if (i::StrLength(i::FLAG_map_counters) != 0)
    [all...]
log.cc 114 AppendBytes(bytes, StrLength(bytes));
    [all...]
heap-snapshot-generator.cc     [all...]
runtime.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp 618 int strLength = str.length();
620 int runEnd = std::min(strLength, end);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 132 * @param strlength length of the argument string
137 int32_t strlength)
140 uint16_t result = unorm_nextFCD16(fcdTrieIndex, fcdHighStart, temp, str + strlength);
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 124 * @param strlength length of the argument string
129 int32_t strlength)
132 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 657 int32_t strLength = 0;
662 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 652 int32_t strLength = 0;
657 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 152 uint64_t StrLength =
159 llvm::APInt ConstVal(32, StrLength);
180 StrLength--;
184 if (StrLength > CAT->getSize().getZExtValue())
190 if (StrLength-1 > CAT->getSize().getZExtValue())
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 403 unsigned int strLength;
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 403 unsigned int strLength;
    [all...]
  /external/tinyxml/
tinyxml.h 362 unsigned int strLength;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /external/tinyxml/docs/
tinyxml_8h-source.html 316 <a name="l00362"></a>00362 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> strLength;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 

Completed in 1179 milliseconds

1 23 4