Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c5399 int native_ordering = byteorder <= 0; in _PyUnicode_EncodeUTF32() local
5401 int native_ordering = byteorder >= 0; in _PyUnicode_EncodeUTF32() local
5580 int native_ordering; in PyUnicode_DecodeUTF16Stateful() local
5734 int native_ordering = byteorder >= 0; in _PyUnicode_EncodeUTF16() local
5736 int native_ordering = byteorder <= 0; in _PyUnicode_EncodeUTF16() local