/third_party/icu/icu4c/source/tools/icuswap/ |
H A D | icuswap.cpp | 346 uint32_t itemCount, offset, i; in udata_swapPackage() local 414 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage() 415 if(itemCount==0) { in udata_swapPackage() 421 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage() 430 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ in udata_swapPackage() 433 /* itemCount does not fit */ in udata_swapPackage() 435 itemCount=0; /* make compilers happy */ in udata_swapPackage() 437 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage() 438 if(itemCount==0) { in udata_swapPackage() 440 } else if((uint32_t)length<(4+8*itemCount)) { in udata_swapPackage() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/icuswap/ |
H A D | icuswap.cpp | 346 uint32_t itemCount, offset, i; in udata_swapPackage() local 414 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage() 415 if(itemCount==0) { in udata_swapPackage() 421 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage() 430 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ in udata_swapPackage() 433 /* itemCount does not fit */ in udata_swapPackage() 435 itemCount=0; /* make compilers happy */ in udata_swapPackage() 437 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage() 438 if(itemCount==0) { in udata_swapPackage() 440 } else if((uint32_t)length<(4+8*itemCount)) { in udata_swapPackage() [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | package.cpp | 393 itemCount=0; in Package() 425 for(idx=0; idx<itemCount; ++idx) { in ~Package() 509 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ in readPackage() 512 /* itemCount does not fit */ in readPackage() 515 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes); in readPackage() 516 setItemCapacity(itemCount); /* resize so there's space */ in readPackage() 517 if(itemCount==0) { in readPackage() 519 } else if(length<(4+8*itemCount)) { in readPackage() 524 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage() 534 if(itemCount< in readPackage() [all...] |
H A D | package.h | 170 int32_t itemCount; member in Package 194 * Grow itemMax to at least itemCount+1
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | package.cpp | 393 itemCount=0; in Package() 425 for(idx=0; idx<itemCount; ++idx) { in ~Package() 509 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ in readPackage() 512 /* itemCount does not fit */ in readPackage() 515 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes); in readPackage() 516 setItemCapacity(itemCount); /* resize so there's space */ in readPackage() 517 if(itemCount==0) { in readPackage() 519 } else if(length<(4+8*itemCount)) { in readPackage() 524 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage() 534 if(itemCount< in readPackage() [all...] |
H A D | package.h | 170 int32_t itemCount; member in Package 194 * Grow itemMax to at least itemCount+1
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | package.cpp | 393 itemCount=0; in Package() 425 for(idx=0; idx<itemCount; ++idx) { in ~Package() 509 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ in readPackage() 512 /* itemCount does not fit */ in readPackage() 515 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes); in readPackage() 516 setItemCapacity(itemCount); /* resize so there's space */ in readPackage() 517 if(itemCount==0) { in readPackage() 519 } else if(length<(4+8*itemCount)) { in readPackage() 524 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage() 534 if(itemCount< in readPackage() [all...] |
H A D | package.h | 170 int32_t itemCount; member in Package 194 * Grow itemMax to at least itemCount+1
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource4.js | 36 public itemCount = 0; 54 this.itemCount++; 64 this.itemCount++; 101 public count(): number { return this.itemCount; } 195 public itemCount: number = 0; 218 this.itemCount++; 232 this.itemCount--; 246 public count(): number { return this.itemCount; } 321 this.itemCount = 0;
338 this.itemCount [all...] |
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetSelector.java | 65 int itemCount = unicodePointSet.getRangeCount(); in generateSelectorData() 66 for (int j = 0; j < itemCount; ++j) { in generateSelectorData() 76 int itemCount = excludedCodePoints.getRangeCount(); in generateSelectorData() 77 for (int j = 0; j < itemCount; ++j) { in generateSelectorData()
|
/third_party/icu/icu4c/source/tools/genren/ |
H A D | genren.pl | 134 $itemCount = 0; 150 $itemCount++; 227 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 231 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 234 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
|
/third_party/skia/third_party/externals/icu/source/tools/genren/ |
H A D | genren.pl | 134 $itemCount = 0; 150 $itemCount++; 227 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 231 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 234 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmEmptyStructTests.cpp | 49 const deUint32 itemCount = static_cast<deUint32>(expectedBytes.size()) / 4u; in verifyResult() local 53 for (deUint32 i = 0; i < itemCount; ++i) in verifyResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmEmptyStructTests.cpp | 49 const deUint32 itemCount = static_cast<deUint32>(expectedBytes.size()) / 4u; in verifyResult() local 53 for (deUint32 i = 0; i < itemCount; ++i) in verifyResult()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | colldata.cpp | 335 int32_t itemCount; in CollData() local 359 itemCount = uset_getItemCount(charsToTest); in CollData() 360 for(int32_t item = 0; item < itemCount; item += 1) { in CollData()
|
H A D | listformattertest.h | 114 int itemCount,
|
H A D | alphaindextst.cpp | 241 int itemCount = 0; in APITest() local 247 ++itemCount; in APITest() 251 TEST_ASSERT(itemCount == 4); in APITest()
|
/third_party/glfw/src/ |
H A D | x11_window.c | 966 unsigned long itemCount, bytesAfter; in getSelectionString() local 1001 &itemCount, in getSelectionString() 1030 &itemCount, in getSelectionString() 1034 if (itemCount) in getSelectionString() 1036 size += itemCount; in getSelectionString() 1038 string[size - itemCount - 1] = '\0'; in getSelectionString() 1042 if (!itemCount) in getSelectionString() 1851 unsigned long itemCount, bytesAfter; in _glfwGetWindowPropertyX11() local 1862 &itemCount, in _glfwGetWindowPropertyX11() 1866 return itemCount; in _glfwGetWindowPropertyX11() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTestsEXT.cpp | 1026 uint32_t itemCount; member 1070 const auto fbWidth = ((m_params.testType == MaxPrimVertType::PRIMITIVES) ? 1u : m_params.itemCount); in createInstance() 1071 return new MaxMeshOutputPrimVertInstance(context, m_params.itemCount, fbWidth); in createInstance() 1087 if (m_params.itemCount > itemLimit) in checkSupport() 1097 const auto actualVertices = de::roundUp(m_params.itemCount, meshProperties.meshOutputPerVertexGranularity); in checkSupport() 1106 const auto actualPrimitives = de::roundUp(m_params.itemCount, meshProperties.meshOutputPerPrimitiveGranularity); in checkSupport() 1120 const auto maxVertices = (isPrimitives ? 1u : m_params.itemCount); in initPrograms() 1123 const auto maxPrimitives = m_params.itemCount; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTestsEXT.cpp | 1026 uint32_t itemCount; member 1070 const auto fbWidth = ((m_params.testType == MaxPrimVertType::PRIMITIVES) ? 1u : m_params.itemCount); in createInstance() 1071 return new MaxMeshOutputPrimVertInstance(context, m_params.itemCount, fbWidth); in createInstance() 1087 if (m_params.itemCount > itemLimit) in checkSupport() 1097 const auto actualVertices = de::roundUp(m_params.itemCount, meshProperties.meshOutputPerVertexGranularity); in checkSupport() 1106 const auto actualPrimitives = de::roundUp(m_params.itemCount, meshProperties.meshOutputPerPrimitiveGranularity); in checkSupport() 1120 const auto maxVertices = (isPrimitives ? 1u : m_params.itemCount); in initPrograms() 1123 const auto maxPrimitives = m_params.itemCount; in initPrograms()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 401 Counter<String> itemCount = new Counter(); in checkBuckets() 404 itemCount.add(item, 1); in checkBuckets() 406 assertEquals("getRecordCount()", (int)itemCount.getTotal(), index.getRecordCount()); // code coverage in checkBuckets() 444 long globalCount = itemCount.get(item); in checkBuckets()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 404 Counter<String> itemCount = new Counter(); in checkBuckets() 407 itemCount.add(item, 1); in checkBuckets() 409 assertEquals("getRecordCount()", (int)itemCount.getTotal(), index.getRecordCount()); // code coverage in checkBuckets() 447 long globalCount = itemCount.get(item); in checkBuckets()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | cfftypes.h | 116 FT_UInt itemCount; /* not used; always zero */
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgxvar.h | 67 FT_UInt itemCount; /* number of delta sets per item */ member 71 FT_Short* deltaSet; /* array of `itemCount' deltas */
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | usettest.c | 419 int32_t itemCount = uset_getItemCount(set); in expectItems() local 450 if (itemIndex >= itemCount) { in expectItems()
|