Home
last modified time | relevance | path

Searched refs:getname (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ucnhash.h21 int (*getname)(Py_UCS4 code, char* buffer, int buflen, member
/third_party/musl/src/time/
D__tz.c84 static void getname(char *d, const char **p) in getname() function
221 getname(std_name, &s); in do_tzset()
224 getname(dst_name, &s); in do_tzset()
/third_party/musl/porting/linux/user/src/time/
D__tz.c114 static void getname(char *d, const char **p) in getname() function
308 getname(std_name, &s); in do_tzset()
311 getname(dst_name, &s); in do_tzset()
/third_party/python/Lib/
Dchunk.py78 def getname(self): member in Chunk
Dwave.py129 if self._file.getname() != b'RIFF':
141 chunkname = chunk.getname()
Daifc.py315 if chunk.getname() != b'FORM':
332 chunkname = chunk.getname()
/third_party/python/Doc/library/
Dchunk.rst76 .. method:: getname()
/third_party/python/Python/
Dcodecs.c990 if (ucnhash_capi->getname(c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors()
1013 if (ucnhash_capi->getname(c, buffer, sizeof(buffer), 1)) { in PyCodec_NameReplaceErrors()
/third_party/python/Modules/
Dunicodedata.c1327 capi->getname = capi_getucname; in unicodedata_create_capi()
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md4552 …/nodejs/node/commit/7c932c2d49)] - **test**: added tests for https-agent-getname (suryagh) [#6762]…
/third_party/python/Misc/
DHISTORY33976 Additions to al (audio library interface): added getname(),