Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dlocnmtst.cpp163 const int32_t kMaxResultSize = 150; // long enough in TestUldnOpen() local
166 int32_t len = uldn_localeDisplayName(ldn, "de_DE", result, kMaxResultSize, &status); in TestUldnOpen()
170 UnicodeString str(result, len, kMaxResultSize); in TestUldnOpen()
185 const int32_t kMaxResultSize = 150; // long enough in TestUldnOpenDialect() local
188 int32_t len = uldn_localeDisplayName(ldn, "en_GB", result, kMaxResultSize, &status); in TestUldnOpenDialect()
192 UnicodeString str(result, len, kMaxResultSize); in TestUldnOpenDialect()
198 const int32_t kMaxResultSize = 150; // long enough in TestUldnWithGarbage() local
201 …int32_t len = uldn_localeDisplayName(ldn, "english (United States) [w", result, kMaxResultSize, &s… in TestUldnWithGarbage()
208 const int32_t kMaxResultSize = 150; // long enough in TestUldnWithKeywordsAndEverything() local
214 int32_t len = uldn_localeDisplayName(ldn, locname, result, kMaxResultSize, &status); in TestUldnWithKeywordsAndEverything()
[all …]