Home
last modified time | relevance | path

Searched defs:pLimit (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCod… in ucfpos_getIndexes()
Dcollationbuilder.cpp1558 uint32_t pLimit = in makeTailoredCEs() local
/third_party/icu/icu4c/source/i18n/
Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCod… in ucfpos_getIndexes()
Dcollationbuilder.cpp1537 uint32_t pLimit = in makeTailoredCEs() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCod… in ucfpos_getIndexes()
Dcollationbuilder.cpp1531 uint32_t pLimit = in makeTailoredCEs() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2Writable.java365 int pLimit = block+limit; in fillBlock() local
/third_party/skia/third_party/externals/icu/source/common/
Dutrie.cpp265 uint32_t *pLimit; in utrie_fillBlock() local
Dumutablecptrie.cpp487 uint32_t *pLimit = block + limit; in fillBlock() local
585 const uint32_t *pLimit = p + length; in allValuesSameAs() local
Dutrie2_builder.cpp718 uint32_t *pLimit; in fillBlock() local
/third_party/node/deps/icu-small/source/common/
Dutrie.cpp265 uint32_t *pLimit; in utrie_fillBlock() local
Dumutablecptrie.cpp487 uint32_t *pLimit = block + limit; in fillBlock() local
585 const uint32_t *pLimit = p + length; in allValuesSameAs() local
Dutrie2_builder.cpp718 uint32_t *pLimit; in fillBlock() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTrie2Writable.java367 int pLimit = block+limit; in fillBlock() local
/third_party/icu/icu4c/source/common/
Dutrie.cpp265 uint32_t *pLimit; in utrie_fillBlock() local
Dumutablecptrie.cpp487 uint32_t *pLimit = block + limit; in fillBlock() local
585 const uint32_t *pLimit = p + length; in allValuesSameAs() local
Dutrie2_builder.cpp718 uint32_t *pLimit; in fillBlock() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java524 int pLimit = pi + length; in allValuesSameAs() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java532 int pLimit = pi + length; in allValuesSameAs() local
/third_party/sqlite/src/
Dsqlite3.c18838 Expr *pLimit; /* LIMIT expression. NULL means not used. */ member