/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | UnicodeMap.java | 281 int baseIndex; in _put() local 284 baseIndex = lastIndex; in _put() 286 baseIndex = _findIndex(codepoint); in _put() 288 int limitIndex = baseIndex + 1; in _put() 290 if (areEqual(values[baseIndex], value)) return this; in _put() 294 if (errorOnReset && values[baseIndex] != null) { in _put() 296 + " when that is disallowed. Old: " + values[baseIndex] + "; New: " + value); in _put() 303 int baseCP = transitions[baseIndex]; in _put() 312 baseIndex != 0 && areEqual(value, values[baseIndex-1]); in _put() 317 baseIndex < length - 2 && areEqual(value, values[limitIndex]); // was -1 in _put() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | UnicodeMap.java | 282 int baseIndex; in _put() local 285 baseIndex = lastIndex; in _put() 287 baseIndex = _findIndex(codepoint); in _put() 289 int limitIndex = baseIndex + 1; in _put() 291 if (areEqual(values[baseIndex], value)) return this; in _put() 295 if (errorOnReset && values[baseIndex] != null) { in _put() 297 + " when that is disallowed. Old: " + values[baseIndex] + "; New: " + value); in _put() 304 int baseCP = transitions[baseIndex]; in _put() 313 baseIndex != 0 && areEqual(value, values[baseIndex-1]); in _put() 318 baseIndex < length - 2 && areEqual(value, values[limitIndex]); // was -1 in _put() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | TailoredSet.java | 105 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local 106 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare() 107 comparePrefixes(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2); in compare() 112 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local 113 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare() 114 addPrefixes(baseData, c, baseData.contexts, baseIndex + 2); in compare() 125 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local 129 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare() 131 … compareContractions(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2); in compare() 136 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local [all …]
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | TailoredSet.java | 103 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local 104 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare() 105 comparePrefixes(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2); in compare() 110 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local 111 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare() 112 addPrefixes(baseData, c, baseData.contexts, baseIndex + 2); in compare() 123 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local 127 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare() 129 … compareContractions(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2); in compare() 134 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local [all …]
|
/external/skia/src/gpu/ |
D | GrMesh.h | 37 void setIndexed(const GrBuffer* indexBuffer, int indexCount, int baseIndex, 57 int baseIndex, uint16_t minIndexValue, 68 int baseIndex, const GrBuffer* vertexBuffer, 138 inline void GrMesh::setIndexed(const GrBuffer* indexBuffer, int indexCount, int baseIndex, in setIndexed() argument 142 SkASSERT(baseIndex >= 0); in setIndexed() 148 fNonPatternIndexData.fBaseIndex = baseIndex; in setIndexed()
|
/external/proguard/src/proguard/obfuscate/ |
D | SimpleNameFactory.java | 112 int baseIndex = index / totalCharacterCount; in newName() local 117 String newName = baseIndex == 0 ? in newName() 119 (name(baseIndex-1) + newChar); in newName()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 75 const GrBuffer* indexBuffer, int indexCount, int baseIndex, in sendIndexedMeshToGpu() argument 78 this->sendIndexedInstancedMeshToGpu(primProc, primType, indexBuffer, indexCount, baseIndex, in sendIndexedMeshToGpu() 88 const GrBuffer* indexBuffer, int indexCount, int baseIndex,
|
D | GrVkGpuCommandBuffer.cpp | 637 int baseIndex, in sendIndexedInstancedMeshToGpu() argument 646 baseIndex, baseVertex, baseInstance); in sendIndexedInstancedMeshToGpu()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 503 SlotIndex baseIndex = MIIdx; in handlePhysicalRegisterDef() local 504 SlotIndex start = baseIndex.getDefIndex(); in handlePhysicalRegisterDef() 524 baseIndex = baseIndex.getNextIndex(); in handlePhysicalRegisterDef() 529 if (getInstructionFromIndex(baseIndex) == 0) in handlePhysicalRegisterDef() 530 baseIndex = indexes_->getNextNonNullIndex(baseIndex); in handlePhysicalRegisterDef() 534 end = baseIndex.getDefIndex(); in handlePhysicalRegisterDef() 541 end = baseIndex.getDefIndex(); in handlePhysicalRegisterDef() 554 baseIndex = baseIndex.getNextIndex(); in handlePhysicalRegisterDef() 613 SlotIndex baseIndex = MIIdx; in handleLiveInRegister() local 614 SlotIndex start = baseIndex; in handleLiveInRegister() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 114 const GrBuffer* indexBuffer, int indexCount, int baseIndex, 124 const GrBuffer* indexBuffer, int indexCount, int baseIndex,
|
D | GrGLGpu.cpp | 2589 int indexCount, int baseIndex, uint16_t minIndexValue, in sendIndexedMeshToGpu() argument 2594 sizeof(uint16_t) * baseIndex); in sendIndexedMeshToGpu() 2621 int baseIndex, const GrBuffer* vertexBuffer, in sendIndexedInstancedMeshToGpu() argument 2626 sizeof(uint16_t) * baseIndex); in sendIndexedInstancedMeshToGpu()
|
/external/skia/src/pathops/ |
D | SkPathOpsTSect.h | 676 int baseIndex = *start ? 0 : TCurve::kPointLast; in onlyEndPointsInCommon() local 677 fPart.otherPts(baseIndex, otherPts); in onlyEndPointsInCommon() 679 const SkDPoint& base = fPart[baseIndex]; in onlyEndPointsInCommon()
|