Searched refs:patternCapacity (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dulocdata.h239 * @param patternCapacity the size of the buffer to store the locale display
244 * than patternCapacity, the returned pattern will be truncated.
251 int32_t patternCapacity,
/external/icu4c/test/cintltst/
H A Dudatpg_test.c227 int32_t formattedCapacity, resultLen,patternCapacity ; local
318 patternCapacity = (int32_t)(sizeof(pattern)/sizeof((pattern)[0]));
327 pattern, patternCapacity, &status);
/external/icu4c/test/intltest/
H A Dregextst.cpp4296 int32_t patternCapacity = 0; local
4424 patternLength = pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4428 patternCapacity = patternLength + 1;
4429 patternChars = new char[patternCapacity];
4430 pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);

Completed in 89 milliseconds