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

/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp257 int32_t buffCapacity)
264 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
268 // fLength = u_strlen(buff); but do not look beyond buffCapacity
269 const UChar *p = buff, *limit = buff + buffCapacity;
275 setArray(buff, buffLength, buffCapacity);
1128 int32_t buffCapacity) {
1141 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
1145 // buffLength = u_strlen(buff); but do not look beyond buffCapacity
255 UnicodeString(UChar *buff, int32_t buffLength, int32_t buffCapacity) argument
1126 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) argument
[all...]
H A Dputil.c1846 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument
1856 name = uprv_strncpy(buffer, name+1, buffCapacity);
1857 buffer[buffCapacity-1] = 0; /* ensure NULL termination */
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurr.cpp352 int32_t buffCapacity,
358 if ((buff && buffCapacity) || !buffCapacity) {
363 if(buffCapacity > resLen) {
379 if(buffCapacity > u_strlen(result)) {
422 return ucurr_forLocale(id, buff, buffCapacity, ec);
429 if(buffCapacity > resLen) {
434 return u_terminateUChars(buff, buffCapacity, resLen, ec);
1948 int32_t buffCapacity,
1958 if ((buff && buffCapacity) || !buffCapacit
350 ucurr_forLocale(const char* locale, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
1944 ucurr_forLocaleAndDate(const char* locale, UDate date, int32_t index, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
[all...]
/external/icu4c/common/
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 */
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...]
/external/icu4c/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...]

Completed in 199 milliseconds