Home
last modified time | relevance | path

Searched defs:text (Results 2076 - 2100 of 2103) sorted by relevance

1...<<8182838485

/third_party/skia/tests/
H A DPathTest.cpp5626 const char text[] = "hello"; in DEF_TEST() local
/third_party/python/Lib/test/test_email/
H A Dtest_email.py2993 text = fp.read() global() variable in TestMiscellaneous.test_message_from_string_with_class.MyMessage
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4773 void FrameNode::SearchElementInfosByTextNG(int64_t elementId, const std::string& text, int64_t offset, in SearchElementInfosByTextNG() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6911 std::vector<int8_t> WebDelegate::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1645 std::string text; in GetSelectionText() local
H A Djs_view_abstract.cpp2401 std::string text = info[0]->ToString(); in ParseOverlayFirstParam() local
7539 std::string text; in JsAccessibilityText() local
7546 void JSViewAbstract::JsAccessibilityTextHint(const std::string& text) in JsAccessibilityTextHint() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp1456 void SetOverlay(ArkUINodeHandle node, ArkUI_CharPtr text, const ArkUI_Float32* options, ArkUI_Int32 optionsLength) in SetOverlay() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6526 std::vector<int8_t> WebPattern::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() argument
/third_party/cups-filters/utils/
H A Dcups-browsed.c6042 on_printer_state_changed(CupsNotifier *object, const gchar *text, const gchar *printer_uri, const gchar *printer, guint printer_state, const gchar *printer_state_reasons, gboolean printer_is_accepting_jobs, gpointer user_data) on_printer_state_changed() argument
6135 on_job_state(CupsNotifier *object, const gchar *text, const gchar *printer_uri, const gchar *printer, guint printer_state, const gchar *printer_state_reasons, gboolean printer_is_accepting_jobs, guint job_id, guint job_state, const gchar *job_state_reasons, const gchar *job_name, guint job_impressions_completed, gpointer user_data) on_job_state() argument
6635 on_printer_deleted(CupsNotifier *object, const gchar *text, const gchar *printer_uri, const gchar *printer, guint printer_state, const gchar *printer_state_reasons, gboolean printer_is_accepting_jobs, gpointer user_data) on_printer_deleted() argument
6841 on_printer_modified(CupsNotifier *object, const gchar *text, const gchar *printer_uri, const gchar *printer, guint printer_state, const gchar *printer_state_reasons, gboolean printer_is_accepting_jobs, gpointer user_data) on_printer_modified() argument
[all...]
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp743 UBiDiDirection ubidi_getBaseDirection(const UChar *text, int32_t length) in ubidi_getBaseDirection() argument
881 void ubidi_setPara(UBiDi *pBiDi, const UChar *text, int32_t length, UBiDiLevel paraLevel, UBiDiLevel *embeddingLevels, in ubidi_setPara() argument
963 UBreakIterator *ubrk_open(UBreakIteratorType type, const char *locale, const UChar *text, int32_t textLength, in ubrk_open() argument
968 UBreakIterator *ubrk_openBinaryRules(const uint8_t *binaryRules, int32_t rulesLength, const UChar *text, in ubrk_openBinaryRules() argument
973 UBreakIterator *ubrk_openRules(const UChar *rules, int32_t rulesLength, const UChar *text, int32_t textLength, in ubrk_openRules() argument
986 ubrk_setText(UBreakIterator *bi, const UChar *text, int32_t textLength, UErrorCode *status) ubrk_setText() argument
1702 udat_parse(const UDateFormat *format, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) udat_parse() argument
1707 udat_parseCalendar(const UDateFormat *format, UCalendar *calendar, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) udat_parseCalendar() argument
2219 unum_parse(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) unum_parse() argument
2224 unum_parseDecimal(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, char *outBuf, int32_t outBufLength, UErrorCode *status) unum_parseDecimal() argument
2229 unum_parseDouble(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) unum_parseDouble() argument
2234 unum_parseDoubleCurrency(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UChar *currency, UErrorCode *status) unum_parseDoubleCurrency() argument
2239 unum_parseInt64(const UNumberFormat *fmt, const UChar *text, int32_t textLength, int32_t *parsePos, UErrorCode *status) unum_parseInt64() argument
2464 utrans_transIncrementalUChars(const UTransliterator *trans, UChar *text, int32_t *textLength, int32_t textCapacity, UTransPosition *pos, UErrorCode *status) utrans_transIncrementalUChars() argument
2469 utrans_transUChars(const UTransliterator *trans, UChar *text, int32_t *textLength, int32_t textCapacity, int32_t start, int32_t *limit, UErrorCode *status) utrans_transUChars() argument
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2078 PassFilter(const char* text, const char* text_end) const PassFilter() argument
2272 FindRenderedTextEnd(const char* text, const char* text_end) FindRenderedTextEnd() argument
2285 RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_hash) RenderText() argument
2311 RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) RenderTextWrapped() argument
2329 RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_display_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) RenderTextClippedEx() argument
2357 RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) RenderTextClipped() argument
2973 SetClipboardText(const char* text) SetClipboardText() argument
3898 CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) CalcTextSize() argument
8794 LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) LogRenderedText() argument
9204 SetClipboardTextFn_DefaultImpl(void*, const char* text) SetClipboardTextFn_DefaultImpl() argument
9234 SetClipboardTextFn_DefaultImpl(void*, const char* text) SetClipboardTextFn_DefaultImpl() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp1566 void Utils::replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text, in replaceToken() argument
H A Dgl4cEnhancedLayoutsTests.cpp1581 void replaceToken(const GLchar* token, size_t& search_position, const GLchar* text, std::string& string) in replaceToken() argument
1608 void replaceAllTokens(const GLchar* token, const GLchar* text, std::string& string) in replaceAllTokens() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c4141 png_text text; in make_transform_image() local
4232 png_text text; make_transform_image() local
4361 png_text text; make_size_image() local
4485 png_text text; make_size_image() local
5536 standard_check_text(png_const_structp pp, png_const_textp tp, png_const_charp keyword, png_const_charp text) standard_check_text() argument
[all...]
/third_party/toybox/toys/pending/
H A Dbc.c2604 BcStatus bc_lex_text(BcLex *l, char *text) { in bc_lex_text() argument
3000 BcStatus bc_parse_text(BcParse *p, char *text) { in bc_parse_text() argument
5683 static BcStatus bc_vm_process(char *text, int is_stdin) { in bc_vm_process() argument
/third_party/python/Objects/
H A Dunicodeobject.c5403 _Py_EncodeUTF8Ex(const wchar_t *text, char **str, size_t *error_pos, in _Py_EncodeUTF8Ex() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp2647 std::optional<std::string> text; in SetOverlay() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp386 auto text = in CreateDisplayText() local
1733 FireEventHubOnChange(const std::string& text) FireEventHubOnChange() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java6389 public static final int codePointAt(char[] text, int index) { in codePointAt() argument
6413 codePointAt(char[] text, int index, int limit) codePointAt() argument
6462 codePointBefore(char[] text, int index) codePointBefore() argument
6486 codePointBefore(char[] text, int index, int limit) codePointBefore() argument
6563 codePointCount(CharSequence text, int start, int limit) codePointCount() argument
6593 codePointCount(char[] text, int start, int limit) codePointCount() argument
6623 offsetByCodePoints(CharSequence text, int index, int codePointOffset) offsetByCodePoints() argument
6671 offsetByCodePoints(char[] text, int start, int count, int index, int codePointOffset) offsetByCodePoints() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java5562 public static final int codePointAt(char[] text, int index) { in codePointAt() argument
5585 codePointAt(char[] text, int index, int limit) codePointAt() argument
5632 codePointBefore(char[] text, int index) codePointBefore() argument
5655 codePointBefore(char[] text, int index, int limit) codePointBefore() argument
5728 codePointCount(CharSequence text, int start, int limit) codePointCount() argument
5757 codePointCount(char[] text, int start, int limit) codePointCount() argument
5786 offsetByCodePoints(CharSequence text, int index, int codePointOffset) offsetByCodePoints() argument
5833 offsetByCodePoints(char[] text, int start, int count, int index, int codePointOffset) offsetByCodePoints() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp2127 PassFilter(const char* text, const char* text_end) const PassFilter() argument
2693 FindRenderedTextEnd(const char* text, const char* text_end) FindRenderedTextEnd() argument
2706 RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_hash) RenderText() argument
2732 RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) RenderTextWrapped() argument
2750 RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_display_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) RenderTextClippedEx() argument
2778 RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) RenderTextClipped() argument
2797 RenderTextEllipsis(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, float clip_max_x, float ellipsis_max_x, const char* text, const char* text_end_full, const ImVec2* text_size_if_known) RenderTextEllipsis() argument
3384 SetClipboardText(const char* text) SetClipboardText() argument
4563 CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) CalcTextSize() argument
10453 LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) LogRenderedText() argument
11046 SetClipboardTextFn_DefaultImpl(void*, const char* text) SetClipboardTextFn_DefaultImpl() argument
11073 SetClipboardTextFn_DefaultImpl(void*, const char* text) SetClipboardTextFn_DefaultImpl() argument
11128 SetClipboardTextFn_DefaultImpl(void*, const char* text) SetClipboardTextFn_DefaultImpl() argument
[all...]
/third_party/glfw/deps/
H A Dnuklear.h4622 char text[NK_INPUT_MAX]; global() member
5129 struct nk_color text; global() member
5220 struct nk_style_text text; global() member
5920 struct nk_color text; global() member
6593 nk_str_match_here(const char *regexp, const char *text) nk_str_match_here() argument
6606 nk_str_match_star(int c, const char *regexp, const char *text) nk_str_match_star() argument
6615 nk_strfilter(const char *text, const char *regexp) nk_strfilter() argument
7330 nk_text_clamp(const struct nk_user_font *font, const char *text, int text_len, float space, int *glyphs, float *text_width, nk_rune *sep_list, int sep_count) nk_text_clamp() argument
7940 const char *text; nk_utf_len() local
7967 const char *text; nk_utf_at() local
8329 nk_str_append_text_utf8(struct nk_str *str, const char *text, int len) nk_str_append_text_utf8() argument
8341 nk_str_append_str_utf8(struct nk_str *str, const char *text) nk_str_append_str_utf8() argument
8360 nk_str_append_text_runes(struct nk_str *str, const nk_rune *text, int len) nk_str_append_text_runes() argument
8445 nk_str_insert_text_char(struct nk_str *str, int pos, const char *text, int len) nk_str_insert_text_char() argument
8450 nk_str_insert_str_char(struct nk_str *str, int pos, const char *text) nk_str_insert_str_char() argument
8455 nk_str_insert_text_utf8(struct nk_str *str, int pos, const char *text, int len) nk_str_insert_text_utf8() argument
8470 nk_str_insert_str_utf8(struct nk_str *str, int pos, const char *text) nk_str_insert_str_utf8() argument
8604 char *text; nk_str_at_rune() local
8647 char *text; nk_str_at_const() local
10339 nk_draw_list_add_text(struct nk_draw_list *list, const struct nk_user_font *font, struct nk_rect rect, const char *text, int len, float font_height, struct nk_color fg) nk_draw_list_add_text() argument
13007 nk_font_text_width(nk_handle handle, float height, const char *text, int len) nk_font_text_width() argument
14276 struct nk_style_text *text; nk_style_from_table() local
15708 struct nk_text text; nk_panel_begin() local
17125 nk_contextual_item_text(struct nk_context *ctx, const char *text, int len, nk_flags alignment) nk_contextual_item_text() argument
17160 nk_contextual_item_image_text(struct nk_context *ctx, struct nk_image img, const char *text, int len, nk_flags align) nk_contextual_item_image_text() argument
17196 nk_contextual_item_symbol_text(struct nk_context *ctx, enum nk_symbol_type symbol, const char *text, int len, nk_flags align) nk_contextual_item_symbol_text() argument
17226 nk_contextual_item_symbol_label(struct nk_context *ctx, enum nk_symbol_type symbol, const char *text, nk_flags align) nk_contextual_item_symbol_label() argument
17413 nk_menu_begin_label(struct nk_context *ctx, const char *text, nk_flags align, struct nk_vec2 size) nk_menu_begin_label() argument
17549 nk_menu_item_image_text(struct nk_context *ctx, struct nk_image img, const char *text, int len, nk_flags align) nk_menu_item_image_text() argument
17554 nk_menu_item_symbol_text(struct nk_context *ctx, enum nk_symbol_type sym, const char *text, int len, nk_flags align) nk_menu_item_symbol_text() argument
18365 struct nk_text text; nk_tree_state_base() local
18550 struct nk_text text; nk_tree_element_image_push_hashed_base() local
19313 struct nk_text text; nk_widget_text_wrap() local
19351 struct nk_text text; nk_text_colored() local
19378 struct nk_text text; nk_text_wrap_colored() local
19706 struct nk_text text; nk_draw_symbol() local
19823 struct nk_text text; nk_draw_button_text() local
19951 struct nk_text text; nk_draw_button_text_symbol() local
20015 struct nk_text text; nk_draw_button_text_image() local
20258 nk_button_symbol_text_styled(struct nk_context *ctx, const struct nk_style_button *style, enum nk_symbol_type symbol, const char *text, int len, nk_flags align) nk_button_symbol_text_styled() argument
20286 nk_button_symbol_text(struct nk_context *ctx, enum nk_symbol_type symbol, const char* text, int len, nk_flags align) nk_button_symbol_text() argument
20305 nk_button_image_text_styled(struct nk_context *ctx, const struct nk_style_button *style, struct nk_image img, const char *text, int len, nk_flags align) nk_button_image_text_styled() argument
20333 nk_button_image_text(struct nk_context *ctx, struct nk_image img, const char *text, int len, nk_flags align) nk_button_image_text() argument
20383 struct nk_text text; nk_draw_checkbox() local
20425 struct nk_text text; nk_draw_option() local
20526 nk_check_text(struct nk_context *ctx, const char *text, int len, int active) nk_check_text() argument
20554 nk_check_flags_text(struct nk_context *ctx, const char *text, int len, unsigned int flags, unsigned int value) nk_check_flags_text() argument
20568 nk_checkbox_text(struct nk_context *ctx, const char *text, int len, int *active) nk_checkbox_text() argument
20580 nk_checkbox_flags_text(struct nk_context *ctx, const char *text, int len, unsigned int *flags, unsigned int value) nk_checkbox_flags_text() argument
20621 nk_option_text(struct nk_context *ctx, const char *text, int len, int is_active) nk_option_text() argument
20649 nk_radio_text(struct nk_context *ctx, const char *text, int len, int *active) nk_radio_text() argument
20688 struct nk_text text; nk_draw_selectable() local
21741 const char *text = nk_str_at_const(&edit->string, line_start_id, &unicode, &l); nk_textedit_layout_row() local
22026 const char *text = (const char *) ctext; nk_textedit_paste() local
22047 nk_textedit_text(struct nk_text_edit *state, const char *text, int total_len) nk_textedit_text() argument
22791 nk_edit_draw_text(struct nk_command_buffer *out, const struct nk_style_edit *style, float pos_x, float pos_y, float x_offset, const char *text, int byte_len, float row_height, const struct nk_user_font *font, struct nk_color background, struct nk_color foreground, int is_selected) nk_edit_draw_text() argument
22997 const char *text; nk_do_edit() local
23036 {const char *text = nk_str_get_const(&edit->string); nk_do_edit() local
23598 struct nk_text text; nk_draw_property() local
24598 struct nk_text text; nk_combo_begin_text() local
24857 struct nk_text text; nk_combo_begin_symbol_text() local
25029 struct nk_text text; nk_combo_begin_image_text() local
25121 nk_combo_item_text(struct nk_context *ctx, const char *text, int len,nk_flags align) nk_combo_item_text() argument
25131 nk_combo_item_image_text(struct nk_context *ctx, struct nk_image img, const char *text, int len, nk_flags alignment) nk_combo_item_image_text() argument
25137 nk_combo_item_image_label(struct nk_context *ctx, struct nk_image img, const char *text, nk_flags alignment) nk_combo_item_image_label() argument
25143 nk_combo_item_symbol_text(struct nk_context *ctx, enum nk_symbol_type sym, const char *text, int len, nk_flags alignment) nk_combo_item_symbol_text() argument
25366 nk_tooltip(struct nk_context *ctx, const char *text) nk_tooltip() argument
[all...]
/third_party/sqlite/src/
H A Dshell.c19617 readline_completion_generator(const char *text, int state) readline_completion_generator() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1383 ArkUIOptionalCharPtr text; member
1492 ArkUIOptionalCommonCharPtr text; member
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h1292 ArkUIOptionalCharPtr text; member

Completed in 336 milliseconds

1...<<8182838485