Searched refs:buffCapacity (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ducurr.h43 * @param buffCapacity capacity of the fill in buffer. Can be 0 for
55 int32_t buffCapacity,
307 * @param buffCapacity capacity of the fill in buffer. Can be 0 for
321 int32_t buffCapacity,
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunistr.cpp259 int32_t buffCapacity)
266 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
270 // fLength = u_strlen(buff); but do not look beyond buffCapacity
271 const UChar *p = buff, *limit = buff + buffCapacity;
277 setArray(buff, buffLength, buffCapacity);
1174 int32_t buffCapacity) {
1187 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
1191 // buffLength = u_strlen(buff); but do not look beyond buffCapacity
257 UnicodeString(UChar *buff, int32_t buffLength, int32_t buffCapacity) argument
1172 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) argument
[all...]
H A Dputil.cpp1879 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument
1889 name = uprv_strncpy(buffer, name+1, buffCapacity);
1890 buffer[buffCapacity-1] = 0; /* ensure NULL termination */
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducurr.cpp392 int32_t buffCapacity,
398 if ((buff && buffCapacity) || !buffCapacity) {
403 if(buffCapacity > resLen) {
419 if(buffCapacity > u_strlen(result)) {
462 return ucurr_forLocale(id, buff, buffCapacity, ec);
469 if(buffCapacity > resLen) {
474 return u_terminateUChars(buff, buffCapacity, resLen, ec);
2113 int32_t buffCapacity,
2123 if ((buff && buffCapacity) || !buffCapacit
390 ucurr_forLocale(const char* locale, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
2109 ucurr_forLocaleAndDate(const char* locale, UDate date, int32_t index, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dunistr.h1977 * @param buffCapacity The size of <code>buffer</code> in UChars.
1983 int32_t buffCapacity);
2957 * @param buffCapacity The size of <code>buffer</code> in UChars.
2960 UnicodeString(UChar *buffer, int32_t buffLength, int32_t buffCapacity);
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dunistr.h1911 * @param buffCapacity The size of <code>buffer</code> in UChars.
1917 int32_t buffCapacity);
2876 * @param buffCapacity The size of <code>buffer</code> in UChars.
2879 UnicodeString(UChar *buffer, int32_t buffLength, int32_t buffCapacity);

Completed in 216 milliseconds