Home
last modified time | relevance | path

Searched defs:matchLength (Results 1 – 25 of 43) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTimeZoneGenericNames.java608 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()
DTextTrieMap.java34 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()
DTZDBTimeZoneNames.java252 public boolean handlePrefixMatch(int matchLength, Iterator<TZDBNameInfo> values) { in handlePrefixMatch()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java603 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()
DTextTrieMap.java29 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()
DTZDBTimeZoneNames.java250 public boolean handlePrefixMatch(int matchLength, Iterator<TZDBNameInfo> values) { in handlePrefixMatch()
/third_party/node/deps/icu-small/source/i18n/
Dtznames.cpp375 int32_t matchLength; member
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone()
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
Dtzgnames.cpp120 int32_t matchLength; member
218 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
/third_party/icu/icu4c/source/i18n/
Dtznames.cpp375 int32_t matchLength; member
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone()
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
Dtzgnames.cpp120 int32_t matchLength; member
218 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp375 int32_t matchLength; member
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone()
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
Dtzgnames.cpp120 int32_t matchLength; member
218 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp375 int32_t matchLength; member
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone()
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
Dtzgnames.cpp117 int32_t matchLength; member
215 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status)… in handleMatch()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java373 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo()
432 public int matchLength() { in matchLength() method in TimeZoneNames.MatchInfo
DSimpleDateFormat.java2963 int matchLength = 0; in matchString() local
3046 int matchLength = 0; in matchQuarterString() local
3074 int matchLength = 0; in matchDayPeriodString() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTimeZoneNames.java345 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo()
404 public int matchLength() { in matchLength() method in TimeZoneNames.MatchInfo
DSearchIterator.java77 protected int matchLength; field in SearchIterator
DSimpleDateFormat.java2943 int matchLength = 0; in matchString() local
3025 int matchLength = 0; in matchQuarterString() local
3053 int matchLength = 0; in matchDayPeriodString() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DSearchIterator.java80 protected int matchLength; field in SearchIterator
/third_party/icu/icu4c/source/common/
Ducnv_ext.cpp132 int32_t i, j, idx, length, matchLength; in ucnv_extMatchToU() local
544 int32_t i, j, idx, length, matchLength; in ucnv_extMatchFromU() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_ext.cpp132 int32_t i, j, idx, length, matchLength; in ucnv_extMatchToU() local
544 int32_t i, j, idx, length, matchLength; in ucnv_extMatchFromU() local
/third_party/node/deps/icu-small/source/common/
Ducnv_ext.cpp132 int32_t i, j, idx, length, matchLength; in ucnv_extMatchToU() local
544 int32_t i, j, idx, length, matchLength; in ucnv_extMatchFromU() local
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_ext.cpp132 int32_t i, j, idx, length, matchLength; in ucnv_extMatchToU() local
544 int32_t i, j, idx, length, matchLength; in ucnv_extMatchFromU() local
/third_party/lz4/lib/
Dlz4hc.c275 int matchLength=0; in LZ4HC_InsertAndGetWiderMatch() local
467 int matchLength, in LZ4HC_encodeSequence()
1303 …int matchLength = LZ4HC_InsertAndGetWiderMatch(ctx, ip, ip, iHighLimit, minLen, &matchPtr, &ip, nb… in LZ4HC_FindLongerMatch() local

12