Home
last modified time | relevance | path

Searched refs:matchValue (Results 1 – 7 of 7) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DSimpleDictionary.java95 matchValue = null; in setOffset()
116 matchValue = null; in next()
138 matchValue = data.get(firstMatch); in next()
160 matchValue = null; in next()
166 matchValue = data.get(firstMatch); in next()
DDictionary.java128 protected T matchValue; field in Dictionary.Matcher
210 return matchValue; in getMatchValue()
327 matchValue = lastValue; in next()
429 … return "{offset: " + offset + ", end: " + matchEnd + ", value: " + matchValue + ", text: \"" in toString()
DStateDictionary.java301 matchValue = null; in setOffset()
319 matchValue = null; in next()
353 matchValue = builtResults.get(matchIntValue); in next()
367 matchValue = null; in next()
375 matchValue = builtResults.get(matchIntValue); in next()
415 matchValue = builtResults.get(partialMatchValue); in nextUniquePartial()
DTestStateDictionaryBuilder.java372 T matchValue = null; in checkSimpleMatches() local
378 matchValue = matcher.getMatchValue(); in checkSimpleMatches()
384 assert matchValue == data.get(myText); in checkSimpleMatches()
DLenientDateParser.java219 final Token matchValue = matcher.getMatchValue(); in parse() local
221 if (matchValue.getType() == Type.MONTH) { in parse()
224 if (!addToken(matchValue)) { in parse()
/external/icu/icu4c/source/common/
Ducnv_ext.cpp131 uint32_t value, matchValue; in ucnv_extMatchToU() local
143 matchValue=0; in ucnv_extMatchToU()
177 matchValue=value; in ucnv_extMatchToU()
216 matchValue=value; in ucnv_extMatchToU()
232 *pMatchValue=UCNV_EXT_TO_U_MASK_ROUNDTRIP(matchValue); in ucnv_extMatchToU()
543 uint32_t value, matchValue; in ucnv_extMatchFromU() local
581 matchValue=0; in ucnv_extMatchFromU()
597 matchValue=value; in ucnv_extMatchFromU()
634 matchValue=value; in ucnv_extMatchFromU()
651 matchValue=value; in ucnv_extMatchFromU()
[all …]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1718 int value, matchValue, srcLength = 0; in matchToU() local
1730 matchValue = 0; in matchToU()
1766 matchValue = value; in matchToU()
1801 matchValue = value; in matchToU()
1817 pMatchValue[0] = TO_U_MASK_ROUNDTRIP(matchValue); in matchToU()
3634 int value, matchValue; in matchFromU() local
3666 matchValue = 0; in matchFromU()
3686 matchValue = value; in matchFromU()
3722 matchValue = value; in matchFromU()
3739 matchValue = value; in matchFromU()
[all …]