Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/flutter/skia/third_party/externals/icu/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 …]
/third_party/node/deps/icu-small/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 …]
/third_party/skia/third_party/externals/icu/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 …]
/third_party/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 …]
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js1167 let matchValue = TRANSFORM_REGEXP.exec(v)
1168 if (!matchValue) {
1171 values.push(v.slice(matchValue.index, TRANSFORM_REGEXP.lastIndex))