OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keywordvalue
(Results
1 - 8
of
8
) sorted by null
/external/icu4c/common/
locdispnames.cpp
442
char
keywordValue
[256];
612
keywordValueLen = uloc_getKeywordValue(locale, keyword,
keywordValue
, 256, pErrorCode);
747
char
keywordValue
[ULOC_FULLNAME_CAPACITY*4];
762
keywordValue
[0]=0;
763
keywordValueLen = uloc_getKeywordValue(locale, keyword,
keywordValue
, capacity, status);
776
UResourceBundle *currency = ures_getByKeyWithFallback(currencies,
keywordValue
, NULL, status);
806
u_charsToUChars(
keywordValue
, dest, keywordValueLen);
819
keywordValue
,
820
keywordValue
,
uloc.c
[
all
...]
locid.cpp
1067
Locale::setKeywordValue(const char* keywordName, const char*
keywordValue
, UErrorCode &status)
1069
uloc_setKeywordValue(keywordName,
keywordValue
, fullName, ULOC_FULLNAME_CAPACITY, &status);
/external/icu4c/test/cintltst/
callcoll.c
[
all
...]
/external/icu4c/common/unicode/
locid.h
454
* @param
keywordValue
value of the keyword to be set. If 0-length or
461
void setKeywordValue(const char* keywordName, const char*
keywordValue
, UErrorCode &status);
uloc.h
[
all
...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
uloc.h
[
all
...]
Completed in 302 milliseconds