Searched defs:matchLength (Results 1 - 25 of 37) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTZDBTimeZoneNames.java238 public boolean handlePrefixMatch(int matchLength, Iterator<TZDBNameInfo> values) { argument
305 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength);
H A DTextTrieMap.java188 * @param matchLength Matched key's length
192 public boolean handlePrefixMatch(int matchLength, Iterator<V> values); argument
199 public boolean handlePrefixMatch(int matchLength, Iterator<V> values) { argument
200 if (matchLength > length) {
201 length = matchLength;
H A DTimeZoneGenericNames.java601 int matchLength; field in class:TimeZoneGenericNames.GenericMatchInfo
616 public int matchLength() { method in class:TimeZoneGenericNames.GenericMatchInfo
617 return matchLength;
637 public boolean handlePrefixMatch(int matchLength, Iterator<NameInfo> values) { argument
646 matchInfo.matchLength = matchLength;
652 if (matchLength > _maxMatchLen) {
653 _maxMatchLen = matchLength;
703 if (longestMatch == null || match.matchLength() > longestMatch.matchLength()) {
[all...]
H A DTimeZoneNamesImpl.java525 public boolean handlePrefixMatch(int matchLength, Iterator<NameInfo> values) { argument
533 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength);
536 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength);
542 if (matchLength > _maxMatchLen) {
543 _maxMatchLen = matchLength;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSearchIterator.java75 protected int matchLength; field in class:SearchIterator
124 return SearchIterator.this.matchLength;
128 SearchIterator.this.matchLength = matchedLength;
H A DTimeZoneNames.java335 * @param matchLength the match length.
338 * or 3) <code>matchLength</code> is 0 or smaller.
342 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { argument
349 if (matchLength <= 0) {
350 throw new IllegalArgumentException("matchLength must be positive value");
355 _matchLength = matchLength;
401 public int matchLength() { method in class:TimeZoneNames.MatchInfo
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DSearchIterator.java78 protected int matchLength; field in class:SearchIterator
127 return SearchIterator.this.matchLength;
131 SearchIterator.this.matchLength = matchedLength;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTZDBTimeZoneNames.java236 public boolean handlePrefixMatch(int matchLength, Iterator<TZDBNameInfo> values) { argument
303 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength);
H A DTextTrieMap.java186 * @param matchLength Matched key's length
190 public boolean handlePrefixMatch(int matchLength, Iterator<V> values); argument
197 public boolean handlePrefixMatch(int matchLength, Iterator<V> values) { argument
198 if (matchLength > length) {
199 length = matchLength;
H A DTimeZoneGenericNames.java599 int matchLength; field in class:TimeZoneGenericNames.GenericMatchInfo
614 public int matchLength() { method in class:TimeZoneGenericNames.GenericMatchInfo
615 return matchLength;
635 public boolean handlePrefixMatch(int matchLength, Iterator<NameInfo> values) { argument
644 matchInfo.matchLength = matchLength;
650 if (matchLength > _maxMatchLen) {
651 _maxMatchLen = matchLength;
701 if (longestMatch == null || match.matchLength() > longestMatch.matchLength()) {
[all...]
H A DTimeZoneNamesImpl.java523 public boolean handlePrefixMatch(int matchLength, Iterator<NameInfo> values) { argument
531 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength);
534 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength);
540 if (matchLength > _maxMatchLen) {
541 _maxMatchLen = matchLength;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java366 * @param matchLength the match length.
369 * or 3) <code>matchLength</code> is 0 or smaller.
374 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { argument
381 if (matchLength <= 0) {
382 throw new IllegalArgumentException("matchLength must be positive value");
387 _matchLength = matchLength;
437 public int matchLength() { method in class:TimeZoneNames.MatchInfo
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp337 int32_t matchLength; member in struct:MatchInfo
340 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) { argument
342 this->matchLength = matchLength;
374 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, argument
379 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
391 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, argument
396 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
428 return match->matchLength;
H A Dtzgnames.cpp114 int32_t matchLength; member in struct:GMatchInfo
168 return minfo->matchLength;
192 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
212 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) { argument
239 gmatch->matchLength = matchLength;
245 if (matchLength > fMaxMatchLen) {
246 fMaxMatchLen = matchLength;
H A Dtznames_impl.cpp790 int32_t matchLength; member in struct:ZMatchInfo
803 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
823 ZNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) { argument
845 fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status);
848 fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status);
850 if (U_SUCCESS(status) && matchLength > fMaxMatchLen) {
851 fMaxMatchLen = matchLength;
1616 UBool handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status);
1637 TZDBNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) { argument
1721 fResults->addMetaZone(ntype, matchLength, UnicodeStrin
[all...]
H A Dsmpdtfmt.cpp2352 int32_t matchLength = 0; local
2353 if ((matchLength = matchStringWithOptionalDot(text, start, data[i])) > bestMatchLength) {
2354 bestMatchLength = matchLength;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrency.java717 // As the trie is traversed, handlePrefixMatch is called at each node. matchLength is the
719 // that key. matchLength increases with each call as trie is traversed.
720 public boolean handlePrefixMatch(int matchLength, Iterator<CurrencyStringInfo> values) { argument
725 bestMatchLength = matchLength;
/external/icu/icu4c/source/common/
H A Ducnv_ext.cpp118 * - the returned matchLength is not offset by 2
129 int32_t i, j, idx, length, matchLength; local
141 i=j=matchLength=0;
175 matchLength=i+j;
214 matchLength=i+j;
223 if(matchLength==0) {
230 return matchLength;
524 * the matchLength is 2 if only firstCP matched, and >2 if firstCP and
541 int32_t i, j, idx, length, matchLength; local
579 i=j=matchLength
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java743 // As the trie is traversed, handlePrefixMatch is called at each node. matchLength is the
745 // that key. matchLength increases with each call as trie is traversed.
746 public boolean handlePrefixMatch(int matchLength, Iterator<CurrencyStringInfo> values) { argument
751 bestMatchLength = matchLength;
/external/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c2929 int32_t matchLength = 0; local
2978 matchLength = usearch_getMatchedLength(usearch);
2980 if (matchLength != expectedMatchLength) {
2981 log_err("Error: matchLength=%d, expected=%d\n", matchLength, expectedMatchLength);
/external/lz4/lib/
H A Dlz4hc.c290 int matchLength,
299 if (debug) printf("literal : %u -- match : %u -- offset : %u\n", (U32)(*ip - *anchor), (U32)matchLength, (U32)(*ip-match));
317 length = (int)(matchLength-MINMATCH);
323 *ip += matchLength;
286 LZ4HC_encodeSequence( const BYTE** ip, BYTE** op, const BYTE** anchor, int matchLength, const BYTE* const match, limitedOutput_directive limitedOutputBuffer, BYTE* oend) argument
H A Dlz4.c624 unsigned matchLength; local
632 matchLength = LZ4_count(ip+MINMATCH, match+MINMATCH, limit);
633 ip += MINMATCH + matchLength;
637 matchLength += more;
643 matchLength = LZ4_count(ip+MINMATCH, match+MINMATCH, matchlimit);
644 ip += MINMATCH + matchLength;
647 if ((outputLimited) && (unlikely(op + (1 + LASTLITERALS) + (matchLength>>8) > olimit)))
649 if (matchLength>=ML_MASK)
652 matchLength -= ML_MASK;
653 for (; matchLength >
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 550 milliseconds

12