Searched refs:nameLength (Results 1 - 13 of 13) sorted by relevance

/external/oprofile/libpopt/
H A Dpoptconfig.c17 size_t nameLength; local
25 nameLength = strlen(con->appName);
30 if (strncmp(line, con->appName, nameLength)) return;
32 line += nameLength;
/external/webkit/WebCore/svg/
H A DSVGGlyphElement.h58 , nameLength(0)
92 size_t nameLength; member in struct:WebCore::SVGGlyphIdentifier
H A DSVGGlyphMap.h68 node->glyphs.last().nameLength = len;
H A DSVGFont.cpp262 altGlyphIdentifier.nameLength = to - from;
286 if (identifier.isValid && isCompatibleGlyph(identifier, isVerticalText, language, chars, i, i + identifier.nameLength)) {
288 i += identifier.nameLength - 1;
289 m_walkerData.charsConsumed += identifier.nameLength;
/external/webkit/WebCore/platform/graphics/win/
H A DFontDatabase.cpp168 DWORD nameLength = name.size(); local
171 if (FAILED(RegEnumValue(key, i, name.data(), &nameLength, 0, &type, value.data(), &valueLength)))
/external/webkit/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp283 unsigned short nameLength = name->nameRecords[j].length; local
288 familyNameLength = nameLength;
292 subfamilyNameLength = nameLength;
296 fullNameLength = nameLength;
300 versionStringLength = nameLength;
/external/icu4c/common/
H A Dunames.c260 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
273 while(nameLength>0) {
274 --nameLength;
281 while(nameLength>0) {
282 --nameLength;
294 nameLength=0;
299 while(nameLength>0) {
300 --nameLength;
316 --nameLength;
359 const uint8_t *name, uint16_t nameLength, UCharNameChoic
259 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
358 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument
[all...]
/external/expat/lib/
H A Dxmltok.h143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *); member in struct:encoding
235 (((enc)->nameLength)(enc, ptr))
H A Dxmltok.c38 PREFIX(nameLength), \
H A Dxmltok_impl.c1699 PREFIX(nameLength)(const ENCODING *enc, const char *ptr) function
/external/webkit/WebCore/platform/graphics/mac/
H A DGraphicsContext3DMac.cpp510 GLsizei nameLength = 0; local
513 ::glGetActiveAttrib(static_cast<GLuint>(program->object()), index, maxAttributeSize, &nameLength, &size, &type, name);
514 if (!nameLength)
516 info.name = String(name, nameLength);
532 GLsizei nameLength = 0; local
535 ::glGetActiveUniform(static_cast<GLuint>(program->object()), index, maxUniformSize, &nameLength, &size, &type, name);
536 if (!nameLength)
538 info.name = String(name, nameLength);
/external/icu4c/tools/toolutil/
H A Dpackage.cpp905 int32_t idx, nameLength, middleLength; local
914 nameLength=(int32_t)strlen(name);
915 if(nameLength<(findPrefixLength+findSuffixLength)) {
924 middleLength=nameLength-findPrefixLength-findSuffixLength;
925 if(findSuffixLength>0 && 0!=memcmp(findSuffix, name+(nameLength-findSuffixLength), findSuffixLength)) {
/external/icu4c/test/intltest/
H A Drbbitst.cpp1627 int32_t nameLength = nameEndIdx - (charIdx+2); local
1632 testString.extract(charIdx+2, nameLength, charNameBuf, sizeof(charNameBuf));

Completed in 141 milliseconds