Searched defs:suffixLength (Results 1 - 14 of 14) sorted by relevance

/external/skia/dm/
H A DDMWriteTask.cpp167 const int suffixLength = split_suffixes(1, filename.c_str(), &suffixes); local
174 filename.remove(filename.size() - suffixLength, suffixLength);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSTokenizer-in.cpp1527 void CSSTokenizer::setupTokenizer(const char* prefix, unsigned prefixLength, const String& string, const char* suffix, unsigned suffixLength) argument
1530 m_parsedTextSuffixLength = suffixLength;
1544 unsigned end = start + suffixLength;
1566 unsigned end = start + suffixLength;
H A DBisonCSSParser-in.cpp142 void BisonCSSParser::setupParser(const char* prefix, unsigned prefixLength, const String& string, const char* suffix, unsigned suffixLength) argument
144 m_tokenizer.setupTokenizer(prefix, prefixLength, string, suffix, suffixLength);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp134 int32_t treeLength, suffixLength, targetLength; local
149 suffixLength=(int32_t)strlen(suffix);
150 targetLength=treeLength+idLength+suffixLength;
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp134 int32_t treeLength, suffixLength, targetLength; local
149 suffixLength=(int32_t)strlen(suffix);
150 targetLength=treeLength+idLength+suffixLength;
160 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp1025 static String formatNumber(double number, const char* suffix, unsigned suffixLength) argument
1029 result.append(suffix, suffixLength);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.h125 unsigned short suffixLength[MAX_DICTIONARY_ENTRIES]; member in class:GIFLZWContext
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp462 unsigned suffixLength = 0; local
475 suffixLength += i;
500 next = searchFunction(string.data(), string.size(), string.size() - suffixLength, MayHaveMoreContext, needMoreContext);
508 next = searchFunction(string.data(), string.size(), string.size() - suffixLength, DontHaveMoreContext, needMoreContext);
522 charIt.advance(string.size() - suffixLength - next);
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2impl.cpp167 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { argument
168 if(suffixLength<(limit-start)) {
169 limit-=suffixLength;
170 remainingCapacity+=suffixLength;
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp167 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { argument
168 if(suffixLength<(limit-start)) {
169 limit-=suffixLength;
170 remainingCapacity+=suffixLength;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.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/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 402 milliseconds