OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getlocale
(Results
201 - 225
of
286
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py
29
return locale.
getlocale
(locale.LC_TIME)
/external/icu/icu4c/source/i18n/
dtfmtsym.cpp
[
all
...]
rulebasedcollator.cpp
291
RuleBasedCollator::
getLocale
(ULocDataLocaleType type, UErrorCode& errorCode) const {
[
all
...]
transreg.cpp
[
all
...]
msgfmt.cpp
463
MessageFormat::
getLocale
() const
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java
802
LanguageQualifier currentLanguage = parent.
getLocale
().language;
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
locid.h
728
static const Locale &
getLocale
(int locid);
ures.h
292
* If fallback has occured,
getLocale
will reflect this.
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h
392
virtual const Locale&
getLocale
(void) const;
[
all
...]
tblcoll.h
457
virtual const Locale
getLocale
(ULocDataLocaleType type, UErrorCode& status) const;
[
all
...]
coll.h
531
virtual const Locale
getLocale
(ULocDataLocaleType type, UErrorCode& status) const = 0;
[
all
...]
/external/icu/icu4c/source/common/unicode/
locid.h
740
static const Locale &
getLocale
(int locid);
ures.h
298
* If fallback has occured,
getLocale
will reflect this.
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h
504
Locale
getLocale
(ULocDataLocaleType type, UErrorCode& status) const;
coll.h
539
virtual Locale
getLocale
(ULocDataLocaleType type, UErrorCode& status) const = 0;
[
all
...]
/external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp
407
fStyleRunInfo[run].locale = fLocaleRuns->
getLocale
(styleIndices[3]);
[
all
...]
/external/chromium_org/content/renderer/
render_thread_impl.cc
669
std::string RenderThreadImpl::
GetLocale
() {
[
all
...]
renderer_webkitplatformsupport_impl.cc
364
return base::ASCIIToUTF16(RenderThread::Get()->
GetLocale
());
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
transreg.cpp
[
all
...]
msgfmt.cpp
547
MessageFormat::
getLocale
() const
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js
77
function
getLocale
() {
85
var locale =
getLocale
();
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/external/icu/icu4c/source/test/intltest/
collationtest.cpp
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java
241
boolean isRtl = Bridge.isLocaleRtl(params.
getLocale
());
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py
[
all
...]
Completed in 1243 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>