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

123

/external/chromium_org/third_party/icu/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 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/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 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/skia/src/utils/win/
H A DSkDWrite.cpp108 UINT32 nameLength; local
109 HRVM(names->GetStringLength(nameIndex, &nameLength), "Could not get name length.");
110 nameLength += 1;
112 SkSMallocWCHAR name(nameLength);
113 HRVM(names->GetString(nameIndex, name.get(), nameLength), "Could not get string.");
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
H A Dvideo_capture_qtkit.mm65 const int32_t nameLength =
67 if(nameLength>kVideoCaptureUniqueNameLength)
71 _deviceUniqueId = new char[nameLength+1];
72 memcpy(_deviceUniqueId, iDeviceUniqueIdUTF8,nameLength+1);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DS_I_N_G_.py19 nameLength: 1s
32 self.nameLength = byteord(self.nameLength)
33 assert len(rest) == self.nameLength
62 d["nameLength"] = bytechr(len(self.baseGlyphName))
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DS_I_N_G_.py19 nameLength: 1s
32 self.nameLength = byteord(self.nameLength)
33 assert len(rest) == self.nameLength
62 d["nameLength"] = bytechr(len(self.baseGlyphName))
/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/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/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Dvideo_capture_android.cc148 const int nameLength = strlen(deviceUniqueIdUTF8); local
149 if (nameLength >= kVideoCaptureUniqueNameLength)
157 _deviceUniqueId = new char[nameLength + 1];
158 memcpy(_deviceUniqueId, deviceUniqueIdUTF8, nameLength + 1);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dmacdevicemanager.cc159 UInt32 nameLength = kAudioDeviceNameLength; local
163 &nameLength, name);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h144 static UInt32 GetVolHeadersSize(UInt64 dataSize, int nameLength = 0, bool props = false);
145 static UInt64 GetVolPureSize(UInt64 volSize, int nameLength = 0, bool props = false);
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/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dvideo_capture_ds.cc64 const int32_t nameLength = local
66 if (nameLength > kVideoCaptureUniqueNameLength)
70 _deviceUniqueId = new (std::nothrow) char[nameLength + 1];
71 memcpy(_deviceUniqueId, deviceUniqueIdUTF8, nameLength + 1);
/external/skia/src/ports/
H A DSkFontConfigParser_android.cpp83 int nameLength = strlen(attributeName); local
85 if (strncmp(attributeName, "variant", nameLength) == 0) {
91 } else if (strncmp(attributeName, "lang", nameLength) == 0) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigParser_android.cpp324 size_t nameLength = strlen(attributeName); local
326 if (nameLength == 7 && strncmp(attributeName, "variant", nameLength) == 0) {
340 } else if (nameLength == 4 && strncmp(attributeName, "lang", nameLength) == 0) {
348 } else if (nameLength == 5 && strncmp(attributeName, "index", nameLength) == 0) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DContentSearchUtils.cpp117 unsigned nameLength = name.length(); local
140 equalSignPos = pos + 4 + nameLength;
/external/chromium_org/third_party/expat/files/lib/
H A Dxmltok.h143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *); member in struct:encoding
235 (((enc)->nameLength)(enc, ptr))
/external/expat/lib/
H A Dxmltok.h143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *); member in struct:encoding
235 (((enc)->nameLength)(enc, ptr))
/external/smack/src/org/apache/harmony/javax/security/auth/
H A DPrivateCredentialPermission.java143 int nameLength = name.length();
144 for (int i, j = 0; beg < nameLength; beg = j + 2, count++) {
/external/chromium_org/third_party/icu/source/common/
H A Dunames.cpp239 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
254 while(nameLength>0) {
255 --nameLength;
267 nameLength=0;
272 while(nameLength>0) {
273 --nameLength;
289 --nameLength;
332 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
348 while(nameLength>0) {
349 --nameLength;
238 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
331 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument
[all...]
/external/icu/icu4c/source/common/
H A Dunames.cpp239 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
254 while(nameLength>0) {
255 --nameLength;
267 nameLength=0;
272 while(nameLength>0) {
273 --nameLength;
289 --nameLength;
332 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice,
348 while(nameLength>0) {
349 --nameLength;
238 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
331 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument
[all...]
/external/chromium_org/third_party/icu/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/chromium_org/third_party/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);

Completed in 6500 milliseconds

123