Home
last modified time | relevance | path

Searched defs:text (Results 2026 - 2050 of 2246) sorted by relevance

1...<<81828384858687888990

/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp931 auto text = NapiUtils::CreateStringUtf8(env, *msg); in CreateTextMessagePara() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp484 bool DBCommon::CheckIsAlnumOrUnderscore(const std::string &text) in CheckIsAlnumOrUnderscore() argument
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp1996 OH_UdsPlainText* text = OH_UdsPlainText_Create(); HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp442 void ObexHeader::AppendUnicode(const uint8_t headerId, const std::u16string &text) in AppendUnicode() argument
/test/testfwk/arkxtest/uitest/server/
H A Dsystem_ui_controller.cpp212 auto text = !contentList.empty() ? contentList[0] : ""; in OnAccessibilityEvent() local
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/
H A DnativeDrawingndk.cpp553 const char *text = "OpennnnHarmony\n"; in OHDrawingTypographyGetMinIntrinsicWidth() local
590 const char *text = "OpennnnHarmony\n"; in OHDrawingTypographyGetMaxIntrinsicWidth() local
620 const char *text = "OpenHarmonyy\n"; in OHDrawingTypographyGetLongestLine() local
647 const char *text = "OpenHarmonnnyy\n"; in OHDrawingTypographyGetLongestLineAbnormal() local
672 const char *text = "OpenHarmonyy\n"; in OHDrawingTypographyGetLongestLineWithIndent() local
704 const char *text = "OpenHarmony\\n"; OHDrawingTypographyGetAlphabeticBaseline() local
736 const char *text = "OopenHarmoony\\n"; OHDrawingTypographyGetAlphabeticBaselineNormal() local
768 const char *text = "OopenHarmony"; OHDrawingTypographyGetIdeographicBaseline() local
800 const char *text = "OooopenHarmony"; OHDrawingTypographyGetIdeographicBaselineNormal() local
827 const char *text = "OpenHarmoony"; OHDrawingTypographyGetHeight() local
854 const char *text = "OpenHarmoooony"; OHDrawingTypographyGetHeightAbnormal() local
1230 const char *text = "OpennnnHarmony\\n"; OHDrawingTypographyGetMinIntrinsicWidthNormal() local
1267 const char *text = "OpennnnHarmoooony\\n"; OHDrawingTypographyGetMaxIntrinsicWidthNormal() local
1726 const char *text = "test/n"; TypographyGetLongestLine() local
1741 const char *text = "test/n"; TypographyGetLongestLineWithIndent() local
1777 const char *text = ""; OHDrawingTypographyHandlerAddTextAanormal() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Davf_showspectrum.c787 char *text; in draw_legend() local
965 char *text; draw_legend() local
[all...]
H A Dvf_drawtext.c153 uint8_t *text; ///< text to be drawn member
1254 const char *text = *rtext; expand_function() local
1292 expand_text(AVFilterContext *ctx, char *text, AVBPrint *bp) expand_text() argument
1320 char *text = s->expanded_text.str; draw_glyphs() local
1393 char *text; draw_text() local
[all...]
H A Daf_aiir.c1148 char text[32]; in draw_response() local
[all...]
H A Df_ebur128.c95 struct rect text; ///< rectangle for the LU legend on the left member
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpngdec.c530 uint8_t *kw_utf8 = NULL, *text, *txt_utf8 = NULL; in decode_text_chunk() local
/third_party/glslang/StandAlone/
H A DStandAlone.cpp283 std::string text; // contents of preamble global() member in TPreamble
1226 const char* text[maxCount]; // memory owned/managed externally global() member
[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.h115 void setSourceText(const std::string& text) { sourceText = text; } in setSourceText() argument
147 void addInclude(const std::string& name, const std::string& text) in addInclude() argument
/third_party/alsa-lib/src/ucm/
H A Dmain.c1795 const char *text; member
1850 static int merge_value(struct list_head *list, const char *text) in merge_value() argument
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c1304 void option_set_choice(option_t *opt, const char *name, const char *text, in option_set_choice() argument
1373 option_add_custom_param_from_string(option_t *opt, const char *name, const char *text, const char *str) option_add_custom_param_from_string() argument
1562 char key[128], name[64], text[64]; read_ppd_file() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java[all...]
H A DDecimalFormatSymbols.java[all...]
H A DPluralRules.java
/third_party/icu/icu4c/source/i18n/
H A Dusearch.cpp541 usearch_open(const UChar *pattern, int32_t patternlength, const UChar *text, int32_t textlength, const char *locale, UBreakIterator *breakiter, UErrorCode *status) usearch_open() argument
581 usearch_openFromCollator( const UChar *pattern, int32_t patternlength, const UChar *text, int32_t textlength, const UCollator *collator, UBreakIterator *breakiter, UErrorCode *status) usearch_openFromCollator() argument
920 usearch_setText( UStringSearch *strsrch, const UChar *text, int32_t textlength, UErrorCode *status) usearch_setText() argument
[all...]
H A Duregex.cpp373 uregex_setText(URegularExpression *regexp2, const UChar *text, int32_t textLength, UErrorCode *status) uregex_setText() argument
407 uregex_setUText(URegularExpression *regexp2, UText *text, UErrorCode *status) uregex_setUText() argument
494 uregex_refreshUText(URegularExpression *regexp2, UText *text, UErrorCode *status) uregex_refreshUText() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp2949 static const UChar text[] = { 0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0 }; // 123456789 global() local
[all...]
H A Ddtfmrgts.cpp823 UnicodeString text = strings[i]; in Test4104136() local
865 UnicodeString text = "time "; in Test4104522() local
1688 UnicodeString text; global() member
1741 UnicodeString text = "06-10-2014"; TestT10906() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidiimp.h266 const UChar *text; member
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java1526 protected void handleTransliterate(Replaceable text, in handleTransliterate() argument
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java1523 protected void handleTransliterate(Replaceable text, in handleTransliterate() argument
[all...]

Completed in 57 milliseconds

1...<<81828384858687888990