Lines Matching defs:length
564 int32_t &length,
571 // The number of record will be stored into length.
572 // Allocate length items for types, to store the type field.
573 // Allocate length items for replacementIndexes,
579 int32_t &length,
584 // Allocate length items for types, to store the type field.
585 // Allocate length items for replacementIndexes,
591 int32_t &length, UErrorCode &status);
595 // Allocate length items for types, to store the type field.
596 // Allocate length items for replacementIndexes,
602 int32_t &length, UErrorCode &status);
606 // Allocate length items for types, to store the type field.
607 // Allocate length items for replacementIndexes,
613 int32_t &length, UErrorCode &status);
617 // Allocate length items for types, to store the type field.
618 // Allocate length items for replacementIndexes,
624 int32_t &length, UErrorCode &status);
701 int32_t &length,
708 length = ures_getSize(alias);
709 const char** rawTypes = types.allocateInsteadAndCopy(length);
714 int32_t* rawIndexes = replacementIndexes.allocateInsteadAndCopy(length);
737 * Allocate length items for types, to store the type field. Allocate length
747 int32_t &length,
751 alias, strings, types, replacementIndexes, length,
774 * Allocate length items for types, to store the type field. Allocate length
784 int32_t &length,
788 alias, strings, types, replacementIndexes, length,
805 * Allocate length items for types, to store the type field. Allocate length
815 int32_t &length,
819 alias, strings, types, replacementIndexes, length,
833 * Allocate length items for types, to store the type field. Allocate length
843 int32_t &length,
847 alias, strings, types, replacementIndexes, length,
870 * Allocate length items for types, to store the type field. Allocate length
880 int32_t &length,
884 alias, strings, types, replacementIndexes, length,
1527 int32_t len = transformedExtensions.length();
1570 if (output.length() > 0) {
1612 int32_t variantsStart = out.length();
1814 ulocimp_getKnownCanonicalizedLocaleForTest(int32_t* length)
1816 *length = UPRV_LENGTHOF(KNOWN_CANONICALIZED);
1853 int32_t length;
1866 length = canonicalize ?
1870 if(err == U_BUFFER_OVERFLOW_ERROR || length >= (int32_t)sizeof(fullNameBuffer)) {
1873 fullName = (char *)uprv_malloc(sizeof(char)*(length + 1));
1879 length = canonicalize ?
1880 uloc_canonicalize(localeID, fullName, length+1, &err) :
1881 uloc_getName(localeID, fullName, length+1, &err);
1888 variantBegin = length;
1911 fieldLen[fieldIdx-1] = length - (int32_t)(field[fieldIdx-1] - fullName);
2004 // The original computation of variantBegin leaves it equal to the length
2006 // the length of the baseName.
2164 tag.length(),
2426 int32_t length;
2435 : keywords((char *)&fgClassID), current((char *)&fgClassID), length(0) {
2448 length = keywordLen;
2459 return new KeywordEnumeration(keywords, length, (int32_t)(current - keywords), status);
2564 result = new KeywordEnumeration(keywords.data(), keywords.length(), 0, status);
2593 result = new UnicodeKeywordEnumeration(keywords.data(), keywords.length(), 0, status);