OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keywordValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/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
,
/external/icu4c/common/
locdispnames.cpp
769
char
keywordValue
[ULOC_FULLNAME_CAPACITY*4];
784
keywordValue
[0]=0;
785
keywordValueLen = uloc_getKeywordValue(locale, keyword,
keywordValue
, capacity, status);
798
UResourceBundle *currency = ures_getByKeyWithFallback(currencies,
keywordValue
, NULL, status);
828
u_charsToUChars(
keywordValue
, dest, keywordValueLen);
841
keywordValue
,
842
keywordValue
,
/external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c
[
all
...]
/external/icu4c/test/cintltst/
callcoll.c
[
all
...]
Completed in 1646 milliseconds