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

/external/icu4c/common/
H A Duloc.c3281 * @param tagCapacity The capacity of the output buffer.
3283 * @return The length of the tag string, which may be greater than tagCapacity, or -1 on error.
3297 int32_t tagCapacity,
3304 tagCapacity <= 0 ||
3319 int32_t capacityRemaining = tagCapacity;
3448 tagLength >= tagCapacity ? tagCapacity : tagLength;
3487 tagCapacity,
3529 * @param tagCapacity The capacity of the output buffer.
3531 * @return The length of the tag string, which may be greater than tagCapacity
3286 createTagStringWithAlternates( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, const char* alternateTags, char* tag, int32_t tagCapacity, UErrorCode* err) argument
3534 createTagString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
3704 createLikelySubtagsString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* variants, int32_t variantsLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
[all...]

Completed in 22 milliseconds