Home
last modified time | relevance | path

Searched defs:length (Results 1976 - 2000 of 3884) sorted by relevance

1...<<71727374757677787980>>...156

/third_party/node/deps/icu-small/source/common/
H A Duiter.cpp214 uiter_setString(UCharIterator *iter, const char16_t *s, int32_t length) { in uiter_setString() argument
325 uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length) { in uiter_setUTF16BE() argument
624 int32_t i, limit, length; global() variable
1004 uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length) uiter_setUTF8() argument
[all...]
H A Dcmemory.h294 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy() argument
505 resize(int32_t newCapacity, int32_t length) resize() argument
533 orphanOrClone(int32_t length, int32_t &resultCapacity) orphanOrClone() argument
676 resize(int32_t newCapacity, int32_t length) resize() argument
707 orphanOrClone(int32_t length, int32_t &resultCapacity) orphanOrClone() argument
863 int32_t length() const { length() function in MaybeStackVector
[all...]
H A Ducharstriebuilder.cpp43 int32_t length=strings[stringOffset]; in getString() local
71 int32_t length=s.length(); in setTo() local
257 int32_t length=0; // Number of different units at unitIndex. countElementUnits() local
314 createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length, Node *nextNode) const createLinearMatchNode() argument
323 ensureCapacity(int32_t length) ensureCapacity() argument
360 write(const char16_t *s, int32_t length) write() argument
370 writeElementUnits(int32_t i, int32_t unitIndex, int32_t length) writeElementUnits() argument
380 int32_t length; writeValueAndFinal() local
404 int32_t length; writeValueAndType() local
430 int32_t length; writeDeltaTo() local
[all...]
H A Ducnvbocu.cpp541 int32_t length; /* will be 2..4 */ in _Bocu1FromUnicodeWithOffsets() local
602 diff>>=8*length; /* length was reduced by targetCapacity */ _Bocu1FromUnicodeWithOffsets() local
779 int32_t length; /* will be 2..4 */ _Bocu1FromUnicode() local
834 diff>>=8*length; /* length was reduced by targetCapacity */ _Bocu1FromUnicode() local
[all...]
H A Ducnvhz.cpp379 int32_t length= ucnv_MBCSFromUChar32(myConverterData->gbConverter->sharedData, in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() local
H A Ducnv_ext.cpp39 ucnv_extFindToU(const uint32_t *toUSection, int32_t length, uint8_t byte) { in ucnv_extFindToU() argument
132 int32_t i, j, idx, length, matchLength; in ucnv_extMatchToU() local
333 ucnv_extSimpleMatchToU(const int32_t *cx, const char *source, int32_t length, UBool useFallback) ucnv_extSimpleMatchToU() argument
375 int32_t match, length; ucnv_extContinueMatchToU() local
465 ucnv_extFindFromU(const char16_t *fromUSection, int32_t length, char16_t u) ucnv_extFindFromU() argument
544 int32_t i, j, idx, length, matchLength; ucnv_extMatchFromU() local
679 int32_t length, prevLength; ucnv_extWriteFromU() local
828 int32_t length; ucnv_extSimpleMatchFromU() local
888 int32_t length=cnv->preFromULength-match; ucnv_extContinueMatchFromU() local
978 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UConverterUnicodeSet which, int32_t minLength, UChar32 firstCP, char16_t s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) ucnv_extGetUnicodeSetString() argument
1044 int32_t length; ucnv_extGetUnicodeSet() local
[all...]
H A Duchar.cpp604 int32_t length=0; in uscript_getScriptExtensions() local
/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.c244 void BrotliOptimizeHuffmanCountsForRle(size_t length, uint32_t* counts, in BrotliOptimizeHuffmanCountsForRle() argument
71 BrotliCreateHuffmanTree(const uint32_t* data, const size_t length, const int tree_limit, HuffmanTree* tree, uint8_t* depth) BrotliCreateHuffmanTree() argument
375 DecideOverRleUse(const uint8_t* depth, const size_t length, BROTLI_BOOL* use_rle_for_non_zero, BROTLI_BOOL* use_rle_for_zero) DecideOverRleUse() argument
405 BrotliWriteHuffmanTree(const uint8_t* depth, size_t length, size_t* tree_size, uint8_t* tree, uint8_t* extra_bits_data) BrotliWriteHuffmanTree() argument
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dmessagepattern.h829 uint16_t length; global() member in MessagePattern::Part
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationiterator.cpp89 int32_t length = oldBuffer.length(); in backwardNumCodePoints() local
156 int32_t length = other.ceBuffer.length; CollationIterator() local
274 int32_t length = Collation::lengthFromCE32(ce32); appendCEsFromCE32() local
284 int32_t length = Collation::lengthFromCE32(ce32); appendCEsFromCE32() local
745 appendNumericSegmentCEs(const char *digits, int32_t length, UErrorCode &errorCode) appendNumericSegmentCEs() argument
[all...]
H A Dcollationfastlatinbuilder.cpp261 int32_t length = Collation::lengthFromCE32(ce32); in getCEsFromCE32() local
274 int32_t length = Collation::lengthFromCE32(ce32); in getCEsFromCE32() local
[all...]
H A Dcollationkeys.cpp45 int32_t length = appended_; in Append() local
99 int32_t length() const { return len; } in length() function in __anon11961::SortKeyLevel
635 int32_t length = cases.length() - 1; // Ignore the trailing NO_CE. writeSortKeyUpToQuaternary() local
[all...]
H A Dcollationruleparser.cpp622 int32_t length = uloc_getBaseName(localeID.data(), baseID, ULOC_FULLNAME_CAPACITY, &errorCode); parseSetting() local
853 int32_t length = ruleIndex - start; setErrorContext() local
[all...]
H A Ducol_res.cpp126 int32_t length; in loadRules() local
281 int32_t length; in loadFromBundle() local
403 int32_t length = 0; in loadFromData() local
[all...]
H A Dunits_data.cpp213 int32_t length; variable
217 int32_t length; variable
[all...]
H A Dwindtfmt.cpp153 int length = ResolveLocaleName(bcp47Tag, windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName)); in GetEquivalentWindowsLocaleName() local
H A Dnumber_modifiers.cpp84 int length = output.insert(rightIndex, fSuffix, fField, status); in apply() local
250 int32_t length = 0; // chars added to result in formatTwoArgPattern() local
298 int32_t length = output.insert(leftIndex, fPrefix, status); apply() local
389 int length = 0; apply() local
420 int length = 0; applyCurrencySpacing() local
[all...]
H A Dnumparse_affixes.cpp40 static int32_t length(const AffixPatternMatcher* matcher) { in length() function
[all...]
H A Dislamcal.cpp718 int32_t length = 29 + (month+1) % 2; in handleGetMonthLength() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dpipelineobj.c1067 _mesa_GetProgramPipelineInfoLog(GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) _mesa_GetProgramPipelineInfoLog() argument
H A Dperformance_monitor.c585 _mesa_GetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString) _mesa_GetPerfMonitorGroupStringAMD() argument
614 _mesa_GetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString) _mesa_GetPerfMonitorCounterStringAMD() argument
[all...]
H A Duniform_query.cpp54 _mesa_GetActiveUniform_impl(GLuint program, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *nameOut, bool glthread) _mesa_GetActiveUniform_impl() argument
97 _mesa_GetActiveUniform(GLuint program, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *nameOut) _mesa_GetActiveUniform() argument
/third_party/mesa3d/src/intel/dev/
H A Dintel_debug.h150 uint32_t length; /* inclusive of this structure size */ member
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.cpp172 int32_t fileLength, bytesLength, length, capacity; in parseFile() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtjava.cpp234 uint32_t length = srcLen*8; in str_write_java() local

Completed in 29 milliseconds

1...<<71727374757677787980>>...156