Searched refs:strLength (Results 1 - 21 of 21) sorted by relevance

/external/skia/gm/
H A Dandroidfallback.cpp42 const int strLength = sizeof(unicodeStr) / sizeof(uint16_t); variable
45 SkScalar posX[strLength];
46 SkPoint posXY[strLength];
48 for (int i = 0; i < strLength; ++i) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSParserValues.h106 template <size_t strLength>
107 bool startsWithIgnoringCase(const char (&str)[strLength]) const
109 return startsWithIgnoringCase(str, strLength - 1);
112 bool startsWithIgnoringCase(const char* str, size_t strLength) const
114 if (length() < strLength)
116 return is8Bit() ? WTF::equalIgnoringCase(str, characters8(), strLength) : WTF::equalIgnoringCase(str, characters16(), strLength);
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
H A DSelectorUtils.java292 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/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp126 SVal strLength);
615 SVal strLength) {
616 assert(!strLength.isUndef() && "Attempt to set an undefined string length");
647 if (strLength.isUnknown())
650 return state->set<CStringLength>(MR, strLength);
668 SVal strLength = svalBuilder.getMetadataSymbolVal(CStringChecker::getTag(), local
673 state = state->set<CStringLength>(MR, strLength);
675 return strLength;
1147 SVal strLength = getCStringLength(C, state, Arg, ArgVal);
1151 if (strLength
613 setCStringLength(ProgramStateRef state, const MemRegion *MR, SVal strLength) argument
1913 DefinedOrUnknownSVal strLength = local
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp191 unsigned strLength = m_impl->length(); local
194 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
196 RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(strLength + lengthToAppend, data);
197 StringImpl::copyChars(data, m_impl->characters8(), strLength);
198 StringImpl::copyChars(data + strLength, charactersToAppend, lengthToAppend);
203 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
206 StringImpl::copyChars(data, m_impl->characters16(), strLength);
207 StringImpl::copyChars(data + strLength, charactersToAppend, lengthToAppend);
223 unsigned strLength = m_impl->length(); local
226 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp85 outString->append( entity[0].str, entity[0].strLength );
90 outString->append( entity[1].str, entity[1].strLength );
95 outString->append( entity[2].str, entity[2].strLength );
100 outString->append( entity[3].str, entity[3].strLength );
105 outString->append( entity[4].str, entity[4].strLength );
H A Dtinyxmlparser.cpp517 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 )
519 assert( strlen( entity[i].str ) == entity[i].strLength );
522 return ( p + entity[i].strLength );
H A Dtinyxml.h403 unsigned int strLength; member in struct:TiXmlBase::Entity
/external/tinyxml/
H A Dtinyxml.cpp75 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 );
H A Dtinyxmlparser.cpp498 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 )
500 assert( strlen( entity[i].str ) == entity[i].strLength );
503 return ( p + entity[i].strLength );
H A Dtinyxml.h362 unsigned int strLength; member in struct:TiXmlBase::Entity
/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp2861 int32_t strLength=(int32_t)ut->a; local
2862 if (strLength >= 0) {
2863 limit32 = pinIndex(limit, strLength);
2870 if (strLength<0 && s[si]==0) {
2876 strLength = si;
2883 if (strLength>=0) {
2897 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
2906 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity);
/external/icu4c/common/
H A Dutext.cpp2498 int32_t strLength=(int32_t)ut->a; local
2499 if (strLength >= 0) {
2500 limit32 = pinIndex(limit, strLength);
2506 if (strLength<0 && s[si]==0) {
2512 strLength = si;
2520 if (strLength>=0) {
2534 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
2543 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c6228 int32_t strLength; local
6274 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status);
6275 if(strLength < 2){
6287 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
6288 ucol_getSortKey(importviescoll, str, strLength, sk2, 500);
6329 int32_t strLength; local
6379 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status);
6380 if(strLength < 2){
6392 ucol_getSortKey(videcoll, str, strLength, sk1, 500);
6393 ucol_getSortKey(importvidecoll, str, strLength, sk
[all...]
H A Dcreststn.c657 int32_t strLength = 0; local
662 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
/external/icu4c/test/cintltst/
H A Dcmsccoll.c6792 int32_t strLength; local
6838 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status);
6839 if(strLength < 2){
6851 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
6852 ucol_getSortKey(importviescoll, str, strLength, sk2, 500);
6893 int32_t strLength; local
6943 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status);
6944 if(strLength < 2){
6956 ucol_getSortKey(videcoll, str, strLength, sk1, 500);
6957 ucol_getSortKey(importvidecoll, str, strLength, sk
[all...]
H A Dcreststn.c657 int32_t strLength = 0; local
662 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp497 int strLength = str.length(); local
499 int runEnd = min(strLength, end);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 947 milliseconds