/external/icu/icu4c/source/tools/icuswap/ |
D | icuswap.cpp | 346 int32_t itemLength; in udata_swapPackage() local 421 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode); in udata_swapPackage() 424 return headerSize+offset+(uint32_t)itemLength; in udata_swapPackage() 466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); in udata_swapPackage() 467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode); in udata_swapPackage() 529 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength); in udata_swapPackage()
|
/external/chromium_org/third_party/icu/source/tools/icuswap/ |
D | icuswap.cpp | 346 int32_t itemLength; in udata_swapPackage() local 421 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode); in udata_swapPackage() 424 return headerSize+offset+(uint32_t)itemLength; in udata_swapPackage() 466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); in udata_swapPackage() 467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode); in udata_swapPackage() 529 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength); in udata_swapPackage()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
D | ComplexTextController.cpp | 311 int itemLength = index - indexOfFontTransition; in collectComplexTextRuns() local 312 …rCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, !isM… in collectComplexTextRuns() 317 int itemLength = m_end - indexOfFontTransition; in collectComplexTextRuns() local 318 if (itemLength) { in collectComplexTextRuns() 320 …racters((nextIsSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, !nex… in collectComplexTextRuns()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | package.cpp | 455 int32_t itemLength, typeEnum; in readPackage() local 553 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset; in readPackage() 556 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) { in readPackage() 557 --itemLength; in readPackage() 560 if((inStringTop+itemLength)>STRING_STORE_SIZE) { in readPackage() 566 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode); in readPackage() 571 inStringTop+=itemLength; in readPackage()
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | package.cpp | 443 int32_t itemLength, typeEnum; in readPackage() local 537 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset; in readPackage() 540 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) { in readPackage() 541 --itemLength; in readPackage() 544 if((inStringTop+itemLength)>STRING_STORE_SIZE) { in readPackage() 550 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode); in readPackage() 555 inStringTop+=itemLength; in readPackage()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
D | TimelineModelImpl.js | 728 var itemLength = item.length + separator.length; 729 if (length + itemLength > WebInspector.TimelineModelImpl.TransferChunkLengthBytes) 731 length += itemLength;
|
/external/icu/icu4c/source/i18n/ |
D | alphaindex.cpp | 313 int32_t itemLength = item->length(); in initLabels() local 314 if (!item->hasMoreChar32Than(0, itemLength, 1)) { in initLabels() 316 } else if(item->charAt(itemLength - 1) == 0x2a && // '*' in initLabels() 317 item->charAt(itemLength - 2) != 0x2a) { in initLabels() 320 ownedItem.adoptInstead(new UnicodeString(*item, 0, itemLength - 1)); in initLabels()
|
D | tzfmt.cpp | 2318 int32_t itemLength = 1; in parseOffsetPattern() local 2329 if (GMTOffsetField::isValid(itemType, itemLength)) { in parseOffsetPattern() 2330 … GMTOffsetField* fld = GMTOffsetField::createTimeField(itemType, (uint8_t)itemLength, status); in parseOffsetPattern() 2352 itemLength++; in parseOffsetPattern() 2364 if (GMTOffsetField::isValid(itemType, itemLength)) { in parseOffsetPattern() 2365 … GMTOffsetField* fld = GMTOffsetField::createTimeField(itemType, itemLength, status); in parseOffsetPattern() 2376 itemLength = 1; in parseOffsetPattern() 2382 if (GMTOffsetField::isValid(itemType, itemLength)) { in parseOffsetPattern() 2383 … GMTOffsetField* fld = GMTOffsetField::createTimeField(itemType, itemLength, status); in parseOffsetPattern() 2407 if (GMTOffsetField::isValid(itemType, itemLength)) { in parseOffsetPattern() [all …]
|