Home
last modified time | relevance | path

Searched defs:result (Results 7901 - 7925 of 12212) sorted by relevance

1...<<311312313314315316317318319320>>...489

/third_party/gn/src/gn/
H A Doperators.cc529 Value result = ExecuteEqualsEquals(scope, op_node, left, right, err); in ExecuteNotEquals() local
/third_party/googletest/googletest/test/
H A Dgoogletest-port-test.cc1137 std::string result; in TEST() local
1273 std::string result; in TEST() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DPatternStringParser.java267 private static void consumePattern(ParserState state, ParsedPatternInfo result) { in consumePattern() argument
284 private static void consumeSubpattern(ParserState state, ParsedSubpatternInfo result) { in consumeSubpattern() argument
296 consumePadding( ParserState state, ParsedSubpatternInfo result, PadPosition paddingLocation) consumePadding() argument
313 consumeAffix(ParserState state, ParsedSubpatternInfo result) consumeAffix() argument
383 consumeFormat(ParserState state, ParsedSubpatternInfo result) consumeFormat() argument
421 consumeIntegerFormat(ParserState state, ParsedSubpatternInfo result) consumeIntegerFormat() argument
499 consumeFractionFormat(ParserState state, ParsedSubpatternInfo result) consumeFractionFormat() argument
544 consumeExponent(ParserState state, ParsedSubpatternInfo result) consumeExponent() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java249 public void updateVisibleIDs(Map<String, Factory> result); in updateVisibleIDs() argument
313 public void updateVisibleIDs(Map<String, Factory> result) { in updateVisibleIDs() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DLSTMBreakEngine.java244 static private void addDotProductTo(final float [] a, final float[][] b, float[] result) { in addDotProductTo() argument
254 addTo(final float [] a, float[] result) addTo() argument
261 hadamardProductTo(final float [] a, float[] result) hadamardProductTo() argument
268 addHadamardProductTo(final float [] a, final float [] b, float[] result) addHadamardProductTo() argument
276 sigmoid(float [] result, int start, int length) sigmoid() argument
284 tanh(float [] result, int start, int length) tanh() argument
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A Dpflow.c363 pf_flow *result = NULL; in pf_factory() local
/third_party/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp759 UnicodeString result; in Test4118594() local
815 UnicodeString result; Test4105380() local
[all...]
H A Dplurfmts.cpp570 UnicodeString result = pf.format(i, status); in pluralFormatExtendedTest() local
630 UnicodeString result = pf.format((int32_t)321, errorCode); in ordinalFormatTest() local
[all...]
H A Dbytestrietest.cpp738 UStringTrieResult result; in checkNext() local
832 UStringTrieResult result; checkNextWithState() local
887 UStringTrieResult result; checkNextWithState64() local
[all...]
H A Dlocalematchertest.cpp102 LocaleMatcher::Result result = matcher.getBestMatchResult("fr", errorCode); in testEmpty() local
231 LocaleMatcher::Result result = matcher.getBestMatchResult(desired, errorCode); in testBasics() local
278 LocaleMatcher::Result result = matcher.getBestMatchResult("ja_JP", errorCode); testSupportedDefault() local
302 LocaleMatcher::Result result = matcher.getBestMatchResult("ja_JP", errorCode); testUnsupportedDefault() local
325 LocaleMatcher::Result result = matcher.getBestMatchResult("ja_JP", errorCode); testNoDefault() local
450 LocaleMatcher::Result result = matcher.getBestMatchResult(desired, errorCode); testResolvedLocale() local
608 LocaleMatcher::Result result = matcher.getBestMatchResult(desiredLocale, errorCode); dataDriven() local
619 LocaleMatcher::Result result = matcher.getBestMatchResult(desiredIter, errorCode); dataDriven() local
[all...]
H A Ddtfmtrtts.cpp100 UnicodeString result[2]; in TestCentury() local
[all...]
H A Dnormconf.cpp314 UBool pass = true, result; in checkConformance() local
528 iterativeNorm(const UnicodeString& str, UNormalizationMode mode, int32_t options, UnicodeString& result, int8_t dir) iterativeNorm() argument
H A Drestest.cpp78 char* result = buf; in itoa() local
H A Dtscoll.cpp128 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) in doTestVariant() argument
241 doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) doTest() argument
246 doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) doTest() argument
341 appendCompareResult(Collator::EComparisonResult result, UnicodeString& target) appendCompareResult() argument
[all...]
H A Dtufmtts.cpp93 UBool result = left.getNumber().getDouble(status) == right.getNumber().getDouble(status); in tmaEqual() local
144 Formattable result; in testBasic() local
508 Formattable result; in test10219Plurals() local
523 UnicodeString result; in TestBritishShortHourFallback() local
[all...]
/third_party/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.cpp312 char *result = LE_NEW_ARRAY(char, length + 2); in getNameString() local
345 LEUnicode16 *result = LE_NEW_ARRAY(LEUnicode16, length + 2); in getUnicodeNameString() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dunits_data.cpp370 void U_I18N_API getAllConversionRates(MaybeStackVector<ConversionRateInfo> &result, UErrorCode &status) { in getAllConversionRates() argument
393 CharString result; in getKeyWordValue() local
409 MaybeStackVector<UnitPreference> result; in getPreferencesFor() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c112 UChar* result; in MessageFormatTest() local
282 UChar *result; TestSampleMessageFormat() local
382 UChar *result = NULL, tzID[4], str[25]; TestNewFormatAndParseAPI() local
484 UChar *result, *tzID, *str; TestSampleFormatAndParseWithError() local
584 UChar *result, *tzID, *str; TestSampleFormatAndParse() local
683 UChar *result; TestMsgFormatSelect() local
753 UChar *result; TestMsgFormatChoice() local
884 CallFormatMessage(const char* locale, UChar* testCasePattern, int32_t patternLength, UChar* result, int32_t resultLength, UErrorCode *status, ...) CallFormatMessage() argument
900 UChar* result; TestMessageFormatWithValist() local
1000 UChar result[256]; TestJ904() local
1042 UChar result[256]; OpenMessageFormatTest() local
1121 UChar result[128] = {0}; MessageLength() local
1142 UChar result[20]; TestMessageWithUnusedArgNumber() local
[all...]
H A Dutf8tst.c227 static const UChar32 result[]={ in TestGetChar() local
305 static const UChar32 result[]={ in TestNextPrevChar() local
470 static const UChar32 result[]={ TestNulTerminated() local
1075 static const uint8_t result[][11]={ TestAppendChar() local
[all...]
/third_party/icu/icu4c/source/test/letest/
H A DPortableFontInstance.cpp304 char *result = LE_NEW_ARRAY(char, length + 2); in getNameString() local
337 LEUnicode16 *result = LE_NEW_ARRAY(LEUnicode16, length + 2); in getUnicodeNameString() local
[all...]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatICU.java75 public StringBuffer format(double number, StringBuffer result, FieldPosition fieldPosition) { in format() argument
80 public StringBuffer format(long number, StringBuffer result, FieldPosition fieldPosition) { in format() argument
/third_party/icu/icu4c/source/test/iotest/
H A Diotest.cpp181 uint64_t result = 0; in uto64() local
377 int32_t result = u_sscanf_u(input.getBuffer(), fmt.getBuffer(), &first, &second, &third); in ScanfMultipleIntegers() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp211 StringPiece result; in buildStringPiece() local
H A Dloclikelysubtags.cpp294 UStringTrieResult result = trie.next(u'*'); in XLikelySubtags() local
[all...]
H A Ducharstriebuilder.cpp162 UCharsTrieBuilder::buildUnicodeString(UStringTrieBuildOption buildOption, UnicodeString &result, in buildUnicodeString() argument

Completed in 28 milliseconds

1...<<311312313314315316317318319320>>...489