/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CalendarCache.java | 77 if (pIndex < primes.length - 1) { in rehash() 78 arraySize = primes[++pIndex]; in rehash() 116 private int pIndex = 0; field in CalendarCache 118 private int arraySize = primes[pIndex];
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CalendarCache.java | 79 if (pIndex < primes.length - 1) { in rehash() 80 arraySize = primes[++pIndex]; in rehash() 118 private int pIndex = 0; field in CalendarCache 120 private int arraySize = primes[pIndex];
|
/third_party/skia/src/pathops/ |
H A D | SkPathWriter.cpp | 223 for (int pIndex = 0; pIndex < endCount; pIndex++) { in assemble() 224 SkOpPtT* opPtT = const_cast<SkOpPtT*>(runs[pIndex]); in assemble() 245 SkOpPtT** runsPtr = const_cast<SkOpPtT**>(&runs[pIndex]); in assemble() 253 // if pIndex is even, reverse and prepend to fPartials; otherwise, append in assemble() 254 SkPath& partial = const_cast<SkPath&>(fPartials[pIndex >> 1]); in assemble() 256 if (pIndex & 1) { in assemble()
|
H A D | SkPathOpsTSect.cpp | 1051 for (int pIndex = 0; pIndex < perpRayI.used(); ++pIndex) { in is_parallel() 1052 finds += perpRayI.pt(pIndex).approximatelyEqual(thisPerp.fPts[1]); in is_parallel() 1058 for (int pIndex = 0; pIndex < perpRayI.used(); ++pIndex) { in is_parallel() 1059 finds += perpRayI.pt(pIndex).approximatelyEqual(thisPerp.fPts[0]); in is_parallel()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ValidateLimitations.cpp | 418 ParamIndex pIndex; in validateFunctionCall() local 423 pIndex.push_back(i); in validateFunctionCall() 427 if (pIndex.empty()) in validateFunctionCall() 435 for (ParamIndex::const_iterator i = pIndex.begin(); in validateFunctionCall() 436 i != pIndex.end(); ++i) { in validateFunctionCall()
|
/third_party/skia/tests/ |
H A D | PathOpsConicIntersectionTest.cpp | 51 for (int pIndex = 0; pIndex < 3; ++pIndex) { in chopCompare() 53 up.set(chopped[cIndex].fPts[pIndex]); in chopCompare() 54 SkASSERT(dChopped[cIndex].fPts[pIndex].approximatelyEqual(up)); in chopCompare()
|
/third_party/icu/icu4c/source/common/ |
H A D | locdistance.h | 114 int32_t pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion() local 115 return partitionArrays[pIndex]; in partitionsForRegion()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locdistance.h | 114 int32_t pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion() local 115 return partitionArrays[pIndex]; in partitionsForRegion()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdistance.h | 114 int32_t pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion() local 115 return partitionArrays[pIndex]; in partitionsForRegion()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationBuilder.java | 394 int pIndex = rootElements.findPrimary(p); in getSpecialResetPosition() 396 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible); in getSpecialResetPosition() 1151 int pIndex = p == 0 ? 0 : rootElements.findPrimary(p); in makeTailoredCEs() 1185 tLimit = rootElements.getTertiaryAfter(pIndex, s, t); in makeTailoredCEs() 1227 sLimit = rootElements.getSecondaryAfter(pIndex, s); in makeTailoredCEs() 1272 rootElements.getPrimaryAfter(p, pIndex, isCompressible); in makeTailoredCEs()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationBuilder.java | 398 int pIndex = rootElements.findPrimary(p); in getSpecialResetPosition() 400 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible); in getSpecialResetPosition() 1155 int pIndex = p == 0 ? 0 : rootElements.findPrimary(p); in makeTailoredCEs() 1189 tLimit = rootElements.getTertiaryAfter(pIndex, s, t); in makeTailoredCEs() 1231 sLimit = rootElements.getSecondaryAfter(pIndex, s); in makeTailoredCEs() 1276 rootElements.getPrimaryAfter(p, pIndex, isCompressible); in makeTailoredCEs()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 712 // pIndex 0: default value in regionToPartitionsIndex in build() 718 // Maps the index of each region code to a pIndex into partitionStrings. in build() 733 int pIndex = makeUniqueIndex(partitionStrings, Collections.singleton(partition)); in build() 734 // The pIndex must fit into a byte. in build() 736 assert pIndex <= 0x7f; in build() 738 regionToPartitionsIndex[LSR.indexForRegion(region)] = (byte) pIndex; in build() 767 int pIndex = makeUniqueIndex(partitionStrings, partitions); in build() 768 regionToPartitionsIndex[regionIndex] = (byte) pIndex; in build()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 712 // pIndex 0: default value in regionToPartitionsIndex in build() 718 // Maps the index of each region code to a pIndex into partitionStrings. in build() 733 int pIndex = makeUniqueIndex(partitionStrings, Collections.singleton(partition)); in build() 734 // The pIndex must fit into a byte. in build() 736 assert pIndex <= 0x7f; in build() 738 regionToPartitionsIndex[LSR.indexForRegion(region)] = (byte) pIndex; in build() 767 int pIndex = makeUniqueIndex(partitionStrings, partitions); in build() 768 regionToPartitionsIndex[regionIndex] = (byte) pIndex; in build()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleDistance.java | 532 int pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion() 533 return partitionArrays[pIndex]; in partitionsForRegion()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LocaleDistance.java | 537 int pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion() 538 return partitionArrays[pIndex]; in partitionsForRegion()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationbuilder.cpp | 605 int32_t pIndex = rootElements.findPrimary(p); in getSpecialResetPosition() local 607 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible); in getSpecialResetPosition() 1414 int32_t pIndex = p == 0 ? 0 : rootElements.findPrimary(p); in makeTailoredCEs() local 1449 tLimit = rootElements.getTertiaryAfter(pIndex, s, t); in makeTailoredCEs() 1492 sLimit = rootElements.getSecondaryAfter(pIndex, s); in makeTailoredCEs() 1538 rootElements.getPrimaryAfter(p, pIndex, isCompressible); in makeTailoredCEs()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationbuilder.cpp | 605 int32_t pIndex = rootElements.findPrimary(p); in getSpecialResetPosition() local 607 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible); in getSpecialResetPosition() 1435 int32_t pIndex = p == 0 ? 0 : rootElements.findPrimary(p); in makeTailoredCEs() local 1470 tLimit = rootElements.getTertiaryAfter(pIndex, s, t); in makeTailoredCEs() 1513 sLimit = rootElements.getSecondaryAfter(pIndex, s); in makeTailoredCEs() 1559 rootElements.getPrimaryAfter(p, pIndex, isCompressible); in makeTailoredCEs()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationbuilder.cpp | 603 int32_t pIndex = rootElements.findPrimary(p); in getSpecialResetPosition() local 605 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible); in getSpecialResetPosition() 1408 int32_t pIndex = p == 0 ? 0 : rootElements.findPrimary(p); in makeTailoredCEs() local 1443 tLimit = rootElements.getTertiaryAfter(pIndex, s, t); in makeTailoredCEs() 1486 sLimit = rootElements.getSecondaryAfter(pIndex, s); in makeTailoredCEs() 1532 rootElements.getPrimaryAfter(p, pIndex, isCompressible); in makeTailoredCEs()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 17754 Index *pIndex; /* List of SQL indexes on this table. */ member 116144 Index *pIndex; global() local 118038 Index *pIndex; global() local 118271 Index *pIndex, *pNext; global() local 121206 sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage) global() argument 121387 Index *pIndex = 0; /* The index to be created */ global() local 122031 Index *pIndex; global() local 122869 collationMatch(const char *zColl, Index *pIndex) global() argument 122890 Index *pIndex; /* An index associated with pTab */ global() local 122946 Index *pIndex; /* An index associated with pTab */ global() local 128839 Index *pIndex; global() local 137204 sqlite3IndexHasDuplicateRootPage(Index *pIndex) global() argument 137315 Index *pIndex; global() local 151451 Index *pIndex; /* Index used, or NULL */ global() member 152014 Index *pIndex = pLoop->u.btree.pIndex; global() local 159134 Index *pIndex = p->u.btree.pIndex; global() local 159735 indexMightHelpWithOrderBy( WhereLoopBuilder *pBuilder, Index *pIndex, int iCursor ) global() argument 160931 Index *pIndex; /* The index associated with pLoop */ global() local 190735 struct Fts3Index *pIndex = &p->aIndex[i]; global() local 222497 Fts5Index *pIndex; /* Full-text index */ global() member 226415 Fts5Index *pIndex; global() member 230514 Fts5Index *pIndex; /* Index that owns this iterator */ global() member 235703 Fts5Index *pIndex = pIter->pIndex; global() local 239776 Fts5Index *pIndex; global() member 240033 sqlite3Fts5StorageOpen( Fts5Config *pConfig, Fts5Index *pIndex, int bCreate, Fts5Storage **pp, char **pzErr ) global() argument 244116 Fts5Index *pIndex = pCsr->pFts5->pIndex; global() local [all...] |
/third_party/openSLES/api/1.1/ |
H A D | OpenSLES.h | 2513 SLuint32 *pIndex, 2557 SLuint32 *pIndex, 2898 SLuint32 *pIndex, 2904 SLuint32 *pIndex,
|
/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES.h | 2317 SLuint32 *pIndex, 2361 SLuint32 *pIndex, 2702 SLuint32 *pIndex, 2708 SLuint32 *pIndex,
|
/third_party/openSLES/api/1.0/ |
H A D | OpenSLES.h | 2311 SLuint32 *pIndex, 2355 SLuint32 *pIndex, 2696 SLuint32 *pIndex, 2702 SLuint32 *pIndex,
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | reflection.cpp | 1079 int pSize, int pIndex) in TObjectReflection() 1080 : name(pName), offset(pOffset), glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIndex(-1), in TObjectReflection() 1078 TObjectReflection(const std::string &pName, const TType &pType, int pOffset, int pGLDefineType, int pSize, int pIndex) TObjectReflection() argument
|
/third_party/glslang/glslang/Public/ |
H A D | ShaderLang.h | 739 GLSLANG_EXPORT TObjectReflection(const std::string& pName, const TType& pType, int pOffset, int pGLDefineType, int pSize, int pIndex);
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |