HomeSort by relevance Sort by last modified time
    Searched defs:LC_ALL (Results 76 - 82 of 82) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/9/sources/android/support/include/
locale.h 51 #define LC_ALL LC_ALL
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 39 "LC_NUMERIC", "LC_ALL", "CHAR_MAX"]
50 LC_ALL = 6
323 setlocale(LC_ALL, "")
461 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')):
467 setlocale(LC_ALL, "") runs using the portable 'C' locale.
468 Calling setlocale(LC_ALL, "") lets it use the default locale as
519 category may be one of the LC_* value except LC_ALL. It
528 if category == LC_ALL and ';' in localename:
529 raise TypeError, 'category LC_ALL is not supported'
549 def resetlocale(category=LC_ALL)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 39 "LC_NUMERIC", "LC_ALL", "CHAR_MAX"]
50 LC_ALL = 6
323 setlocale(LC_ALL, "")
461 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')):
467 setlocale(LC_ALL, "") runs using the portable 'C' locale.
468 Calling setlocale(LC_ALL, "") lets it use the default locale as
519 category may be one of the LC_* value except LC_ALL. It
528 if category == LC_ALL and ';' in localename:
529 raise TypeError, 'category LC_ALL is not supported'
549 def resetlocale(category=LC_ALL)
    [all...]
  /external/e2fsprogs/debian/
rules 13 export LC_ALL ?= C
  /external/bison/
maint.mk 151 # Doing it here saves us from having to set LC_ALL elsewhere in this file.
152 export LC_ALL = C
    [all...]

Completed in 645 milliseconds

1 2 34