Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dlocnmtst.cpp162 const int32_t kMaxResultSize = 150; // long enough in TestUldnOpen() local
165 int32_t len = uldn_localeDisplayName(ldn, "de_DE", result, kMaxResultSize, &status); in TestUldnOpen()
169 UnicodeString str(result, len, kMaxResultSize); in TestUldnOpen()
184 const int32_t kMaxResultSize = 150; // long enough in TestUldnOpenDialect() local
187 int32_t len = uldn_localeDisplayName(ldn, "en_GB", result, kMaxResultSize, &status); in TestUldnOpenDialect()
191 UnicodeString str(result, len, kMaxResultSize); in TestUldnOpenDialect()
197 const int32_t kMaxResultSize = 150; // long enough in TestUldnWithGarbage() local
200 …int32_t len = uldn_localeDisplayName(ldn, "english (United States) [w", result, kMaxResultSize, &s… in TestUldnWithGarbage()
207 const int32_t kMaxResultSize = 150; // long enough in TestUldnWithKeywordsAndEverything() local
213 int32_t len = uldn_localeDisplayName(ldn, locname, result, kMaxResultSize, &status); in TestUldnWithKeywordsAndEverything()
[all …]