OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keywordname
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/icu/source/common/
locid.cpp
1061
Locale::getKeywordValue(const char*
keywordName
, char *buffer, int32_t bufLen, UErrorCode &status) const
1063
return uloc_getKeywordValue(fullName,
keywordName
, buffer, bufLen, &status);
1067
Locale::setKeywordValue(const char*
keywordName
, const char* keywordValue, UErrorCode &status)
1069
uloc_setKeywordValue(
keywordName
, keywordValue, fullName, ULOC_FULLNAME_CAPACITY, &status);
uloc.c
597
* @param
keywordName
incoming name to be canonicalized
601
static int32_t locale_canonKeywordName(char *buf, const char *
keywordName
, UErrorCode *status)
604
int32_t keywordNameLen = (int32_t)uprv_strlen(
keywordName
);
614
buf[i] = uprv_tolower(
keywordName
[i]);
[
all
...]
/external/icu4c/common/
locid.cpp
997
Locale::getKeywordValue(const char*
keywordName
, char *buffer, int32_t bufLen, UErrorCode &status) const
999
return uloc_getKeywordValue(fullName,
keywordName
, buffer, bufLen, &status);
1003
Locale::setKeywordValue(const char*
keywordName
, const char* keywordValue, UErrorCode &status)
1005
uloc_setKeywordValue(
keywordName
, keywordValue, fullName, ULOC_FULLNAME_CAPACITY, &status);
uloc.cpp
582
* @param
keywordName
incoming name to be canonicalized
586
static int32_t locale_canonKeywordName(char *buf, const char *
keywordName
, UErrorCode *status)
589
int32_t keywordNameLen = (int32_t)uprv_strlen(
keywordName
);
599
buf[i] = uprv_tolower(
keywordName
[i]);
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
locid.h
440
* @param
keywordName
name of the keyword for which we want the value. Case insensitive.
448
int32_t getKeywordValue(const char*
keywordName
, char *buffer, int32_t bufferCapacity, UErrorCode &status) const;
453
* @param
keywordName
name of the keyword to be set. Case insensitive.
461
void setKeywordValue(const char*
keywordName
, const char* keywordValue, UErrorCode &status);
uloc.h
[
all
...]
/external/icu4c/common/unicode/
locid.h
443
* @param
keywordName
name of the keyword for which we want the value. Case insensitive.
451
int32_t getKeywordValue(const char*
keywordName
, char *buffer, int32_t bufferCapacity, UErrorCode &status) const;
456
* @param
keywordName
name of the keyword to be set. Case insensitive.
464
void setKeywordValue(const char*
keywordName
, const char* keywordValue, UErrorCode &status);
uloc.h
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
Completed in 501 milliseconds