Home
last modified time | relevance | path

Searched defs:text (Results 1251 - 1275 of 2207) sorted by relevance

1...<<51525354555657585960>>...89

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCollationElementIterator.java[all...]
H A DRBBITableBuilder.java
H A DRBBIRuleScanner.java
H A DRBBIRuleBuilder.java
H A DRBBISetBuilder.java
H A DRBBINode.java
H A DRBBIRuleParseTable.java
/third_party/icu/icu4c/source/common/
H A Duniset.cpp559 UMatchDegree UnicodeSet::matches(const Replaceable& text, in matches() argument
[all...]
H A Dustr_titlecase_brkiter.cpp89 void WholeStringBreakIterator::setText(const UnicodeString &text) { in setText() argument
92 void WholeStringBreakIterator::setText(UText *text, UErrorCode &errorCode) { in setText() argument
/third_party/icu/icu4c/source/i18n/
H A Ducoleitr.cpp274 ucol_openElements(const UCollator *coll, const UChar *text, int32_t textLength, UErrorCode *status) ucol_openElements() argument
478 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, UErrorCode *status) ucol_setText() argument
H A Danytrans.cpp75 const Replaceable& text; member in ScriptRunIterator
236 void AnyTransliterator::handleTransliterate(Replaceable& text, UTransPositio argument
[all...]
H A Drbt_set.cpp121 UnicodeString* text = (UnicodeString*)&theText; in _debugOut() local
401 UBool TransliterationRuleSet::transliterate(Replaceable& text, in transliterate() argument
[all...]
H A Dcpdtrans.cpp478 void CompoundTransliterator::handleTransliterate(Replaceable& text, UTransPosition& index, in handleTransliterate() argument
H A Dnumparse_types.h67 CompactUnicodeString(const UnicodeString& text, UErrorCode& status) in CompactUnicodeString() argument
H A Drbt_rule.cpp352 UMatchDegree TransliterationRule::matchAndReplace(Replaceable& text, in matchAndReplace() argument
[all...]
H A Dunesctrn.cpp174 void UnescapeTransliterator::handleTransliterate(Replaceable& text, UTransPosition& pos, in handleTransliterate() argument
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataProtoFromXml.java365 void addToBody(CharSequence text) { in addToBody() argument
/third_party/mesa3d/src/amd/common/
H A Dac_rgp_elf_object_pack.c285 char text[sizeof(".text")]; member
/third_party/libcoap/src/oscore/
H A Doscore_cbor.c77 oscore_cbor_put_text(uint8_t **buffer, size_t *buf_size, const char *text, size_t text_len) oscore_cbor_put_text() argument
/third_party/mbedtls/library/
H A Ddebug.c87 mbedtls_debug_print_ret(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, int ret) mbedtls_debug_print_ret() argument
115 mbedtls_debug_print_buf(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const unsigned char *buf, size_t len) mbedtls_debug_print_buf() argument
171 mbedtls_debug_print_ecp(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const mbedtls_ecp_point *X) mbedtls_debug_print_ecp() argument
193 mbedtls_debug_print_ec_coord(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const unsigned char *buf, size_t len) mbedtls_debug_print_ec_coord() argument
233 mbedtls_debug_print_psa_ec(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const mbedtls_pk_context *pk) mbedtls_debug_print_psa_ec() argument
265 mbedtls_debug_print_mpi(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const mbedtls_mpi *X) mbedtls_debug_print_mpi() argument
316 debug_print_pk(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const mbedtls_pk_context *pk) debug_print_pk() argument
360 debug_print_line_by_line(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text) debug_print_line_by_line() argument
384 mbedtls_debug_print_crt(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const mbedtls_x509_crt *crt) mbedtls_debug_print_crt() argument
[all...]
H A Dasn1write.c234 mbedtls_asn1_write_tagged_string(unsigned char **p, const unsigned char *start, int tag, const char *text, size_t text_len) mbedtls_asn1_write_tagged_string() argument
247 mbedtls_asn1_write_utf8_string(unsigned char **p, const unsigned char *start, const char *text, size_t text_len) mbedtls_asn1_write_utf8_string() argument
253 mbedtls_asn1_write_printable_string(unsigned char **p, const unsigned char *start, const char *text, size_t text_len) mbedtls_asn1_write_printable_string() argument
260 mbedtls_asn1_write_ia5_string(unsigned char **p, const unsigned char *start, const char *text, size_t text_len) mbedtls_asn1_write_ia5_string() argument
/third_party/mesa3d/src/gtest/src/
H A Dgtest-printers.cc66 char text[5] = ""; in PrintByteSegmentInObjectTo() local
78 *os << text; in PrintByteSegmentInObjectTo() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c385 char text[sizeof(text_tmpl) + 32]; in si_create_query_result_cs() local
407 static const char text[] = in si_clear_render_target_shader() local
442 static const char text[] = in si_clear_render_target_shader_1d_array() local
476 static const char text[] = "COMP\n" in si_clear_12bytes_buffer_shader() local
[all...]
/third_party/mesa3d/src/gallium/tests/graw/
H A Dfs-test.c193 const char *text = in set_vertex_shader() local
H A Dquad-sample.c119 const char *text = in set_vertex_shader() local
136 const char *text = in set_fragment_shader() local

Completed in 22 milliseconds

1...<<51525354555657585960>>...89