Searched refs:nameCapacity (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Duloc.cpp1611 int32_t j, len, fieldCount=0, scriptSize=0, variantSize=0, nameCapacity; local
1643 nameCapacity = (int32_t)sizeof(localeBuffer);
1646 nameCapacity = resultCapacity;
1650 len=ulocimp_getLanguage(tmpLocaleID, name, nameCapacity, &tmpLocaleID);
1664 if(len<nameCapacity) {
1670 (len<nameCapacity ? name+len : NULL), nameCapacity-len, &scriptID);
1678 if(len<nameCapacity) {
1688 (len<nameCapacity ? name+len : NULL), nameCapacity
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duloc.c1636 int32_t j, len, fieldCount=0, scriptSize=0, variantSize=0, nameCapacity; local
1668 nameCapacity = sizeof(localeBuffer);
1671 nameCapacity = resultCapacity;
1675 len=ulocimp_getLanguage(tmpLocaleID, name, nameCapacity, &tmpLocaleID);
1689 if(len<nameCapacity) {
1694 scriptSize=ulocimp_getScript(tmpLocaleID+1, name+len, nameCapacity-len, &scriptID);
1702 if(len<nameCapacity) {
1711 int32_t cntrySize = ulocimp_getCountry(tmpLocaleID+1, name+len, nameCapacity-len, &cntryID);
1721 if(len<nameCapacity) {
1727 variantSize = _getVariant(tmpLocaleID+1, *tmpLocaleID, name+len, nameCapacity
2042 uloc_getName(const char* localeID, char* name, int32_t nameCapacity, UErrorCode* err) argument
2051 uloc_getBaseName(const char* localeID, char* name, int32_t nameCapacity, UErrorCode* err) argument
2060 uloc_canonicalize(const char* localeID, char* name, int32_t nameCapacity, UErrorCode* err) argument
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duloc.h475 * @param nameCapacity capacity of the fill in buffer.
478 * than nameCapacity, the returned full name will be truncated.
484 int32_t nameCapacity,
497 * @param nameCapacity the size of the name buffer to store the
501 * than nameCapacity, the returned full name will be truncated.
507 int32_t nameCapacity,
812 * @param nameCapacity capacity of the fill in buffer.
815 * than nameCapacity, the returned full name will be truncated.
821 int32_t nameCapacity,
/external/icu4c/common/unicode/
H A Duloc.h476 * @param nameCapacity capacity of the fill in buffer.
479 * than nameCapacity, the returned full name will be truncated.
485 int32_t nameCapacity,
498 * @param nameCapacity the size of the name buffer to store the
502 * than nameCapacity, the returned full name will be truncated.
508 int32_t nameCapacity,
815 * @param nameCapacity capacity of the fill in buffer.
818 * than nameCapacity, the returned full name will be truncated.
824 int32_t nameCapacity,

Completed in 111 milliseconds