Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c5547 int native_ordering = byteorder <= 0; in _PyUnicode_EncodeUTF32() local
5549 int native_ordering = byteorder >= 0; in _PyUnicode_EncodeUTF32() local
5728 int native_ordering; in PyUnicode_DecodeUTF16Stateful() local
5882 int native_ordering = byteorder >= 0; in _PyUnicode_EncodeUTF16() local
5884 int native_ordering = byteorder <= 0; in _PyUnicode_EncodeUTF16() local