Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_ext.cpp130 uint32_t value, matchValue; in ucnv_extMatchToU() local
142 matchValue=0; in ucnv_extMatchToU()
176 matchValue=value; in ucnv_extMatchToU()
215 matchValue=value; in ucnv_extMatchToU()
231 *pMatchValue=UCNV_EXT_TO_U_MASK_ROUNDTRIP(matchValue); in ucnv_extMatchToU()
542 uint32_t value, matchValue; in ucnv_extMatchFromU() local
580 matchValue=0; in ucnv_extMatchFromU()
596 matchValue=value; in ucnv_extMatchFromU()
633 matchValue=value; in ucnv_extMatchFromU()
650 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 …]