Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c5715 int native_ordering = byteorder <= 0; in _PyUnicode_EncodeUTF32() local
5717 int native_ordering = byteorder >= 0; in _PyUnicode_EncodeUTF32() local
5896 int native_ordering; in PyUnicode_DecodeUTF16Stateful() local
6050 int native_ordering = byteorder >= 0; in _PyUnicode_EncodeUTF16() local
6052 int native_ordering = byteorder <= 0; in _PyUnicode_EncodeUTF16() local