/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucurr.h | 72 * @param buffCapacity capacity of the fill in buffer. Can be 0 for 84 int32_t buffCapacity, 413 * @param buffCapacity capacity of the fill in buffer. Can be 0 for 427 int32_t buffCapacity,
|
H A D | unistr.h | 2061 * @param buffCapacity The size of `buffer` in char16_ts. 2067 int32_t buffCapacity); 3114 * @param buffCapacity The size of `buffer` in char16_ts. 3117 UnicodeString(char16_t *buffer, int32_t buffLength, int32_t buffCapacity); 3125 * @param buffCapacity buffer capacity 3128 UnicodeString(uint16_t *buffer, int32_t buffLength, int32_t buffCapacity) : in UnicodeString() argument 3129 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} in UnicodeString() 3139 * @param buffCapacity buffer capacity 3142 UnicodeString(wchar_t *buffer, int32_t buffLength, int32_t buffCapacity) : in UnicodeString() argument 3143 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} in UnicodeString() [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucurr.h | 72 * @param buffCapacity capacity of the fill in buffer. Can be 0 for 84 int32_t buffCapacity, 413 * @param buffCapacity capacity of the fill in buffer. Can be 0 for 427 int32_t buffCapacity,
|
H A D | unistr.h | 2061 * @param buffCapacity The size of `buffer` in char16_ts. 2067 int32_t buffCapacity); 3114 * @param buffCapacity The size of `buffer` in char16_ts. 3117 UnicodeString(char16_t *buffer, int32_t buffLength, int32_t buffCapacity); 3125 * @param buffCapacity buffer capacity 3128 UnicodeString(uint16_t *buffer, int32_t buffLength, int32_t buffCapacity) : in UnicodeString() argument 3129 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} in UnicodeString() 3139 * @param buffCapacity buffer capacity 3142 UnicodeString(wchar_t *buffer, int32_t buffLength, int32_t buffCapacity) : in UnicodeString() argument 3143 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} in UnicodeString() [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucurr.h | 72 * @param buffCapacity capacity of the fill in buffer. Can be 0 for 84 int32_t buffCapacity, 415 * @param buffCapacity capacity of the fill in buffer. Can be 0 for 429 int32_t buffCapacity,
|
H A D | unistr.h | 2061 * @param buffCapacity The size of `buffer` in char16_ts. 2067 int32_t buffCapacity); 3114 * @param buffCapacity The size of `buffer` in char16_ts. 3117 UnicodeString(char16_t *buffer, int32_t buffLength, int32_t buffCapacity); 3125 * @param buffCapacity buffer capacity 3128 UnicodeString(uint16_t *buffer, int32_t buffLength, int32_t buffCapacity) : in UnicodeString() argument 3129 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} in UnicodeString() 3139 * @param buffCapacity buffer capacity 3142 UnicodeString(wchar_t *buffer, int32_t buffLength, int32_t buffCapacity) : in UnicodeString() argument 3143 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} in UnicodeString() [all...] |
/third_party/icu/tools/colprobe/ |
H A D | colprobe.h | 10 typedef int (*GetSortKeyFn) (const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity);
|
H A D | colprobeNew.cpp | 211 int UNIXgetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in UNIXgetSortKey() argument 216 return (strxfrm((char *)buffer, compUTF8A, buffCapacity)+1); in UNIXgetSortKey() 240 int WingetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in WingetSortKey() argument 243 return LCMapStringW(gWinLCID, LCMAP_SORTKEY | SORT_STRINGSORT, compA, compALen, (unsigned short *)buffer, buffCapacity); in WingetSortKey() 282 int ICUgetSortKey(const UChar *string, int32_t len, uint8_t *buffer, int32_t buffCapacity) { in ICUgetSortKey() argument 283 return ucol_getSortKey(gCol, string, len, buffer, buffCapacity); in ICUgetSortKey()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucurr.cpp | 515 int32_t buffCapacity, in ucurr_forLocale() 518 if (buffCapacity < 0 || (buff == nullptr && buffCapacity > 0)) { in ucurr_forLocale() 528 if (resLen < buffCapacity) { in ucurr_forLocale() 532 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale() 545 if(buffCapacity > u_strlen(result)) { in ucurr_forLocale() 549 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale() 604 return ucurr_forLocale(id, buff, buffCapacity, ec); in ucurr_forLocale() 611 if(buffCapacity > resLen) { in ucurr_forLocale() 615 return u_terminateUChars(buff, buffCapacity, resLe in ucurr_forLocale() 513 ucurr_forLocale(const char* locale, UChar* buff, int32_t buffCapacity, UErrorCode* ec) ucurr_forLocale() argument 2399 ucurr_forLocaleAndDate(const char* locale, UDate date, int32_t index, UChar* buff, int32_t buffCapacity, UErrorCode* ec) ucurr_forLocaleAndDate() argument [all...] |
H A D | unistr.cpp | 245 int32_t buffCapacity) { in UnicodeString() 250 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in UnicodeString() 254 // fLength = u_strlen(buff); but do not look beyond buffCapacity in UnicodeString() 255 const UChar *p = buff, *limit = buff + buffCapacity; in UnicodeString() 261 setArray(buff, buffLength, buffCapacity); in UnicodeString() 1298 int32_t buffCapacity) { in setTo() 1311 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in setTo() 1315 // buffLength = u_strlen(buff); but do not look beyond buffCapacity in setTo() 243 UnicodeString(UChar *buff, int32_t buffLength, int32_t buffCapacity) UnicodeString() argument 1296 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) setTo() argument [all...] |
H A D | putil.cpp | 2085 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument 2095 name = uprv_strncpy(buffer, name+1, buffCapacity); 2096 buffer[buffCapacity-1] = 0; /* ensure NULL termination */
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucurr.cpp | 518 int32_t buffCapacity, in ucurr_forLocale() 521 if (buffCapacity < 0 || (buff == nullptr && buffCapacity > 0)) { in ucurr_forLocale() 535 if (resLen < buffCapacity) { in ucurr_forLocale() 539 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale() 552 if(buffCapacity > u_strlen(result)) { in ucurr_forLocale() 556 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale() 615 return ucurr_forLocale(parent.data(), buff, buffCapacity, ec); in ucurr_forLocale() 622 if(buffCapacity > resLen) { in ucurr_forLocale() 626 return u_terminateUChars(buff, buffCapacity, resLe in ucurr_forLocale() 516 ucurr_forLocale(const char* locale, char16_t* buff, int32_t buffCapacity, UErrorCode* ec) ucurr_forLocale() argument 2425 ucurr_forLocaleAndDate(const char* locale, UDate date, int32_t index, char16_t* buff, int32_t buffCapacity, UErrorCode* ec) ucurr_forLocaleAndDate() argument [all...] |
H A D | unistr.cpp | 245 int32_t buffCapacity) { in UnicodeString() 250 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in UnicodeString() 254 // fLength = u_strlen(buff); but do not look beyond buffCapacity in UnicodeString() 255 const char16_t *p = buff, *limit = buff + buffCapacity; in UnicodeString() 261 setArray(buff, buffLength, buffCapacity); in UnicodeString() 1340 int32_t buffCapacity) { in setTo() 1353 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in setTo() 1357 // buffLength = u_strlen(buff); but do not look beyond buffCapacity in setTo() 243 UnicodeString(char16_t *buff, int32_t buffLength, int32_t buffCapacity) UnicodeString() argument 1338 setTo(char16_t *buffer, int32_t buffLength, int32_t buffCapacity) setTo() argument [all...] |
H A D | putil.cpp | 2100 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument 2110 name = uprv_strncpy(buffer, name+1, buffCapacity); 2111 buffer[buffCapacity-1] = 0; /* ensure NUL termination */
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucurr.cpp | 515 int32_t buffCapacity, in ucurr_forLocale() 518 if (buffCapacity < 0 || (buff == nullptr && buffCapacity > 0)) { in ucurr_forLocale() 528 if (resLen < buffCapacity) { in ucurr_forLocale() 532 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale() 545 if(buffCapacity > u_strlen(result)) { in ucurr_forLocale() 549 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale() 581 return ucurr_forLocale(id, buff, buffCapacity, ec); in ucurr_forLocale() 588 if(buffCapacity > resLen) { in ucurr_forLocale() 592 return u_terminateUChars(buff, buffCapacity, resLe in ucurr_forLocale() 513 ucurr_forLocale(const char* locale, UChar* buff, int32_t buffCapacity, UErrorCode* ec) ucurr_forLocale() argument 2373 ucurr_forLocaleAndDate(const char* locale, UDate date, int32_t index, UChar* buff, int32_t buffCapacity, UErrorCode* ec) ucurr_forLocaleAndDate() argument [all...] |
H A D | unistr.cpp | 245 int32_t buffCapacity) { in UnicodeString() 250 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in UnicodeString() 254 // fLength = u_strlen(buff); but do not look beyond buffCapacity in UnicodeString() 255 const UChar *p = buff, *limit = buff + buffCapacity; in UnicodeString() 261 setArray(buff, buffLength, buffCapacity); in UnicodeString() 1297 int32_t buffCapacity) { in setTo() 1310 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in setTo() 1314 // buffLength = u_strlen(buff); but do not look beyond buffCapacity in setTo() 243 UnicodeString(UChar *buff, int32_t buffLength, int32_t buffCapacity) UnicodeString() argument 1295 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) setTo() argument [all...] |
H A D | putil.cpp | 2076 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument 2086 name = uprv_strncpy(buffer, name+1, buffCapacity); 2087 buffer[buffCapacity-1] = 0; /* ensure NULL termination */
|