Home
last modified time | relevance | path

Searched defs:matchIndex (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Ducurr.cpp1302 int32_t matchIndex = -1; in searchCurrencyName() local
1532 int32_t matchIndex = -1; in uprv_parseCurrency() local
/third_party/icu/icu4c/source/common/
Ducurr.cpp1302 int32_t matchIndex = -1; in searchCurrencyName() local
1532 int32_t matchIndex = -1; in uprv_parseCurrency() local
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp1302 int32_t matchIndex = -1; in searchCurrencyName() local
1532 int32_t matchIndex = -1; in uprv_parseCurrency() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducurr.cpp1329 int32_t matchIndex = -1; in searchCurrencyName() local
1559 int32_t matchIndex = -1; in uprv_parseCurrency() local
/third_party/lz4/lib/
Dlz4hc.c231 static int LZ4HC_protectDictEnd(U32 const dictLimit, U32 const matchIndex) in LZ4HC_protectDictEnd()
267 U32 matchIndex; in LZ4HC_InsertAndGetWiderMatch() local
Dlz4.c1022 U32 matchIndex = LZ4_getIndexOnHash(h, cctx->hashTable, tableType); in LZ4_compress_generic_validated() local
1222 U32 matchIndex = LZ4_getIndexOnHash(h, cctx->hashTable, tableType); in LZ4_compress_generic_validated() local
/third_party/icu/icu4c/source/test/cintltst/
Dreapits.c2262 static UBool U_CALLCONV FindCallback(const void* context , int64_t matchIndex) { in FindCallback()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DIBMCalendarTest.java1990 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1990 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage() local
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp4914 testProgressCallBackFn(const void *context, int64_t matchIndex) { in testProgressCallBackFn()