Home | History | Annotate | Download | only in i18n

Lines Matching refs:elementSize

608     int32_t elementSize = 0;
616 elementSize = ucol_getFunctionalEquivalent(locBuff, internalBufferSize, "collation", locale, &isAvailable, status);
618 if(elementSize) {
620 elementSize = uloc_getLanguage(locBuff, tempbuff, internalBufferSize, status);
621 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, languageArg);
622 elementSize = uloc_getCountry(locBuff, tempbuff, internalBufferSize, status);
623 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, regionArg);
624 elementSize = uloc_getScript(locBuff, tempbuff, internalBufferSize, status);
625 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, scriptArg);
626 elementSize = uloc_getVariant(locBuff, tempbuff, internalBufferSize, status);
627 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, variantArg);
628 elementSize = uloc_getKeywordValue(locBuff, "collation", tempbuff, internalBufferSize, status);
629 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, keywordArg);
646 elementSize = T_CString_integerToString(tempbuff, coll->variableTopValue, 16);
647 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, capacity, variableTopValArg);