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

1 2 34 5

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/ndk/r10/platforms/android-21/arch-arm/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r10/sources/android/support/include/
locale.h 52 #define LC_ALL LC_ALL
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/
locale.h 42 #define LC_ALL 6
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/
locale.h 42 #define LC_ALL 6

Completed in 773 milliseconds

1 2 34 5