HomeSort by relevance Sort by last modified time
    Searched refs:_locale (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/runtime-gen/
createcollator.js 4 var _locale = "foo"; variable
7 %CreateCollator(_locale, _options, _resolved);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__locale.py 2 from _locale import (setlocale, LC_NUMERIC, localeconv, Error)
4 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__locale.py 2 from _locale import (setlocale, LC_NUMERIC, localeconv, Error)
4 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 10 import locale as _locale namespace
493 self.oldlocale = _locale.getlocale(_locale.LC_TIME)
494 _locale.setlocale(_locale.LC_TIME, self.locale)
495 return _locale.getlocale(_locale.LC_TIME)[1]
498 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
512 locale = _locale.getdefaultlocale(
    [all...]
locale.py 29 # Try importing the _locale module.
43 from _locale import *
88 raise Error, '_locale emulation only supports "C" locale'
486 # check if it's supported by the _locale module
487 import _locale namespace
488 code, encoding = _locale._getdefaultlocale()
563 import _locale namespace
564 return _locale._getdefaultlocale()[1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 10 import locale as _locale namespace
493 self.oldlocale = _locale.getlocale(_locale.LC_TIME)
494 _locale.setlocale(_locale.LC_TIME, self.locale)
495 return _locale.getlocale(_locale.LC_TIME)[1]
498 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
512 locale = _locale.getdefaultlocale(
    [all...]
locale.py 29 # Try importing the _locale module.
43 from _locale import *
88 raise Error, '_locale emulation only supports "C" locale'
486 # check if it's supported by the _locale module
487 import _locale namespace
488 code, encoding = _locale._getdefaultlocale()
563 import _locale namespace
564 return _locale._getdefaultlocale()[1]
    [all...]
  /external/stlport/stlport/stl/
_collate.h 30 # include <stl/_locale.h>
_ctype.h 30 # include <stl/_locale.h>
_ios_base.h 30 # include <stl/_locale.h>
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_collate.h 30 # include <stl/_locale.h>
_ctype.h 30 # include <stl/_locale.h>
_ios_base.h 30 # include <stl/_locale.h>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_collate.h 30 # include <stl/_locale.h>
_ctype.h 30 # include <stl/_locale.h>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_collate.h 30 # include <stl/_locale.h>
_ctype.h 30 # include <stl/_locale.h>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_collate.h 30 # include <stl/_locale.h>
_ctype.h 30 # include <stl/_locale.h>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_collate.h 30 # include <stl/_locale.h>
_ctype.h 30 # include <stl/_locale.h>
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_collate.h 30 # include <stl/_locale.h>
_ctype.h 30 # include <stl/_locale.h>
  /external/chromium_org/third_party/icu/source/test/intltest/
svccoll.cpp 225 CollatorInfo::CollatorInfo(const Locale& _locale, Collator* _collator, Hashtable* _displayNames)
226 : locale(_locale)
  /external/icu/icu4c/source/test/intltest/
svccoll.cpp 224 CollatorInfo::CollatorInfo(const Locale& _locale, Collator* _collator, Hashtable* _displayNames)
225 : locale(_locale)

Completed in 1066 milliseconds

1 2