OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_locale
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/extensions/experimental/
i18n-extension.cc
141
char
max_locale
[ULOC_FULLNAME_CAPACITY];
local
142
uloc_addLikelySubtags(locale_name.c_str(),
max_locale
,
143
sizeof(
max_locale
), &status);
148
return v8::String::New(NormalizeLocale(
max_locale
).c_str());
/external/icu4c/test/intltest/
dtptngts.cpp
36
#define
MAX_LOCALE
9
61
const char* testLocale[
MAX_LOCALE
][4] = {
551
while (localeIndex <
MAX_LOCALE
)
[
all
...]
Completed in 52 milliseconds