/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/ |
H A D | LZ77Compressor.java | 425 int matchLength = 0; in compress() local 483 int matchLength = longestMatch(hashHead); in longestMatchForNextPosition() local 499 private void insertStringsInMatch(int matchLength) { in insertStringsInMatch() 516 private void flushBackReference(int matchLength) throws IOException { in flushBackReference()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | TimeZoneGenericNames.java | 608 final int matchLength; field in TimeZoneGenericNames.GenericMatchInfo 611 private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength) { in GenericMatchInfo() 615 …private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength, TimeType timeType… in GenericMatchInfo() 634 public int matchLength() { in matchLength() method in TimeZoneGenericNames.GenericMatchInfo 656 public boolean handlePrefixMatch(int matchLength, Iterator<NameInfo> values) { in handlePrefixMatch()
|
H A D | TextTrieMap.java | 34 public int matchLength; field in TextTrieMap.Output 218 public boolean handlePrefixMatch(int matchLength, Iterator<V> values); in handlePrefixMatch() 226 public boolean handlePrefixMatch(int matchLength, Iterator<V> values) { in handlePrefixMatch()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | TimeZoneGenericNames.java | 603 final int matchLength; field in TimeZoneGenericNames.GenericMatchInfo 606 private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength) { in GenericMatchInfo() 610 …private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength, TimeType timeType… in GenericMatchInfo() 629 public int matchLength() { in matchLength() method in TimeZoneGenericNames.GenericMatchInfo 651 public boolean handlePrefixMatch(int matchLength, Iterator<NameInfo> values) { in handlePrefixMatch()
|
H A D | TextTrieMap.java | 29 public int matchLength; field in TextTrieMap.Output 209 public boolean handlePrefixMatch(int matchLength, Iterator<V> values); in handlePrefixMatch() 217 public boolean handlePrefixMatch(int matchLength, Iterator<V> values) { in handlePrefixMatch()
|
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/text/ |
H A D | ExtendedTimeZoneNames.java | 65 private final int matchLength; field in ExtendedTimeZoneNames.Match 69 private Match(int matchLength, @NonNull String tzId, boolean isDst) { in Match()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | tznames.cpp | 375 int32_t matchLength; member 412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone() 426 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | tznames.cpp | 373 int32_t matchLength; member 408 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone() 422 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
|
/aosp_15_r20/external/zstd/contrib/match_finders/ |
H A D | zstd_edist.c | 52 U32 matchLength; member 453 U32 const matchLength = match.matchLength; in ZSTD_eDist_convertMatchesToSequences() local 517 U32 const matchLength = match.matchLength; in ZSTD_eDist_validateMatches() local
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_opt.c | 325 U32 const matchLength, in ZSTD_getMatchPrice() 358 U32 offBase, U32 matchLength) in ZSTD_updateStats() 491 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1() local 727 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local 784 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local
|
H A D | zstd_ldm.c | 200 size_t matchLength = 0; in ZSTD_ldm_countBackwardsMatch() local 219 size_t matchLength = ZSTD_ldm_countBackwardsMatch(pIn, pAnchor, pMatch, pMatchBase); in ZSTD_ldm_countBackwardsMatch_2segments() local
|
H A D | zstd_lazy.c | 108 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertDUBT1() local 201 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBetterDictMatch() local 326 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch() local 1581 size_t matchLength=0; in ZSTD_compressBlock_lazy_generic() local 1979 size_t matchLength=0; in ZSTD_compressBlock_lazy_extDict_generic() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | TimeZoneNames.java | 345 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() 404 public int matchLength() { in matchLength() method in TimeZoneNames.MatchInfo
|
H A D | SimpleDateFormat.java | 2586 int matchLength = 0; in matchAlphaMonthStrings() local 2599 int matchLength = 0; in matchAlphaMonthStrings() local 2674 int matchLength = 0; in matchString() local 2756 int matchLength = 0; in matchQuarterString() local 2784 int matchLength = 0; in matchDayPeriodString() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | TimeZoneNames.java | 373 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() 432 public int matchLength() { in matchLength() method in TimeZoneNames.MatchInfo
|
H A D | SimpleDateFormat.java | 2601 int matchLength = 0; in matchAlphaMonthStrings() local 2614 int matchLength = 0; in matchAlphaMonthStrings() local 2690 int matchLength = 0; in matchString() local 2773 int matchLength = 0; in matchQuarterString() local 2801 int matchLength = 0; in matchDayPeriodString() local
|
/aosp_15_r20/external/zstd/tests/fuzz/ |
H A D | sequence_compression_api.c | 104 { size_t matchLength = generatedSequences[i].matchLength; in decodeSequences() local 164 uint32_t matchLength; in generateRandomSequences() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ucnv_ext.cpp | 132 int32_t i, j, idx, length, matchLength; in ucnv_extMatchToU() local 544 int32_t i, j, idx, length, matchLength; in ucnv_extMatchFromU() local
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ucnv_ext.cpp | 132 int32_t i, j, idx, length, matchLength; in ucnv_extMatchToU() local 544 int32_t i, j, idx, length, matchLength; in ucnv_extMatchFromU() local
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | SearchIterator.java | 437 protected int matchLength; field in SearchIterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/ |
H A D | SearchIterator.java | 437 protected int matchLength; field in SearchIterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/ |
H A D | SearchIterator.java | 437 protected int matchLength; field in SearchIterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | SearchIterator.java | 437 protected int matchLength; field in SearchIterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/ |
H A D | SearchIterator.java | 437 protected int matchLength; field in SearchIterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | SearchIterator.java | 437 protected int matchLength; field in SearchIterator
|