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

/external/chromium_org/third_party/icu/source/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,
/external/icu/icu4c/source/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,
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp255 int32_t buffCapacity)
262 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
266 // fLength = u_strlen(buff); but do not look beyond buffCapacity
267 const UChar *p = buff, *limit = buff + buffCapacity;
273 setArray(buff, buffLength, buffCapacity);
1208 int32_t buffCapacity) {
1221 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
1225 // buffLength = u_strlen(buff); but do not look beyond buffCapacity
253 UnicodeString(UChar *buff, int32_t buffLength, int32_t buffCapacity) argument
1206 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) argument
[all...]
H A Dputil.cpp1906 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument
1916 name = uprv_strncpy(buffer, name+1, buffCapacity);
1917 buffer[buffCapacity-1] = 0; /* ensure NULL termination */
/external/icu/icu4c/source/common/
H A Dunistr.cpp255 int32_t buffCapacity)
262 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
266 // fLength = u_strlen(buff); but do not look beyond buffCapacity
267 const UChar *p = buff, *limit = buff + buffCapacity;
273 setArray(buff, buffLength, buffCapacity);
1208 int32_t buffCapacity) {
1221 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
1225 // buffLength = u_strlen(buff); but do not look beyond buffCapacity
253 UnicodeString(UChar *buff, int32_t buffLength, int32_t buffCapacity) argument
1206 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) argument
[all...]
H A Dputil.cpp1906 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument
1916 name = uprv_strncpy(buffer, name+1, buffCapacity);
1917 buffer[buffCapacity-1] = 0; /* ensure NULL termination */
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurr.cpp547 int32_t buffCapacity,
553 if ((buff && buffCapacity) || !buffCapacity) {
558 if(buffCapacity > resLen) {
574 if(buffCapacity > u_strlen(result)) {
617 return ucurr_forLocale(id, buff, buffCapacity, ec);
624 if(buffCapacity > resLen) {
629 return u_terminateUChars(buff, buffCapacity, resLen, ec);
2325 int32_t buffCapacity,
2335 if ((buff && buffCapacity) || !buffCapacit
545 ucurr_forLocale(const char* locale, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
2321 ucurr_forLocaleAndDate(const char* locale, UDate date, int32_t index, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Ducurr.cpp547 int32_t buffCapacity,
553 if ((buff && buffCapacity) || !buffCapacity) {
558 if(buffCapacity > resLen) {
574 if(buffCapacity > u_strlen(result)) {
617 return ucurr_forLocale(id, buff, buffCapacity, ec);
624 if(buffCapacity > resLen) {
629 return u_terminateUChars(buff, buffCapacity, resLen, ec);
2325 int32_t buffCapacity,
2335 if ((buff && buffCapacity) || !buffCapacit
545 ucurr_forLocale(const char* locale, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
2321 ucurr_forLocaleAndDate(const char* locale, UDate date, int32_t index, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h1975 * @param buffCapacity The size of <code>buffer</code> in UChars.
1981 int32_t buffCapacity);
2955 * @param buffCapacity The size of <code>buffer</code> in UChars.
2958 UnicodeString(UChar *buffer, int32_t buffLength, int32_t buffCapacity);
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h1975 * @param buffCapacity The size of <code>buffer</code> in UChars.
1981 int32_t buffCapacity);
2955 * @param buffCapacity The size of <code>buffer</code> in UChars.
2958 UnicodeString(UChar *buffer, int32_t buffLength, int32_t buffCapacity);

Completed in 192 milliseconds