/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | UnicodeLocaleExtension.java | 30 private SortedMap<String, String> _keywords = EMPTY_SORTED_MAP; field in UnicodeLocaleExtension 37 CA_JAPANESE._keywords = new TreeMap<String, String>(); 38 CA_JAPANESE._keywords.put("ca", "japanese"); 42 NU_THAI._keywords = new TreeMap<String, String>(); 43 NU_THAI._keywords.put("nu", "thai"); 57 _keywords = keywords; in UnicodeLocaleExtension() 60 if (_attributes.size() > 0 || _keywords.size() > 0) { in UnicodeLocaleExtension() 65 for (Entry<String, String> keyword : _keywords.entrySet()) { in UnicodeLocaleExtension() 83 return Collections.unmodifiableSet(_keywords.keySet()); in getUnicodeLocaleKeys() 87 return _keywords.get(unicodeLocaleKey); in getUnicodeLocaleType()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | UnicodeLocaleExtension.java | 26 private SortedMap<String, String> _keywords = EMPTY_SORTED_MAP; field in UnicodeLocaleExtension 33 CA_JAPANESE._keywords = new TreeMap<String, String>(); 34 CA_JAPANESE._keywords.put("ca", "japanese"); 38 NU_THAI._keywords = new TreeMap<String, String>(); 39 NU_THAI._keywords.put("nu", "thai"); 53 _keywords = keywords; in UnicodeLocaleExtension() 56 if (_attributes.size() > 0 || _keywords.size() > 0) { in UnicodeLocaleExtension() 61 for (Entry<String, String> keyword : _keywords.entrySet()) { in UnicodeLocaleExtension() 79 return Collections.unmodifiableSet(_keywords.keySet()); in getUnicodeLocaleKeys() 83 return _keywords.get(unicodeLocaleKey); in getUnicodeLocaleType()
|
/external/python/cpython3/Modules/clinic/ |
D | _hashopenssl.c.h | 86 static const char * const _keywords[] = {"length", NULL}; in EVPXOF_digest() local 87 static _PyArg_Parser _parser = {NULL, _keywords, "digest", 0}; in EVPXOF_digest() 138 static const char * const _keywords[] = {"length", NULL}; in EVPXOF_hexdigest() local 139 static _PyArg_Parser _parser = {NULL, _keywords, "hexdigest", 0}; in EVPXOF_hexdigest() 194 static const char * const _keywords[] = {"name", "string", "usedforsecurity", NULL}; in EVP_new() local 195 static _PyArg_Parser _parser = {NULL, _keywords, "new", 0}; in EVP_new() 248 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _hashlib_openssl_md5() local 249 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_md5", 0}; in _hashlib_openssl_md5() 300 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _hashlib_openssl_sha1() local 301 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_sha1", 0}; in _hashlib_openssl_sha1() [all …]
|
D | _asynciomodule.c.h | 29 static const char * const _keywords[] = {"loop", NULL}; in _asyncio_Future___init__() local 30 static _PyArg_Parser _parser = {NULL, _keywords, "Future", 0}; in _asyncio_Future___init__() 142 static const char * const _keywords[] = {"", "context", NULL}; in _asyncio_Future_add_done_callback() local 143 static _PyArg_Parser _parser = {NULL, _keywords, "add_done_callback", 0}; in _asyncio_Future_add_done_callback() 196 static const char * const _keywords[] = {"msg", NULL}; in _asyncio_Future_cancel() local 197 static _PyArg_Parser _parser = {NULL, _keywords, "cancel", 0}; in _asyncio_Future_cancel() 326 static const char * const _keywords[] = {"coro", "loop", "name", NULL}; in _asyncio_Task___init__() local 327 static _PyArg_Parser _parser = {NULL, _keywords, "Task", 0}; in _asyncio_Task___init__() 429 static const char * const _keywords[] = {"msg", NULL}; in _asyncio_Task_cancel() local 430 static _PyArg_Parser _parser = {NULL, _keywords, "cancel", 0}; in _asyncio_Task_cancel() [all …]
|
D | _testmultiphase.c.h | 22 static const char * const _keywords[] = { NULL}; in _testmultiphase_StateAccessType_get_defining_module() local 23 static _PyArg_Parser _parser = {":get_defining_module", _keywords, 0}; in _testmultiphase_StateAccessType_get_defining_module() 57 static const char * const _keywords[] = {"n", "twice", NULL}; in _testmultiphase_StateAccessType_increment_count_clinic() local 58 static _PyArg_Parser _parser = {"|i$p:increment_count_clinic", _keywords, 0}; in _testmultiphase_StateAccessType_increment_count_clinic() 89 static const char * const _keywords[] = { NULL}; in _testmultiphase_StateAccessType_get_count() local 90 static _PyArg_Parser _parser = {":get_count", _keywords, 0}; in _testmultiphase_StateAccessType_get_count()
|
D | posixmodule.c.h | 40 static const char * const _keywords[] = {"path", "dir_fd", "follow_symlinks", NULL}; in os_stat() local 41 static _PyArg_Parser _parser = {NULL, _keywords, "stat", 0}; in os_stat() 99 static const char * const _keywords[] = {"path", "dir_fd", NULL}; in os_lstat() local 100 static _PyArg_Parser _parser = {NULL, _keywords, "lstat", 0}; in os_lstat() 172 …static const char * const _keywords[] = {"path", "mode", "dir_fd", "effective_ids", "follow_symlin… in os_access() local 173 static _PyArg_Parser _parser = {NULL, _keywords, "access", 0}; in os_access() 319 static const char * const _keywords[] = {"path", NULL}; in os_chdir() local 320 static _PyArg_Parser _parser = {NULL, _keywords, "chdir", 0}; in os_chdir() 361 static const char * const _keywords[] = {"fd", NULL}; in os_fchdir() local 362 static _PyArg_Parser _parser = {NULL, _keywords, "fchdir", 0}; in os_fchdir() [all …]
|
D | _sre.c.h | 197 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_match() local 198 static _PyArg_Parser _parser = {NULL, _keywords, "match", 0}; in _sre_SRE_Pattern_match() 276 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_fullmatch() local 277 static _PyArg_Parser _parser = {NULL, _keywords, "fullmatch", 0}; in _sre_SRE_Pattern_fullmatch() 357 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_search() local 358 static _PyArg_Parser _parser = {NULL, _keywords, "search", 0}; in _sre_SRE_Pattern_search() 436 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_findall() local 437 static _PyArg_Parser _parser = {NULL, _keywords, "findall", 0}; in _sre_SRE_Pattern_findall() 517 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_finditer() local 518 static _PyArg_Parser _parser = {NULL, _keywords, "finditer", 0}; in _sre_SRE_Pattern_finditer() [all …]
|
D | _bisectmodule.c.h | 29 static const char * const _keywords[] = {"a", "x", "lo", "hi", NULL}; in _bisect_bisect_right() local 30 static _PyArg_Parser _parser = {NULL, _keywords, "bisect_right", 0}; in _bisect_bisect_right() 106 static const char * const _keywords[] = {"a", "x", "lo", "hi", NULL}; in _bisect_insort_right() local 107 static _PyArg_Parser _parser = {NULL, _keywords, "insort_right", 0}; in _bisect_insort_right() 180 static const char * const _keywords[] = {"a", "x", "lo", "hi", NULL}; in _bisect_bisect_left() local 181 static _PyArg_Parser _parser = {NULL, _keywords, "bisect_left", 0}; in _bisect_bisect_left() 257 static const char * const _keywords[] = {"a", "x", "lo", "hi", NULL}; in _bisect_insort_left() local 258 static _PyArg_Parser _parser = {NULL, _keywords, "insort_left", 0}; in _bisect_insort_left()
|
D | itertoolsmodule.c.h | 25 static const char * const _keywords[] = {"iterable", "key", NULL}; in itertools_groupby() local 26 static _PyArg_Parser _parser = {NULL, _keywords, "groupby", 0}; in itertools_groupby() 346 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_combinations() local 347 static _PyArg_Parser _parser = {NULL, _keywords, "combinations", 0}; in itertools_combinations() 399 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_combinations_with_replacement() local 400 static _PyArg_Parser _parser = {NULL, _keywords, "combinations_with_replacement", 0}; in itertools_combinations_with_replacement() 451 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_permutations() local 452 static _PyArg_Parser _parser = {NULL, _keywords, "permutations", 0}; in itertools_permutations() 490 static const char * const _keywords[] = {"iterable", "func", "initial", NULL}; in itertools_accumulate() local 491 static _PyArg_Parser _parser = {NULL, _keywords, "accumulate", 0}; in itertools_accumulate() [all …]
|
D | _queuemodule.c.h | 53 static const char * const _keywords[] = {"item", "block", "timeout", NULL}; in _queue_SimpleQueue_put() local 54 static _PyArg_Parser _parser = {NULL, _keywords, "put", 0}; in _queue_SimpleQueue_put() 105 static const char * const _keywords[] = {"item", NULL}; in _queue_SimpleQueue_put_nowait() local 106 static _PyArg_Parser _parser = {NULL, _keywords, "put_nowait", 0}; in _queue_SimpleQueue_put_nowait() 146 static const char * const _keywords[] = {"block", "timeout", NULL}; in _queue_SimpleQueue_get() local 147 static _PyArg_Parser _parser = {NULL, _keywords, "get", 0}; in _queue_SimpleQueue_get()
|
D | grpmodule.c.h | 23 static const char * const _keywords[] = {"id", NULL}; in grp_getgrgid() local 24 static _PyArg_Parser _parser = {NULL, _keywords, "getgrgid", 0}; in grp_getgrgid() 57 static const char * const _keywords[] = {"name", NULL}; in grp_getgrnam() local 58 static _PyArg_Parser _parser = {NULL, _keywords, "getgrnam", 0}; in grp_getgrnam()
|
D | _datetimemodule.c.h | 25 static const char * const _keywords[] = {"year", "week", "weekday", NULL}; in iso_calendar_date_new() local 26 static _PyArg_Parser _parser = {NULL, _keywords, "IsoCalendarDate", 0}; in iso_calendar_date_new() 92 static const char * const _keywords[] = {"tz", NULL}; in datetime_datetime_now() local 93 static _PyArg_Parser _parser = {NULL, _keywords, "now", 0}; in datetime_datetime_now()
|
D | _pickle.c.h | 109 …static const char * const _keywords[] = {"file", "protocol", "fix_imports", "buffer_callback", NUL… in _pickle_Pickler___init__() local 110 static _PyArg_Parser _parser = {NULL, _keywords, "Pickler", 0}; in _pickle_Pickler___init__() 329 …static const char * const _keywords[] = {"file", "fix_imports", "encoding", "errors", "buffers", N… in _pickle_Unpickler___init__() local 330 static _PyArg_Parser _parser = {NULL, _keywords, "Unpickler", 0}; in _pickle_Unpickler___init__() 500 …static const char * const _keywords[] = {"obj", "file", "protocol", "fix_imports", "buffer_callbac… in _pickle_dump() local 501 static _PyArg_Parser _parser = {NULL, _keywords, "dump", 0}; in _pickle_dump() 581 …static const char * const _keywords[] = {"obj", "protocol", "fix_imports", "buffer_callback", NULL… in _pickle_dumps() local 582 static _PyArg_Parser _parser = {NULL, _keywords, "dumps", 0}; in _pickle_dumps() 666 …static const char * const _keywords[] = {"file", "fix_imports", "encoding", "errors", "buffers", N… in _pickle_load() local 667 static _PyArg_Parser _parser = {NULL, _keywords, "load", 0}; in _pickle_load() [all …]
|
D | _elementtree.c.h | 171 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_find() local 172 static _PyArg_Parser _parser = {NULL, _keywords, "find", 0}; in _elementtree_Element_find() 211 static const char * const _keywords[] = {"path", "default", "namespaces", NULL}; in _elementtree_Element_findtext() local 212 static _PyArg_Parser _parser = {NULL, _keywords, "findtext", 0}; in _elementtree_Element_findtext() 257 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_findall() local 258 static _PyArg_Parser _parser = {NULL, _keywords, "findall", 0}; in _elementtree_Element_findall() 296 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_iterfind() local 297 static _PyArg_Parser _parser = {NULL, _keywords, "iterfind", 0}; in _elementtree_Element_iterfind() 335 static const char * const _keywords[] = {"key", "default", NULL}; in _elementtree_Element_get() local 336 static _PyArg_Parser _parser = {NULL, _keywords, "get", 0}; in _elementtree_Element_get() [all …]
|
D | binascii.c.h | 52 static const char * const _keywords[] = {"", "backtick", NULL}; in binascii_b2a_uu() local 53 static _PyArg_Parser _parser = {NULL, _keywords, "b2a_uu", 0}; in binascii_b2a_uu() 141 static const char * const _keywords[] = {"", "newline", NULL}; in binascii_b2a_base64() local 142 static _PyArg_Parser _parser = {NULL, _keywords, "b2a_base64", 0}; in binascii_b2a_base64() 463 static const char * const _keywords[] = {"data", "sep", "bytes_per_sep", NULL}; in binascii_b2a_hex() local 464 static _PyArg_Parser _parser = {NULL, _keywords, "b2a_hex", 0}; in binascii_b2a_hex() 538 static const char * const _keywords[] = {"data", "sep", "bytes_per_sep", NULL}; in binascii_hexlify() local 539 static _PyArg_Parser _parser = {NULL, _keywords, "hexlify", 0}; in binascii_hexlify() 670 static const char * const _keywords[] = {"data", "header", NULL}; in binascii_a2b_qp() local 671 static _PyArg_Parser _parser = {NULL, _keywords, "a2b_qp", 0}; in binascii_a2b_qp() [all …]
|
D | sha512module.c.h | 84 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _sha512_sha512() local 85 static _PyArg_Parser _parser = {NULL, _keywords, "sha512", 0}; in _sha512_sha512() 135 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _sha512_sha384() local 136 static _PyArg_Parser _parser = {NULL, _keywords, "sha384", 0}; in _sha512_sha384()
|
D | sha256module.c.h | 84 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _sha256_sha256() local 85 static _PyArg_Parser _parser = {NULL, _keywords, "sha256", 0}; in _sha256_sha256() 135 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _sha256_sha224() local 136 static _PyArg_Parser _parser = {NULL, _keywords, "sha224", 0}; in _sha256_sha224()
|
/external/python/cpython3/Objects/clinic/ |
D | odictobject.c.h | 21 static const char * const _keywords[] = {"iterable", "value", NULL}; in OrderedDict_fromkeys() local 22 static _PyArg_Parser _parser = {NULL, _keywords, "fromkeys", 0}; in OrderedDict_fromkeys() 63 static const char * const _keywords[] = {"key", "default", NULL}; in OrderedDict_setdefault() local 64 static _PyArg_Parser _parser = {NULL, _keywords, "setdefault", 0}; in OrderedDict_setdefault() 104 static const char * const _keywords[] = {"last", NULL}; in OrderedDict_popitem() local 105 static _PyArg_Parser _parser = {NULL, _keywords, "popitem", 0}; in OrderedDict_popitem() 146 static const char * const _keywords[] = {"key", "last", NULL}; in OrderedDict_move_to_end() local 147 static _PyArg_Parser _parser = {NULL, _keywords, "move_to_end", 0}; in OrderedDict_move_to_end()
|
D | descrobject.c.h | 12 static const char * const _keywords[] = {"mapping", NULL}; in mappingproxy_new() local 13 static _PyArg_Parser _parser = {NULL, _keywords, "mappingproxy", 0}; in mappingproxy_new() 75 static const char * const _keywords[] = {"fget", "fset", "fdel", "doc", NULL}; in property_init() local 76 static _PyArg_Parser _parser = {NULL, _keywords, "property", 0}; in property_init()
|
D | longobject.c.h | 12 static const char * const _keywords[] = {"", "base", NULL}; in long_new() local 13 static _PyArg_Parser _parser = {NULL, _keywords, "int", 0}; in long_new() 200 static const char * const _keywords[] = {"length", "byteorder", "signed", NULL}; in int_to_bytes() local 201 static _PyArg_Parser _parser = {NULL, _keywords, "to_bytes", 0}; in int_to_bytes() 282 static const char * const _keywords[] = {"bytes", "byteorder", "signed", NULL}; in int_from_bytes() local 283 static _PyArg_Parser _parser = {NULL, _keywords, "from_bytes", 0}; in int_from_bytes()
|
D | bytesobject.c.h | 29 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_split() local 30 static _PyArg_Parser _parser = {NULL, _keywords, "split", 0}; in bytes_split() 185 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_rsplit() local 186 static _PyArg_Parser _parser = {NULL, _keywords, "rsplit", 0}; in bytes_rsplit() 369 static const char * const _keywords[] = {"", "delete", NULL}; in bytes_translate() local 370 static _PyArg_Parser _parser = {NULL, _keywords, "translate", 0}; in bytes_translate() 634 static const char * const _keywords[] = {"encoding", "errors", NULL}; in bytes_decode() local 635 static _PyArg_Parser _parser = {NULL, _keywords, "decode", 0}; in bytes_decode() 705 static const char * const _keywords[] = {"keepends", NULL}; in bytes_splitlines() local 706 static _PyArg_Parser _parser = {NULL, _keywords, "splitlines", 0}; in bytes_splitlines() [all …]
|
/external/python/cpython3/PC/clinic/ |
D | winsound.c.h | 26 static const char * const _keywords[] = {"sound", "flags", NULL}; in winsound_PlaySound() local 27 static _PyArg_Parser _parser = {NULL, _keywords, "PlaySound", 0}; in winsound_PlaySound() 74 static const char * const _keywords[] = {"frequency", "duration", NULL}; in winsound_Beep() local 75 static _PyArg_Parser _parser = {NULL, _keywords, "Beep", 0}; in winsound_Beep() 126 static const char * const _keywords[] = {"type", NULL}; in winsound_MessageBeep() local 127 static _PyArg_Parser _parser = {NULL, _keywords, "MessageBeep", 0}; in winsound_MessageBeep()
|
D | _testconsole.c.h | 24 static const char * const _keywords[] = {"file", "s", NULL}; in _testconsole_write_input() local 25 static _PyArg_Parser _parser = {NULL, _keywords, "write_input", 0}; in _testconsole_write_input() 66 static const char * const _keywords[] = {"file", NULL}; in _testconsole_read_output() local 67 static _PyArg_Parser _parser = {NULL, _keywords, "read_output", 0}; in _testconsole_read_output()
|
/external/python/cpython3/Modules/_multiprocessing/clinic/ |
D | posixshmem.c.h | 24 static const char * const _keywords[] = {"path", "flags", "mode", NULL}; in _posixshmem_shm_open() local 25 static _PyArg_Parser _parser = {NULL, _keywords, "shm_open", 0}; in _posixshmem_shm_open() 101 static const char * const _keywords[] = {"path", NULL}; in _posixshmem_shm_unlink() local 102 static _PyArg_Parser _parser = {NULL, _keywords, "shm_unlink", 0}; in _posixshmem_shm_unlink()
|
/external/python/cpython3/Modules/cjkcodecs/clinic/ |
D | multibytecodec.c.h | 28 static const char * const _keywords[] = {"input", "errors", NULL}; in _multibytecodec_MultibyteCodec_encode() local 29 static _PyArg_Parser _parser = {NULL, _keywords, "encode", 0}; in _multibytecodec_MultibyteCodec_encode() 91 static const char * const _keywords[] = {"input", "errors", NULL}; in _multibytecodec_MultibyteCodec_decode() local 92 static _PyArg_Parser _parser = {NULL, _keywords, "decode", 0}; in _multibytecodec_MultibyteCodec_decode() 159 static const char * const _keywords[] = {"input", "final", NULL}; in _multibytecodec_MultibyteIncrementalEncoder_encode() local 160 static _PyArg_Parser _parser = {NULL, _keywords, "encode", 0}; in _multibytecodec_MultibyteIncrementalEncoder_encode() 270 static const char * const _keywords[] = {"input", "final", NULL}; in _multibytecodec_MultibyteIncrementalDecoder_decode() local 271 static _PyArg_Parser _parser = {NULL, _keywords, "decode", 0}; in _multibytecodec_MultibyteIncrementalDecoder_decode()
|