Searched defs:nameLength (Results 1 - 25 of 26) sorted by relevance

12

/external/skia/src/sfnt/
H A DSkOTTable_name.cpp462 const uint16_t nameLength = SkEndian_SwapBE16(nameRecord->length); local
478 SkStringFromUTF16BE((const uint16_t*)nameString, nameLength, record.name);
489 SkStringFromMacRoman((const uint8_t*)nameString, nameLength, record.name);
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp131 size_t nameLength = i->FullName.size(); local
132 if (nameLength <= maxNameChars)
133 optionFieldWidth = std::max(optionFieldWidth, nameLength);
/external/icu/icu4c/source/i18n/
H A Dzrule.cpp41 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength) { argument
42 UnicodeString s(nameLength==-1, name, nameLength);
44 nameLength = s.length();
45 memcpy(name, s.getBuffer(), nameLength);
69 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) { argument
70 UnicodeString s(nameLength==-1, name, nameLength);
90 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength) { argument
91 // UnicodeString s(nameLength
[all...]
H A Drepattrn.cpp624 int32_t RegexPattern::groupNumberFromName(const char *groupName, int32_t nameLength, UErrorCode &status) const { argument
628 UnicodeString name(groupName, nameLength, US_INV);
H A Dlocdspnm.cpp287 UDisplayContext nameLength; member in class:LocaleDisplayNamesImpl
352 , nameLength(UDISPCTX_LENGTH_FULL)
367 , nameLength(UDISPCTX_LENGTH_FULL)
380 nameLength = value;
521 return nameLength;
690 if (nameLength == UDISPCTX_LENGTH_SHORT) {
705 if (nameLength == UDISPCTX_LENGTH_SHORT) {
718 if (nameLength == UDISPCTX_LENGTH_SHORT) {
737 if (nameLength == UDISPCTX_LENGTH_SHORT) {
784 if (nameLength
[all...]
H A Duregex.cpp636 int32_t nameLength,
642 int32_t result = regexp->fPat->groupNumberFromName(UnicodeString(groupName, nameLength), *status);
649 int32_t nameLength,
655 return regexp->fPat->groupNumberFromName(groupName, nameLength, *status);
634 uregex_groupNumberFromName(URegularExpression *regexp2, const UChar *groupName, int32_t nameLength, UErrorCode *status) argument
647 uregex_groupNumberFromCName(URegularExpression *regexp2, const char *groupName, int32_t nameLength, UErrorCode *status) argument
/external/expat/lib/
H A Dxmltok_impl.c1699 PREFIX(nameLength)(const ENCODING *enc, const char *ptr) function
H A Dxmltok.h143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *); member in struct:encoding
235 (((enc)->nameLength)(enc, ptr))
/external/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c212 int32_t nameLength; local
213 const UChar * namePtr = udatpg_getAppendItemName(dtpg, appItemNameDataPtr->field, &nameLength);
214 if ( namePtr == NULL || u_strncmp(appItemNameDataPtr->name, namePtr, nameLength) != 0 ) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleDisplayNamesImpl.java39 private final DisplayContext nameLength; field in class:LocaleDisplayNamesImpl
108 DisplayContext nameLength = DisplayContext.LENGTH_FULL;
119 nameLength = contextItem;
128 this.nameLength = nameLength;
230 result = nameLength;
392 if (nameLength == DisplayContext.LENGTH_SHORT) {
407 if (nameLength == DisplayContext.LENGTH_SHORT) {
420 if (nameLength == DisplayContext.LENGTH_SHORT) {
433 if (nameLength
652 private DisplayContext nameLength; field in class:LocaleDisplayNamesImpl.Cache
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp975 int32_t idx, nameLength, middleLength; local
984 nameLength=(int32_t)strlen(name);
985 if(nameLength<(findPrefixLength+findSuffixLength)) {
994 middleLength=nameLength-findPrefixLength-findSuffixLength;
995 if(findSuffixLength>0 && 0!=memcmp(findSuffix, name+(nameLength-findSuffixLength), findSuffixLength)) {
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp237 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props) argument
240 if (nameLength != 0)
242 nameLength = (nameLength + 1) * 2;
243 result += nameLength + GetBigNumberSize(nameLength) + 2;
255 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props) argument
257 UInt32 headersSizeBase = COutArchive::GetVolHeadersSize(1, nameLength, props);
263 UInt32 headersSize = COutArchive::GetVolHeadersSize(testSize, nameLength, props);
/external/icu/icu4c/source/common/
H A Dunames.cpp237 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
252 while(nameLength>0) {
253 --nameLength;
265 nameLength=0;
270 while(nameLength>0) {
271 --nameLength;
287 --nameLength;
330 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
346 while(nameLength>0) {
347 --nameLength;
236 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
329 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp847 int nameLength; member in struct:deqp::UniformCase::BasicUniformReportGL
854 : name(name_), nameLength(nameLength_), size(size_), type(type_), index(index_) {}
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1012 int nameLength; // \note Whether this includes the null byte depends on whether it was queried with glGetActiveUniform() or glGetActiveUniformsiv(). member in struct:deqp::UniformCase::BasicUniformReportGL
1019 : name(name_), nameLength(nameLength_), size(size_), type(type_), index(index_) {}
1675 if (uniformResult.nameLength + 1 != uniformsivResult.nameLength)
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp1370 int32_t nameLength = nameEndIdx - (charIdx+2); local
1375 testString.extract(charIdx+2, nameLength, charNameBuf, sizeof(charNameBuf));
/external/libvncserver/rfb/
H A Drfbproto.h360 uint32_t nameLength; member in struct:__anon9228
361 /* followed by char name[nameLength] */
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp1907 glw::GLint nameLength = -1; local
1911 gl.getProgramResourceiv(program.getProgram(), programMemberInterfaceValue, activeVariableIndices[varNdx], 1, &nameProp, 1, &written, &nameLength);
1914 if (nameLength <= 0 || written <= 0)
1921 nameBuffer.resize(nameLength + 2, 'X'); // allocate more than required
1923 gl.getProgramResourceName(program.getProgram(), programMemberInterfaceValue, activeVariableIndices[varNdx], nameLength+1, &written, &nameBuffer[0]);
1932 else if (written > nameLength)
2444 glw::GLint nameLength = -1; local
2448 gl.getProgramResourceiv(program.getProgram(), GL_UNIFORM, activeVariables[ndx], 1, &nameLengthProp, 1, &written, &nameLength);
2451 if (written <= 0 || nameLength == -1)
2458 nameBuf.resize(nameLength
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.core.runtime.compatibility_3.2.100.v20100505.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-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 876 milliseconds

12