Home
last modified time | relevance | path

Searched refs:pLimit (Results 1 - 25 of 26) sorted by relevance

12

/third_party/icu/icu4c/source/i18n/
H A Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCode* ec) { in ucfpos_getIndexes() argument
143 *pLimit = impl->fImpl.getLimit(); in ucfpos_getIndexes()
H A Dcollationbuilder.cpp1537 uint32_t pLimit = in makeTailoredCEs() local
1540 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
/third_party/node/deps/icu-small/source/i18n/
H A Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCode* ec) { in ucfpos_getIndexes() argument
143 *pLimit = impl->fImpl.getLimit(); in ucfpos_getIndexes()
H A Dcollationbuilder.cpp1558 uint32_t pLimit = in makeTailoredCEs() local
1561 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCode* ec) { in ucfpos_getIndexes() argument
143 *pLimit = impl->fImpl.getLimit(); in ucfpos_getIndexes()
H A Dcollationbuilder.cpp1531 uint32_t pLimit = in makeTailoredCEs() local
1534 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
/third_party/icu/icu4c/source/common/
H A Dutrie.cpp265 uint32_t *pLimit; in utrie_fillBlock() local
267 pLimit=block+limit; in utrie_fillBlock()
270 while(block<pLimit) { in utrie_fillBlock()
274 while(block<pLimit) { in utrie_fillBlock()
H A Dutrie2_builder.cpp718 uint32_t *pLimit; in fillBlock() local
720 pLimit=block+limit; in fillBlock()
723 while(block<pLimit) { in fillBlock()
727 while(block<pLimit) { in fillBlock()
H A Dumutablecptrie.cpp487 uint32_t *pLimit = block + limit; in fillBlock() local
489 while (block < pLimit) { in fillBlock()
585 const uint32_t *pLimit = p + length; in allValuesSameAs() local
586 while (p < pLimit && *p == value) { ++p; } in allValuesSameAs()
587 return p == pLimit; in allValuesSameAs()
/third_party/node/deps/icu-small/source/common/
H A Dutrie.cpp265 uint32_t *pLimit; in utrie_fillBlock() local
267 pLimit=block+limit; in utrie_fillBlock()
270 while(block<pLimit) { in utrie_fillBlock()
274 while(block<pLimit) { in utrie_fillBlock()
H A Dutrie2_builder.cpp718 uint32_t *pLimit; in fillBlock() local
720 pLimit=block+limit; in fillBlock()
723 while(block<pLimit) { in fillBlock()
727 while(block<pLimit) { in fillBlock()
H A Dumutablecptrie.cpp487 uint32_t *pLimit = block + limit; in fillBlock() local
489 while (block < pLimit) { in fillBlock()
585 const uint32_t *pLimit = p + length; in allValuesSameAs() local
586 while (p < pLimit && *p == value) { ++p; } in allValuesSameAs()
587 return p == pLimit; in allValuesSameAs()
/third_party/skia/third_party/externals/icu/source/common/
H A Dutrie.cpp265 uint32_t *pLimit; in utrie_fillBlock() local
267 pLimit=block+limit; in utrie_fillBlock()
270 while(block<pLimit) { in utrie_fillBlock()
274 while(block<pLimit) { in utrie_fillBlock()
H A Dutrie2_builder.cpp718 uint32_t *pLimit; in fillBlock() local
720 pLimit=block+limit; in fillBlock()
723 while(block<pLimit) { in fillBlock()
727 while(block<pLimit) { in fillBlock()
H A Dumutablecptrie.cpp487 uint32_t *pLimit = block + limit; in fillBlock() local
489 while (block < pLimit) { in fillBlock()
585 const uint32_t *pLimit = p + length; in allValuesSameAs() local
586 while (p < pLimit && *p == value) { ++p; } in allValuesSameAs()
587 return p == pLimit; in allValuesSameAs()
/third_party/icu/icu4c/source/i18n/unicode/
H A Duformattedvalue.h268 * @param pLimit Set to the end index saved in the instance. Ignored if nullptr.
276 int32_t* pLimit,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Duformattedvalue.h268 * @param pLimit Set to the end index saved in the instance. Ignored if nullptr.
276 int32_t* pLimit,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Duformattedvalue.h270 * @param pLimit Set to the end index saved in the instance. Ignored if nullptr.
278 int32_t* pLimit,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2Writable.java365 int pLimit = block+limit; in fillBlock()
367 for (i=block+start; i<pLimit; i++) { in fillBlock()
371 for (i=block+start; i<pLimit; i++) { in fillBlock()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrie2Writable.java367 int pLimit = block+limit; in fillBlock()
369 for (i=block+start; i<pLimit; i++) { in fillBlock()
373 for (i=block+start; i<pLimit; i++) { in fillBlock()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java532 int pLimit = pi + length; in allValuesSameAs()
533 while (pi < pLimit && p[pi] == value) { ++pi; } in allValuesSameAs()
534 return pi == pLimit; in allValuesSameAs()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java524 int pLimit = pi + length; in allValuesSameAs()
525 while (pi < pLimit && p[pi] == value) { ++pi; } in allValuesSameAs()
526 return pi == pLimit; in allValuesSameAs()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java1271 long pLimit = in makeTailoredCEs()
1274 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationBuilder.java1275 long pLimit = in makeTailoredCEs()
1278 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
/third_party/sqlite/src/
H A Dsqlite3.c18838 Expr *pLimit; /* LIMIT expression. NULL means not used. */ member
32338 sqlite3TreeViewDelete( const With *pWith, const SrcList *pTabList, const Expr *pWhere, const ExprList *pOrderBy, const Expr *pLimit, const Trigger *pTrigger ) sqlite3TreeViewDelete() argument
32464 sqlite3TreeViewUpdate( const With *pWith, const SrcList *pTabList, const ExprList *pChanges, const Expr *pWhere, int onError, const ExprList *pOrderBy, const Expr *pLimit, const Upsert *pUpsert, const Trigger *pTrigger ) sqlite3TreeViewUpdate() argument
109070 Expr *pLimit; /* New limit expression */ global() local
123835 sqlite3MaterializeView( Parse *pParse, Table *pView, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, int iCur ) global() argument
123874 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, char *zStmtType ) global() argument
140659 Expr *pLimit = p->pLimit; global() local
140824 Expr *pLimit; /* Saved LIMIT and OFFSET */ global() local
141170 Expr *pLimit; /* Saved values of p->nLimit */ global() local
141260 Expr *pLimit; global() local
142704 Expr *pLimit = p->pLimit; global() local
148124 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError, ExprList *pOrderBy, Expr *pLimit, Upsert *pUpsert ) global() argument
[all...]

Completed in 161 milliseconds

12