Home
last modified time | relevance | path

Searched refs:maxResultSize (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/unicode/
Duldnames.h136 int32_t maxResultSize,
156 int32_t maxResultSize,
174 int32_t maxResultSize,
192 int32_t maxResultSize,
210 int32_t maxResultSize,
228 int32_t maxResultSize,
246 int32_t maxResultSize,
266 int32_t maxResultSize,
/external/icu4c/i18n/
Dlocdspnm.cpp803 int32_t maxResultSize, in uldn_localeDisplayName() argument
808 if (ldn == NULL || locale == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) { in uldn_localeDisplayName()
812 UnicodeString temp(result, 0, maxResultSize); in uldn_localeDisplayName()
814 return temp.extract(result, maxResultSize, *pErrorCode); in uldn_localeDisplayName()
821 int32_t maxResultSize, in uldn_languageDisplayName() argument
826 if (ldn == NULL || lang == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) { in uldn_languageDisplayName()
830 UnicodeString temp(result, 0, maxResultSize); in uldn_languageDisplayName()
832 return temp.extract(result, maxResultSize, *pErrorCode); in uldn_languageDisplayName()
839 int32_t maxResultSize, in uldn_scriptDisplayName() argument
844 if (ldn == NULL || script == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) { in uldn_scriptDisplayName()
[all …]
/external/webkit/Source/JavaScriptCore/icu/unicode/
Duloc.h711 int32_t maxResultSize,
/external/webkit/Source/WebCore/icu/unicode/
Duloc.h711 int32_t maxResultSize,
/external/icu4c/common/unicode/
Duloc.h729 int32_t maxResultSize,