Home
last modified time | relevance | path

Searched refs:digitsReturnValue (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dnumparse_scientific.cpp133 bool digitsReturnValue = fExponentMatcher.match(segment, result, exponentSign, status); in match() local
143 return digitsReturnValue; in match()
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_scientific.cpp133 bool digitsReturnValue = fExponentMatcher.match(segment, result, exponentSign, status); in match() local
143 return digitsReturnValue; in match()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_scientific.cpp133 bool digitsReturnValue = fExponentMatcher.match(segment, result, exponentSign, status); in match() local
143 return digitsReturnValue; in match()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DScientificMatcher.java129 boolean digitsReturnValue = exponentMatcher.match(segment, result, exponentSign); in match()
141 return digitsReturnValue; in match()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DScientificMatcher.java133 boolean digitsReturnValue = exponentMatcher.match(segment, result, exponentSign); in match()
145 return digitsReturnValue; in match()