Searched refs:digitsReturnValue (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | numparse_scientific.cpp | 133 bool digitsReturnValue = fExponentMatcher.match(segment, result, exponentSign, status); in match() local 143 return digitsReturnValue; in match()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numparse_scientific.cpp | 133 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/ |
D | numparse_scientific.cpp | 133 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/ |
D | ScientificMatcher.java | 129 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/ |
D | ScientificMatcher.java | 133 boolean digitsReturnValue = exponentMatcher.match(segment, result, exponentSign); in match() 145 return digitsReturnValue; in match()
|