Searched refs:kMaxResultSize (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | locnmtst.cpp | 161 const int32_t kMaxResultSize = 150; // long enough in TestUldnOpen() local 164 int32_t len = uldn_localeDisplayName(ldn, "de_DE", result, kMaxResultSize, &status); in TestUldnOpen() 168 UnicodeString str(result, len, kMaxResultSize); in TestUldnOpen() 183 const int32_t kMaxResultSize = 150; // long enough in TestUldnOpenDialect() local 186 int32_t len = uldn_localeDisplayName(ldn, "en_GB", result, kMaxResultSize, &status); in TestUldnOpenDialect() 190 UnicodeString str(result, len, kMaxResultSize); in TestUldnOpenDialect() 196 const int32_t kMaxResultSize = 150; // long enough in TestUldnWithGarbage() local 199 …int32_t len = uldn_localeDisplayName(ldn, "english (United States) [w", result, kMaxResultSize, &s… in TestUldnWithGarbage() 206 const int32_t kMaxResultSize = 150; // long enough in TestUldnWithKeywordsAndEverything() local 212 int32_t len = uldn_localeDisplayName(ldn, locname, result, kMaxResultSize, &status); in TestUldnWithKeywordsAndEverything() [all …]
|