/third_party/icu/icu4c/source/i18n/ |
H A D | formattedvalue.cpp | 137 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 D | collationbuilder.cpp | 1537 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 D | formattedvalue.cpp | 137 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 D | collationbuilder.cpp | 1558 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 D | formattedvalue.cpp | 137 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 D | collationbuilder.cpp | 1531 uint32_t pLimit = in makeTailoredCEs() local 1534 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
|
/third_party/icu/icu4c/source/common/ |
H A D | utrie.cpp | 265 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 D | utrie2_builder.cpp | 718 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 D | umutablecptrie.cpp | 487 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 D | utrie.cpp | 265 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 D | utrie2_builder.cpp | 718 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 D | umutablecptrie.cpp | 487 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 D | utrie.cpp | 265 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 D | utrie2_builder.cpp | 718 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 D | umutablecptrie.cpp | 487 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 D | uformattedvalue.h | 268 * @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 D | uformattedvalue.h | 268 * @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 D | uformattedvalue.h | 270 * @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 D | Trie2Writable.java | 365 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 D | Trie2Writable.java | 367 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 D | MutableCodePointTrie.java | 532 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 D | MutableCodePointTrie.java | 524 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 D | CollationBuilder.java | 1271 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 D | CollationBuilder.java | 1275 long pLimit = in makeTailoredCEs() 1278 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 18838 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...] |