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

/external/chromium_org/third_party/icu/source/common/
H A Dloclikely.cpp146 * @param tagCapacity The capacity of the output buffer.
148 * @return The length of the tag string, which may be greater than tagCapacity, or -1 on error.
162 int32_t tagCapacity,
169 tagCapacity <= 0 ||
184 int32_t capacityRemaining = tagCapacity;
313 tagLength >= tagCapacity ? tagCapacity : tagLength;
352 tagCapacity,
394 * @param tagCapacity The capacity of the output buffer.
396 * @return The length of the tag string, which may be greater than tagCapacity
151 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
399 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
569 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...]
/external/icu4c/common/
H A Dloclikely.cpp146 * @param tagCapacity The capacity of the output buffer.
148 * @return The length of the tag string, which may be greater than tagCapacity, or -1 on error.
162 int32_t tagCapacity,
169 tagCapacity <= 0 ||
184 int32_t capacityRemaining = tagCapacity;
313 tagLength >= tagCapacity ? tagCapacity : tagLength;
357 tagCapacity,
399 * @param tagCapacity The capacity of the output buffer.
401 * @return The length of the tag string, which may be greater than tagCapacity
151 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
404 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
577 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 57 milliseconds