Home
last modified time | relevance | path

Searched defs:native_ordering (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dunicodeobject.c5913 int native_ordering = byteorder <= 0; in _PyUnicode_EncodeUTF32() local
5915 int native_ordering = byteorder >= 0; in _PyUnicode_EncodeUTF32() local
6094 int native_ordering; in PyUnicode_DecodeUTF16Stateful() local
6248 int native_ordering = byteorder >= 0; in _PyUnicode_EncodeUTF16() local
6250 int native_ordering = byteorder <= 0; in _PyUnicode_EncodeUTF16() local