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

/external/icu4c/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 Dzrule.h70 * @param nameLength, length of the returned name
73 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength);
111 * @param nameLength The length of the time zone name.
117 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings);
149 * @param nameLength, length of the returned name
152 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength);
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
H A DProcessLauncherMac.mm145 size_t nameLength = equalsLocation - environmentVariable;
146 if (strlen(name) != nameLength)
148 if (memcmp(environmentVariable, name, nameLength))
156 int nameLength = strlen(name);
160 char* string = static_cast<char*>(fastMalloc(nameLength + 1 + valueLength + 1));
161 memcpy(string, name, nameLength);
162 string[nameLength] = '=';
163 memcpy(string + nameLength + 1, value, valueLength);
164 string[nameLength + 1 + valueLength] = '\0';
/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/Source/WebCore/svg/
H A DSVGGlyphElement.h58 , nameLength(0)
91 size_t nameLength; member in struct:WebCore::SVGGlyphIdentifier
H A DSVGGlyphMap.h67 node->glyphs.last().nameLength = len;
H A DSVGFont.cpp266 altGlyphIdentifier.nameLength = to - from;
290 if (identifier.isValid && isCompatibleGlyph(identifier, isVerticalText, language, chars, i, i + identifier.nameLength)) {
292 i += identifier.nameLength - 1;
293 m_walkerData.charsConsumed += identifier.nameLength;
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp129 size_t nameLength = i->FullName.size(); local
130 if (nameLength <= maxNameChars)
131 optionFieldWidth = std::max(optionFieldWidth, nameLength);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DField.java299 int nameLength = result.length();
301 for (int i = 1; i < NAME_LENGTH - nameLength; ++i) {//we start from i=1 because one space is already added
305 nameLength = result.length();
306 for (int i = 0; i < NAME_LENGTH + TYPE_LENGTH - nameLength; ++i) {
/external/webkit/Source/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/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/icu4c/common/
H A Dunames.c260 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
275 while(nameLength>0) {
276 --nameLength;
288 nameLength=0;
293 while(nameLength>0) {
294 --nameLength;
310 --nameLength;
353 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
369 while(nameLength>0) {
370 --nameLength;
259 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
352 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp683 GLsizei nameLength = 0; local
686 ::glGetActiveAttrib(program, index, maxAttributeSize, &nameLength, &size, &type, name);
687 if (!nameLength)
689 info.name = String(name, nameLength);
705 GLsizei nameLength = 0; local
708 ::glGetActiveUniform(program, index, maxUniformSize, &nameLength, &size, &type, name);
709 if (!nameLength)
711 info.name = String(name, nameLength);
/external/icu4c/tools/toolutil/
H A Dpackage.cpp921 int32_t idx, nameLength, middleLength; local
930 nameLength=(int32_t)strlen(name);
931 if(nameLength<(findPrefixLength+findSuffixLength)) {
940 middleLength=nameLength-findPrefixLength-findSuffixLength;
941 if(findSuffixLength>0 && 0!=memcmp(findSuffix, name+(nameLength-findSuffixLength), findSuffixLength)) {
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp964 GLsizei nameLength = 0; local
968 m_internal->getActiveAttrib(program, index, maxLength, &nameLength, &size, &type, name);
970 if (!nameLength) {
975 info.name = String(name, nameLength);
996 GLsizei nameLength = 0; local
1000 m_internal->getActiveUniform(static_cast<GLuint>(program), index, maxLength, &nameLength, &size, &type, name); local
1002 if (!nameLength) {
1007 info.name = String(name, nameLength);
/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.eclipse.core.runtime.compatibility_3.2.100.v20100505.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.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager.cc661 UInt32 nameLength = kAudioDeviceNameLength; local
665 &nameLength, name);
/external/icu4c/test/intltest/
H A Drbbitst.cpp1647 int32_t nameLength = nameEndIdx - (charIdx+2); local
1652 testString.extract(charIdx+2, nameLength, charNameBuf, sizeof(charNameBuf));
/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/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 280 milliseconds