Home
last modified time | relevance | path

Searched defs:indexArray (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCompactByteArray.java93 public CompactByteArray(char indexArray[], in CompactByteArray()
121 public CompactByteArray(String indexArray, in CompactByteArray()
DCompactCharArray.java94 public CompactCharArray(char indexArray[], in CompactCharArray()
122 public CompactCharArray(String indexArray, in CompactCharArray()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCompactByteArray.java91 public CompactByteArray(char indexArray[], in CompactByteArray()
119 public CompactByteArray(String indexArray, in CompactByteArray()
DCompactCharArray.java92 public CompactCharArray(char indexArray[], in CompactCharArray()
120 public CompactCharArray(String indexArray, in CompactCharArray()
/third_party/protobuf/js/experimental/runtime/kernel/
Dfield.js90 constructor(indexArray, decodedValue = undefined, encoder = undefined) { argument
Dkernel.js78 function readOptional(indexArray, bufferDecoder, readFunc, wireType) { argument
101 indexArray, bufferDecoder, singularReadFunc, packedReadFunc, argument
133 function readRepeatedNonPrimitive(indexArray, bufferDecoder, singularReadFunc) { argument
156 indexArray, bufferDecoder, fieldNumber, instanceCreator, pivot) { argument
172 function mergeMessageArrays(indexArray, bufferDecoder) { argument
185 function readAccessor(indexArray, bufferDecoder, pivot = undefined) { argument
213 function readMessage(indexArray, bufferDecoder, instanceCreator, pivot) { argument
231 indexArray, bufferDecoder, fieldNumber, instanceCreator, pivot) { argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPropsVectors.java379 Integer[] indexArray = new Integer[rows]; in compact() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPropsVectors.java381 Integer[] indexArray = new Integer[rows]; in compact() local
/third_party/vk-gl-cts/modules/glshared/
DglsDrawTest.cpp1830 …int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray) in render()
3259 …const char* indexArray = RandomArrayGenerator::generateIndices(seed, (int)elementCount, spec.in… in iterate() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h766 SVGA3dArray indexArray; member