Home
last modified time | relevance | path

Searched defs:options (Results 2051 - 2075 of 2730) sorted by relevance

1...<<81828384858687888990>>...110

/third_party/node/deps/icu-small/source/common/
H A Ducnvmbcs.h474 uint32_t options; member
H A Duniset_props.cpp258 applyPattern(RuleCharacterIterator& chars, const SymbolTable* symbols, UnicodeString& rebuiltPat, uint32_t options, UnicodeSet& (UnicodeSet::*caseClosure)(int32_t attribute), int32_t depth, UErrorCode& ec) applyPattern() argument
H A Dusprep.cpp507 usprep_map( const UStringPrepProfile* profile, const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_map() argument
639 usprep_prepare( const UStringPrepProfile* profile, const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_prepare() argument
H A Duts46.cpp197 uint32_t options; member in UTS46
201 IDNA::createUTS46Instance(uint32_t options, UErrorCode &errorCode) { in createUTS46Instance() argument
1316 uidna_openUTS46(uint32_t options, UErrorCode *pErrorCode) uidna_openUTS46() argument
[all...]
H A Ducase.cpp1470 ucase_fold(UChar32 c, uint32_t options) { in ucase_fold() argument
1654 u_foldCase(UChar32 c, uint32_t options) { in u_foldCase() argument
1538 ucase_toFullFolding(UChar32 c, const char16_t **pString, uint32_t options) ucase_toFullFolding() argument
H A Ducasemap.cpp65 ucasemap_open(const char *locale, uint32_t options, UErrorCode *pErrorCode) { in ucasemap_open() argument
124 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode) { in ucasemap_setOptions() argument
203 void toLower(int32_t caseLocale, uint32_t options, in toLower() argument
139 appendResult(int32_t cpLength, int32_t result, const char16_t *s, ByteSink &sink, uint32_t options, icu::Edits *edits, UErrorCode &errorCode) appendResult() argument
314 toUpper(int32_t caseLocale, uint32_t options, const uint8_t *src, UCaseContext *csc, int32_t srcLength, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) toUpper() argument
437 maybeTitleDutchIJ(const uint8_t *src, UChar32 c, int32_t start, int32_t segmentLimit, ByteSink &sink, uint32_t options, icu::Edits *edits, UErrorCode &errorCode) maybeTitleDutchIJ() argument
439 U_ASSERT(start < segmentLimit); int32_t index = start; bool withAcute = false; int32_t unchanged1 = 0; bool doTitleJ = false; int32_t unchanged2 = 0; UChar32 c2; c2 = src[index++]; if (c == u�) { if (c2 == ACUTE_BYTE0 && index < segmentLimit && src[index++] == ACUTE_BYTE1) { withAcute = true; unchanged1 = 2; if (index == segmentLimit) { return start; } c2 = src[index++]; } } else { withAcute = true; } if (c2 == u�) { doTitleJ = true; } else if (c2 == u�) { ++unchanged1; } else { return start; } if (withAcute) { if ((index + 1) >= segmentLimit || src[index++] != ACUTE_BYTE0 || src[index++] != ACUTE_BYTE1) { return start; } if (doTitleJ) { unchanged2 = 2; } else { unchanged1 = unchanged1 + 2; } } if (index < segmentLimit) { int32_t cp; int32_t i = index; U8_NEXT(src, i, segmentLimit, cp); uint32_t typeMask = U_GET_GC_MASK(cp); if ((typeMask & U_GC_M_MASK) != 0) { return start; } } ByteSinkUtil::appendUnchanged(src + start, unchanged1, sink, options, edits, errorCode); start += unchanged1; if (doTitleJ) { ByteSinkUtil::appendCodePoint(1, u�, sink, edits); ++start; } ByteSinkUtil::appendUnchanged(src + start, unchanged2, sink, options, edits, errorCode); U_ASSERT(start + unchanged2 == index); return index; } } U_CFUNC void U_CALLCONV ucasemap_internalUTF8ToTitle( int32_t caseLocale, uint32_t options, BreakIterator *iter, const uint8_t *src, int32_t srcLength, ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) { if (!ustrcase_checkTitleAdjustmentOptions(options, errorCode)) { return; } UCaseContext csc=UCASECONTEXT_INITIALIZER; csc.p=(void *)src; csc.limit=srcLength; int32_t prev=0; UBool isFirstIndex=true; while(prev<srcLength) { int32_t index; if(isFirstIndex) { isFirstIndex=false; index=iter->first(); } else { index=iter->next(); } if(index==UBRK_DONE || index>srcLength) maybeTitleDutchIJ() argument
655 toUpper(uint32_t options, const uint8_t *src, int32_t srcLength, ByteSink &sink, Edits *edits, UErrorCode &errorCode) toUpper() argument
812 ucasemap_internalUTF8ToLower(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_UNUSED const uint8_t *src, int32_t srcLength, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) ucasemap_internalUTF8ToLower() argument
826 ucasemap_internalUTF8ToUpper(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_UNUSED const uint8_t *src, int32_t srcLength, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) ucasemap_internalUTF8ToUpper() argument
844 ucasemap_internalUTF8Fold(int32_t , uint32_t options, UCASEMAP_BREAK_ITERATOR_UNUSED const uint8_t *src, int32_t srcLength, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) ucasemap_internalUTF8Fold() argument
855 ucasemap_mapUTF8(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_PARAM const char *src, int32_t srcLength, UTF8CaseMapper *stringCaseMapper, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) ucasemap_mapUTF8() argument
888 ucasemap_mapUTF8(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_PARAM char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UTF8CaseMapper *stringCaseMapper, icu::Edits *edits, UErrorCode &errorCode) ucasemap_mapUTF8() argument
977 utf8ToLower( const char *locale, uint32_t options, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) utf8ToLower() argument
982 ustrcase_getCaseLocale(locale), options, UCASEMAP_BREAK_ITERATOR_NULL utf8ToLower() local
987 utf8ToUpper( const char *locale, uint32_t options, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) utf8ToUpper() argument
992 ustrcase_getCaseLocale(locale), options, UCASEMAP_BREAK_ITERATOR_NULL utf8ToUpper() local
997 utf8Fold( uint32_t options, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) utf8Fold() argument
1007 utf8ToLower( const char *locale, uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToLower() argument
1019 utf8ToUpper( const char *locale, uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToUpper() argument
1031 utf8Fold( uint32_t options, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8Fold() argument
[all...]
H A Dutrie.cpp860 uint32_t options; in utrie_unserialize() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_dns_record.c95 static void ares__dns_options_free(ares__dns_options_t *options) in ares__dns_options_free() argument
1142 ares__dns_options_t **options; in ares_dns_rr_set_opt_own() local
[all...]
H A Dares_dns_private.h137 ares__dns_options_t *options; /*!< Attribute/Value pairs */ member
/third_party/node/deps/cares/src/tools/
H A Dadig.c72 struct ares_options options; member
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_cubemaps.c43 lower_int_cubmap_to_array_filter(const nir_instr *instr, const void *options) lower_int_cubmap_to_array_filter() argument
549 lower_int_cubmap_to_array_impl(nir_builder *b, nir_instr *instr, void *options) lower_int_cubmap_to_array_impl() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c414 const struct nir_shader_compiler_options *options = in st_translate_prog_to_nir() local
627 const struct nir_shader_compiler_options *options = in get_nir_shader() local
695 const nir_shader_compiler_options *options = ((nir_shader *)state.ir.nir)->options; in st_create_common_variant() local
894 const struct nir_shader_compiler_options *options = st_create_fp_variant() local
960 nir_lower_bitmap_options options = {0}; st_create_fp_variant() local
972 nir_lower_drawpixels_options options = {{0}}; st_create_fp_variant() local
1015 nir_lower_tex_options options = {0}; st_create_fp_variant() local
[all...]
H A Dst_glsl_to_nir.cpp337 const nir_shader_compiler_options *options = in st_nir_preprocess() local
699 const nir_shader_compiler_options *options = st_link_nir() local
779 const struct gl_shader_compiler_options *options = st_link_nir() local
[all...]
H A Dst_pbo.c290 const nir_shader_compiler_options *options = in st_pbo_create_vs() local
414 const nir_shader_compiler_options *options = in create_fs() local
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c989 prog_to_nir(const struct gl_context *ctx, const struct gl_program *prog, const nir_shader_compiler_options *options) prog_to_nir() argument
/third_party/node/deps/icu-small/source/i18n/
H A Ducol_sit.cpp101 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT]; member
288 static const ShortStringOptions options[UCOL_SIT_ITEMS_COUNT] = variable
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dgenrb.cpp93 UOption options[]={ variable
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp280 static UOption options[]={ variable
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp93 UOption options[]={ variable
[all...]
/third_party/libexif/libexif/
H A Dexif-data.c72 ExifDataOption options; member
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-events.c49 static struct tools_options options; variable
866 &options); in handle_and_print_events() local
H A Dlibinput-debug-tablet.c45 static struct tools_options options; variable
373 &options); in handle_libinput_events() local
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c127 static const option_t options[] = { variable
/third_party/lwip/src/core/ipv4/
H A Ddhcp.c1499 dhcp_option(u16_t options_out_len, u8_t *options, u8_t option_type, u8_t option_len) global() argument
1511 dhcp_option_byte(u16_t options_out_len, u8_t *options, u8_t value) global() argument
1519 dhcp_option_short(u16_t options_out_len, u8_t *options, u16_t value) global() argument
1528 dhcp_option_long(u16_t options_out_len, u8_t *options, u32_t value) global() argument
1540 dhcp_option_hostname(u16_t options_out_len, u8_t *options, struct netif *netif) global() argument
1576 u8_t *options; global() local
2029 dhcp_option_trailer(u16_t options_out_len, u8_t *options, struct pbuf *p_out) global() argument
[all...]
/third_party/lwip/src/core/ipv6/
H A Ddhcp6.c415 dhcp6_option_short(u16_t options_out_len, u8_t *options, u16_t value) in dhcp6_option_short() argument
423 dhcp6_option_optionrequest(u16_t options_out_len, u8_t *options, const u16_t *req_options, in dhcp6_option_optionrequest() argument
473 u8_t *options in dhcp6_information_request() local
[all...]

Completed in 30 milliseconds

1...<<81828384858687888990>>...110