Home | History | Annotate | Download | only in i18n

Lines Matching refs:elementSize

567     int32_t elementSize = 0;
575 elementSize = ucol_getFunctionalEquivalent(locBuff, internalBufferSize, "collation", locale, &isAvailable, status);
577 if(elementSize) {
579 elementSize = uloc_getLanguage(locBuff, tempbuff, internalBufferSize, status);
580 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, languageArg);
581 elementSize = uloc_getCountry(locBuff, tempbuff, internalBufferSize, status);
582 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, regionArg);
583 elementSize = uloc_getScript(locBuff, tempbuff, internalBufferSize, status);
584 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, scriptArg);
585 elementSize = uloc_getVariant(locBuff, tempbuff, internalBufferSize, status);
586 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, variantArg);
587 elementSize = uloc_getKeywordValue(locBuff, "collation", tempbuff, internalBufferSize, status);
588 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, keywordArg);
605 elementSize = T_CString_integerToString(tempbuff, coll->variableTopValue, 16);
606 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, capacity, variableTopValArg);