HomeSort by relevance Sort by last modified time
    Searched refs:native_ordering (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Objects/stringlib/
codecs.h 495 int native_ordering)
504 int ihi = !!native_ordering, ilo = !native_ordering;
506 int ihi = !native_ordering, ilo = !!native_ordering;
519 if (native_ordering) {
618 int native_ordering)
623 if (native_ordering) {
654 if (native_ordering) {
751 int native_ordering)
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 5374 int native_ordering = byteorder <= 0; local
5376 int native_ordering = byteorder >= 0; local
5487 &out, native_ordering); local
5556 int native_ordering; local
5709 int native_ordering = byteorder >= 0; local
5711 int native_ordering = byteorder <= 0; local
5839 &out, native_ordering); local
    [all...]

Completed in 84 milliseconds