/external/chromium_org/third_party/icu/source/i18n/ |
D | zrule.cpp | 41 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength) { in zrule_getName() argument 42 UnicodeString s(nameLength==-1, name, nameLength); in zrule_getName() 44 nameLength = s.length(); in zrule_getName() 45 memcpy(name, s.getBuffer(), nameLength); in zrule_getName() 69 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) { in izrule_open() argument 70 UnicodeString s(nameLength==-1, name, nameLength); in izrule_open() 90 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength) { in izrule_getName() argument 94 nameLength = s.length(); in izrule_getName() 95 name = (UChar*)uprv_malloc(nameLength); in izrule_getName() 96 memcpy(name, s.getBuffer(), nameLength); in izrule_getName()
|
D | zrule.h | 79 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength); 127 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings); 166 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength);
|
/external/icu4c/i18n/ |
D | zrule.cpp | 41 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength) { in zrule_getName() argument 42 UnicodeString s(nameLength==-1, name, nameLength); in zrule_getName() 44 nameLength = s.length(); in zrule_getName() 45 memcpy(name, s.getBuffer(), nameLength); in zrule_getName() 69 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) { in izrule_open() argument 70 UnicodeString s(nameLength==-1, name, nameLength); in izrule_open() 90 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength) { in izrule_getName() argument 94 nameLength = s.length(); in izrule_getName() 95 name = (UChar*)uprv_malloc(nameLength); in izrule_getName() 96 memcpy(name, s.getBuffer(), nameLength); in izrule_getName()
|
D | zrule.h | 73 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength); 117 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings); 152 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/ |
D | ANGLEPlatformBridge.cpp | 76 ANGLEGetInfoType nameLength = 0; in getSymbolInfo() local 81 …ShGetVariableInfo(compiler, symbolType, i, &nameLength, &symbol.size, &symbol.dataType, &symbol.pr… in getSymbolInfo() 83 …ShGetVariableInfo(compiler, symbolType, i, &nameLength, &symbol.size, &symbol.dataType, &symbol.pr… in getSymbolInfo() 89 …ShGetVariableInfo(compiler, symbolType, i, &nameLength, &symbol.size, &symbol.dataType, &symbol.pr… in getSymbolInfo() 91 …ShGetVariableInfo(compiler, symbolType, i, &nameLength, &symbol.size, &symbol.dataType, &symbol.pr… in getSymbolInfo() 98 if (!nameLength) in getSymbolInfo()
|
/external/oprofile/libpopt/ |
D | poptconfig.c | 17 size_t nameLength; in configLine() local 25 nameLength = strlen(con->appName); in configLine() 30 if (strncmp(line, con->appName, nameLength)) return; in configLine() 32 line += nameLength; in configLine()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerRegistry.cpp | 130 size_t nameLength = i->FullName.size(); in printHelp() local 131 if (nameLength <= maxNameChars) in printHelp() 132 optionFieldWidth = std::max(optionFieldWidth, nameLength); in printHelp()
|
/external/chromium_org/third_party/skia/src/sfnt/ |
D | SkOTTable_name.cpp | 462 const uint16_t nameLength = SkEndian_SwapBE16(nameRecord->length); in next() local 478 SkStringFromUTF16BE((const uint16_t*)nameString, nameLength, record.name); in next() 489 SkStringFromMacRoman((const uint8_t*)nameString, nameLength, record.name); in next()
|
/external/skia/src/sfnt/ |
D | SkOTTable_name.cpp | 462 const uint16_t nameLength = SkEndian_SwapBE16(nameRecord->length); in next() local 478 SkStringFromUTF16BE((const uint16_t*)nameString, nameLength, record.name); in next() 489 SkStringFromMacRoman((const uint8_t*)nameString, nameLength, record.name); in next()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.cpp | 237 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props) in GetVolHeadersSize() argument 240 if (nameLength != 0) in GetVolHeadersSize() 242 nameLength = (nameLength + 1) * 2; in GetVolHeadersSize() 243 result += nameLength + GetBigNumberSize(nameLength) + 2; in GetVolHeadersSize() 255 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props) in GetVolPureSize() argument 257 UInt32 headersSizeBase = COutArchive::GetVolHeadersSize(1, nameLength, props); in GetVolPureSize() 263 UInt32 headersSize = COutArchive::GetVolHeadersSize(testSize, nameLength, props); in GetVolPureSize()
|
D | 7zOut.h | 144 static UInt32 GetVolHeadersSize(UInt64 dataSize, int nameLength = 0, bool props = false); 145 static UInt64 GetVolPureSize(UInt64 volSize, int nameLength = 0, bool props = false);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
D | Field.java | 299 int nameLength = result.length(); in toString() local 301 …for (int i = 1; i < NAME_LENGTH - nameLength; ++i) {//we start from i=1 because one space is alrea… in toString() 305 nameLength = result.length(); in toString() 306 for (int i = 0; i < NAME_LENGTH + TYPE_LENGTH - nameLength; ++i) { in toString()
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
D | macdevicemanager.cc | 160 UInt32 nameLength = kAudioDeviceNameLength; in GetAudioDeviceName() local 164 &nameLength, name); in GetAudioDeviceName()
|
/external/chromium_org/third_party/icu/source/common/ |
D | unames.c | 260 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in expandName() argument 275 while(nameLength>0) { in expandName() 276 --nameLength; in expandName() 288 nameLength=0; in expandName() 293 while(nameLength>0) { in expandName() 294 --nameLength; in expandName() 310 --nameLength; in expandName() 353 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in compareName() argument 369 while(nameLength>0) { in compareName() 370 --nameLength; in compareName() [all …]
|
/external/icu4c/common/ |
D | unames.cpp | 262 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in expandName() argument 277 while(nameLength>0) { in expandName() 278 --nameLength; in expandName() 290 nameLength=0; in expandName() 295 while(nameLength>0) { in expandName() 296 --nameLength; in expandName() 312 --nameLength; in expandName() 355 const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, in compareName() argument 371 while(nameLength>0) { in compareName() 372 --nameLength; in compareName() [all …]
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontConfigParser_android.cpp | 87 int nameLength = strlen(attributeName); in fontFileElementHandler() local 89 if (strncmp(attributeName, "variant", nameLength) == 0) { in fontFileElementHandler() 95 } else if (strncmp(attributeName, "lang", nameLength) == 0) { in fontFileElementHandler()
|
D | SkFontHost_win_dw.cpp | 1644 UINT32 nameLength; in get_locale_string() local 1645 HRVM(names->GetStringLength(nameIndex, &nameLength), "Could not get name length."); in get_locale_string() 1646 nameLength += 1; in get_locale_string() 1648 SkSMallocWCHAR name(nameLength); in get_locale_string() 1649 HRVM(names->GetString(nameIndex, name.get(), nameLength), "Could not get string."); in get_locale_string()
|
/external/skia/src/ports/ |
D | SkFontConfigParser_android.cpp | 87 int nameLength = strlen(attributeName); in fontFileElementHandler() local 89 if (strncmp(attributeName, "variant", nameLength) == 0) { in fontFileElementHandler() 95 } else if (strncmp(attributeName, "lang", nameLength) == 0) { in fontFileElementHandler()
|
D | SkFontHost_win_dw.cpp | 1644 UINT32 nameLength; in get_locale_string() local 1645 HRVM(names->GetStringLength(nameIndex, &nameLength), "Could not get name length."); in get_locale_string() 1646 nameLength += 1; in get_locale_string() 1648 SkSMallocWCHAR name(nameLength); in get_locale_string() 1649 HRVM(names->GetString(nameIndex, name.get(), nameLength), "Could not get string."); in get_locale_string()
|
/external/smack/src/org/apache/harmony/javax/security/auth/ |
D | PrivateCredentialPermission.java | 143 int nameLength = name.length(); in initTargetName() local 144 for (int i, j = 0; beg < nameLength; beg = j + 2, count++) { in initTargetName()
|
/external/expat/lib/ |
D | xmltok.h | 143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *); 235 (((enc)->nameLength)(enc, ptr))
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | package.cpp | 920 int32_t idx, nameLength, middleLength; in findNextItem() local 929 nameLength=(int32_t)strlen(name); in findNextItem() 930 if(nameLength<(findPrefixLength+findSuffixLength)) { in findNextItem() 939 middleLength=nameLength-findPrefixLength-findSuffixLength; in findNextItem() 940 …if(findSuffixLength>0 && 0!=memcmp(findSuffix, name+(nameLength-findSuffixLength), findSuffixLengt… in findNextItem()
|
/external/icu4c/tools/toolutil/ |
D | package.cpp | 976 int32_t idx, nameLength, middleLength; in findNextItem() local 985 nameLength=(int32_t)strlen(name); in findNextItem() 986 if(nameLength<(findPrefixLength+findSuffixLength)) { in findNextItem() 995 middleLength=nameLength-findPrefixLength-findSuffixLength; in findNextItem() 996 …if(findSuffixLength>0 && 0!=memcmp(findSuffix, name+(nameLength-findSuffixLength), findSuffixLengt… in findNextItem()
|
/external/chromium_org/remoting/host/ |
D | desktop_resizer_linux.cc | 290 mode.nameLength = strlen(name); in CreateMode()
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | devicemanager.cc | 661 UInt32 nameLength = kAudioDeviceNameLength; in GetAudioDeviceName() local 665 &nameLength, name); in GetAudioDeviceName()
|