OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Py_UNICODE_WIDE
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h
78
/* Setting
Py_UNICODE_WIDE
enables UCS-4 storage. Otherwise, Unicode
82
#define
Py_UNICODE_WIDE
99
# if defined(
Py_UNICODE_WIDE
)
146
#ifndef
Py_UNICODE_WIDE
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h
78
/* Setting
Py_UNICODE_WIDE
enables UCS-4 storage. Otherwise, Unicode
82
#define
Py_UNICODE_WIDE
99
# if defined(
Py_UNICODE_WIDE
)
146
#ifndef
Py_UNICODE_WIDE
[
all
...]
Completed in 76 milliseconds