Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c5812 int native_ordering = byteorder <= 0; in _PyUnicode_EncodeUTF32() local
5814 int native_ordering = byteorder >= 0; in _PyUnicode_EncodeUTF32() local
5980 int native_ordering; in PyUnicode_DecodeUTF16Stateful() local
6134 int native_ordering = byteorder >= 0; in _PyUnicode_EncodeUTF16() local
6136 int native_ordering = byteorder <= 0; in _PyUnicode_EncodeUTF16() local