Home
last modified time | relevance | path

Searched defs:result (Results 10501 - 10525 of 14910) sorted by relevance

1...<<421422423424425426427428429430>>...597

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_skeletons.cpp135 UnicodeString result; in initNumberSkeletons() local
998 UStringTrieResult result = tempStemTrie.next( in parseExponentSignOption() local
H A Dnumparse_affixes.cpp165 auto* result = fCodePoints.create(cp); in nextCodePointMatcher() local
176 bool CodePointMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match() argument
365 bool AffixMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() argument
[all...]
H A Dplurfmt.cpp225 UnicodeString result; in format() local
232 UnicodeString result; in format() local
506 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formattable& result, FieldPosition& pos) const { in parseType() argument
H A Dregion.cpp194 int32_t result = ICU_Utility::parseAsciiInteger(r->idStr, pos); in loadRegionData() local
231 int32_t result = ICU_Utility::parseAsciiInteger(aliasFromRegion->idStr, pos); in loadRegionData() local
279 int32_t result = ICU_Utility::parseAsciiInteger(codeMappingNumber, pos); in loadRegionData() local
612 UVector *result = new UVector(NULL, uhash_compareChars, status); in getContainedRegions() local
[all...]
H A Dreldtfmt.cpp367 RelativeDateFormat::toPattern(UnicodeString& result, UErrorCode& status) const in toPattern() argument
383 RelativeDateFormat::toPatternDate(UnicodeString& result, UErrorCode& status) const in toPatternDate() argument
393 toPatternTime(UnicodeString& result, UErrorCode& status) const toPatternTime() argument
[all...]
H A Ducol_res.cpp511 UCollator *result = NULL; in ucol_open() local
585 UEnumeration *result = NULL; in ucol_getKeywords() local
523 ucol_getDisplayName( const char *objLoc, const char *dispLoc, UChar *result, int32_t resultLength, UErrorCode *status) ucol_getDisplayName() argument
691 ucol_getFunctionalEquivalent(char* result, int32_t resultCapacity, const char* keyword, const char* locale, UBool* isAvailable, UErrorCode* status) ucol_getFunctionalEquivalent() argument
[all...]
H A Dumsg.cpp61 u_formatMessage(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UErrorCode *status, ...) u_formatMessage() argument
83 u_vformatMessage( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, va_list ap, UErrorCode *status) u_vformatMessage() argument
100 u_formatMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, UErrorCode *status, ...) u_formatMessageWithError() argument
123 u_vformatMessageWithError( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, va_list ap, UErrorCode *status) u_vformatMessageWithError() argument
338 umsg_toPattern(const UMessageFormat *fmt, UChar* result, int32_t resultLength, UErrorCode* status) umsg_toPattern() argument
364 umsg_format( const UMessageFormat *fmt, UChar *result, int32_t resultLength, UErrorCode *status, ...) umsg_format() argument
389 umsg_vformat( const UMessageFormat *fmt, UChar *result, int32_t resultLength, va_list ap, UErrorCode *status) umsg_vformat() argument
[all...]
H A Dwindtfmt.cpp59 UnicodeString *result = NULL; in getTimeDateFormat() local
310 int result=0; in formatDate() local
343 int result; in formatTime() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dpflow.c361 pf_flow *result = NULL; in pf_factory() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp566 UnicodeString result; in scanContent() local
588 UnicodeString result; in replaceCharRefs() local
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c19 char *result = NULL; in asprintf() local
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_post.c542 int result = 0; in testMultithreadedPostCancelPart() local
628 int result in testMultithreadedPostCancel() local
[all...]
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAudioStreamAAudio.cpp158 Result result = Result::OK; in open() local
319 DataCallbackResult result = fireDataCallback(audioData, numFrames); callOnAudioReady() local
425 int32_t result = mLibLoader->stream_write(mAAudioStream, buffer, write() local
438 int32_t result = mLibLoader->stream_read(mAAudioStream, buffer, read() local
458 aaudio_result_t result = AAUDIO_OK; waitForStateChange() local
620 auto result = getTimestamp(CLOCK_MONOTONIC, calculateLatencyMillis() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsQuad.cpp203 SkDVector result = { a * fPts[0].fX + b * fPts[1].fX + c * fPts[2].fX, in dxdyAtT() local
228 SkDPoint result = { a * fPts[0].fX + b * fPts[1].fX + c * fPts[2].fX, in ptAtT() local
H A DSkOpSegment.h236 SkOpSpan* result = globalState->allocator()->make<SkOpSpan>(); in insert() local
301 int result in OppSign() local
375 int result = start->t() < end->t() ? -start->upCast()->windValue() SpanSign() local
[all...]
H A DSkOpSpan.cpp129 SkOpPtT* result = this; in prev() local
H A DSkPathOpsTSect.h133 SkTSpan* result = oppT(t); in findOppT() local
283 SkTSpan* result = this->addOne(); in addSplitAt() local
H A DSkPathWriter.cpp163 SkPoint result = pt->fPt; in update() local
/third_party/skia/src/shaders/
H A DSkPictureShader.cpp100 sk_sp<SkImage>* result = reinterpret_cast<sk_sp<SkImage>*>(contextShader); in Visitor() local
/third_party/skia/tests/
H A DPDFPrimitivesTest.cpp76 SkString result = emit_to_string(object); in assert_emit_eq() local
97 SkString result = emit_to_string(pdfUnion); in assert_emit_eq_number() local
H A DTransferPixelsTest.cpp184 bool result; in basic_transfer_to_test() local
369 bool result in basic_transfer_from_test() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp257 static size_t print_permil_as_decimal(int x, char* result, unsigned places) { in print_permil_as_decimal() argument
293 ColorToDecimal(uint8_t value, char result[5]) ColorToDecimal() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp314 SampleUsage result = visitor.visit(program); in GetSampleUsage() local
497 bool result = this->visitStatement(*f.statement()); variable
H A DSkSLMain.cpp76 SkSL::String result; in base_name() local
H A DSkSLCompiler.cpp335 LoadedModule result = DSLParser(this, settings, kind, in loadModule() local
349 LoadedModule result = { kind, rehydrator.symbolTable(), rehydrator.elements() }; in loadModule() local
454 const Symbol* result = (*fSymbolTable)[name]; in convertIdentifier() local
573 bool result = fInliner.analyze(elements, symbols, usage); runInliner() local
612 bool result = cg.generateCode(); toSPIRV() local
646 bool result = cg.generateCode(); toSPIRV() local
654 bool result = this->toSPIRV(program, buffer); toSPIRV() local
665 bool result = cg.generateCode(); toGLSL() local
671 bool result = this->toGLSL(program, buffer); toGLSL() local
691 bool result = cg.generateCode(); toMetal() local
697 bool result = this->toMetal(program, buffer); toMetal() local
714 String result = fErrorText; errorText() local
[all...]

Completed in 28 milliseconds

1...<<421422423424425426427428429430>>...597