Home
last modified time | relevance | path

Searched defs:length (Results 3001 - 3025 of 4606) sorted by relevance

1...<<121122123124125126127128129130>>...185

/third_party/node/deps/icu-small/source/common/
H A Ducnv_ct.cpp183 int32_t length = static_cast<int32_t>(sourceLimit - source); in findNextEsc() local
H A Dutrie.cpp37 equal_uint32(const uint32_t *s, const uint32_t *t, int32_t length) { in equal_uint32() argument
749 int32_t i, length; in utrie_serialize() local
857 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode) utrie_unserialize() argument
932 utrie_unserializeDummy(UTrie *trie, void *data, int32_t length, uint32_t initialValue, uint32_t leadUnitValue, UBool make16BitTrie, UErrorCode *pErrorCode) utrie_unserializeDummy() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtransformfeedback.c999 _mesa_GetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) _mesa_GetTransformFeedbackVarying() argument
/third_party/mesa3d/src/intel/tools/
H A Dintel_dump_gpu.c777 munmap_init_helper(void *addr, size_t length) in munmap_init_helper() argument
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dgenrb.cpp457 int32_t length; in main() local
518 int32_t length = poolBundle.fStringIndexLimit + 1; // incl. last NUL main() local
[all...]
H A Dreslist.h330 int32_t length() const { return fString.length(); } in length() function in StringBaseResource
350 StringResource(int32_t poolStringIndex, int8_t numCharsForLength, const char16_t *value, int32_t length, UErrorCode &errorCode) StringResource() argument
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp324 size_t i, length, count; in writeAssemblyCode() local
446 size_t i, length, count; in writeCCode() local
815 int32_t length; getArchitecture() local
945 int32_t i, entryLength, length, size, entryOffset=0, entryLengthOffset=0; writeObjectCode() local
[all...]
H A Dpkgitems.cpp120 int32_t length; member in NativeItem
223 checkAlias(const char *itemName, Resource res, const char16_t *alias, int32_t length, UBool useResSuffix, CheckDependency check, void *context, UErrorCode *pErrorCode) checkAlias() argument
299 int32_t length; ures_enumDependencies() local
308 int32_t length; ures_enumDependencies() local
317 int32_t length; ures_enumDependencies() local
374 ures_enumDependencies(const char *itemName, const UDataInfo *pInfo, const uint8_t *inBytes, int32_t length, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) ures_enumDependencies() argument
455 ucnv_enumDependencies(const UDataSwapper *ds, const char *itemName, const UDataInfo *pInfo, const uint8_t *inBytes, int32_t length, CheckDependency check, void *context, UErrorCode *pErrorCode) ucnv_enumDependencies() argument
628 int32_t length=pItem->length-itemHeaderLength; enumDependencies() local
[all...]
H A Ducm.cpp73 int32_t i, length; in ucm_printTable() local
95 int32_t result, i, length; in compareUnicode() local
130 int32_t result, i, length; compareBytes() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dunum.cpp297 unum_formatDecimal(const UNumberFormat* fmt, const char * number, int32_t length, char16_t* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatDecimal() argument
H A Duspoof.cpp185 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength, in uspoof_openFromSerialized() argument
371 uspoof_check(const USpoofChecker *sc, const char16_t *id, int32_t length, int32_t *position, UErrorCode *status) uspoof_check() argument
387 uspoof_check2(const USpoofChecker *sc, const char16_t* id, int32_t length, USpoofCheckResult* checkResult, UErrorCode *status) uspoof_check2() argument
407 uspoof_checkUTF8(const USpoofChecker *sc, const char *id, int32_t length, int32_t *position, UErrorCode *status) uspoof_checkUTF8() argument
423 uspoof_check2UTF8(const USpoofChecker *sc, const char *id, int32_t length, USpoofCheckResult* checkResult, UErrorCode *status) uspoof_check2UTF8() argument
678 int32_t length = id.length(); checkImpl() local
763 uspoof_getSkeleton(const USpoofChecker *sc, uint32_t type, const char16_t *id, int32_t length, char16_t *dest, int32_t destCapacity, UErrorCode *status) uspoof_getSkeleton() argument
785 uspoof_getBidiSkeleton(const USpoofChecker *sc, UBiDiDirection direction, const UChar *id, int32_t length, UChar *dest, int32_t destCapacity, UErrorCode *status) uspoof_getBidiSkeleton() argument
872 uspoof_getSkeletonUTF8(const USpoofChecker *sc, uint32_t type, const char *id, int32_t length, char *dest, int32_t destCapacity, UErrorCode *status) uspoof_getSkeletonUTF8() argument
897 uspoof_getBidiSkeletonUTF8(const USpoofChecker *sc, UBiDiDirection direction, const char *id, int32_t length, char *dest, int32_t destCapacity, UErrorCode *status) uspoof_getBidiSkeletonUTF8() argument
[all...]
H A Duspoof_impl.cpp598 SpoofData::SpoofData(const void *data, int32_t length, UErrorCode &status) in SpoofData() argument
794 int32_t SpoofData::length() const { length() function in SpoofData
828 uspoof_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *status) uspoof_swap() argument
[all...]
H A Ducol.cpp42 ucol_openBinary(const uint8_t *bin, int32_t length, in ucol_openBinary() argument
552 ucol_getRules(const UCollator *coll, int32_t *length) { in ucol_getRules() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp277 unsigned length = glsl_get_vector_elements(type); in shared_type_info() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcintltst.c494 int length; in austrdup() local
509 char *aescstrdup(const UChar* unichars,int32_t length){ in aescstrdup() argument
[all...]
H A Dcrestst.c693 int32_t i, j, number, parsedNumber, length, count; in TestTable32() local
H A Dbocu1tst.c713 writeString(const UChar *s, int32_t length, uint8_t *p) { in writeString() argument
737 readString(const uint8_t *p, int32_t length, UChar *s) { in readString() argument
882 roundtripBOCU1(UConverter *bocu1, int32_t number, const UChar *text, int32_t length) roundtripBOCU1() argument
954 int32_t length; global() member
982 int32_t i, length; TestBOCU1() local
[all...]
H A Dtrie2test.c283 int32_t i, length, sIndex, countValues; in testTrieUTF16() local
387 int32_t i, countSpecials, length, countValues; in testTrieUTF8() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp224 int length = text.length(); in toCharString() local
[all...]
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp299 int32_t length=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, errorCode).length(); in BytesTriePackageLookup() local
422 int32_t length=builder->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, trieUChars, errorCode).length(); UCharsTrieDictLookup() local
493 thaiWordToBytes(const UChar *s, int32_t length, CharString &str, UErrorCode &errorCode) thaiWordToBytes() argument
530 int32_t length=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, errorCode).length(); BytesTrieDictLookup() local
[all...]
/third_party/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp116 printBytes(char *buffer, const uint8_t *bytes, int32_t length) { in printBytes() argument
374 MBCSAddToUnicode(MBCSData *mbcsData, const uint8_t *bytes, int32_t length, UChar32 c, int8_t flag) MBCSAddToUnicode() argument
558 MBCSIsValid(NewConverter *cnvData, const uint8_t *bytes, int32_t length) MBCSIsValid() argument
684 MBCSAddFromUnicode(MBCSData *mbcsData, const uint8_t *bytes, int32_t length, UChar32 c, int8_t flag) MBCSAddFromUnicode() argument
902 MBCSOkForBaseFromUnicode(const MBCSData *mbcsData, const uint8_t *bytes, int32_t length, UChar32 c, int8_t flag) MBCSOkForBaseFromUnicode() argument
[all...]
H A Dgencnvex.c123 int32_t length, top, headerSize; in CnvExtWrite() local
109 CnvExtIsValid(NewConverter *cnvData, const uint8_t *bytes, int32_t length) CnvExtIsValid() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.h330 int32_t length() const { return fString.length(); } in length() function in StringBaseResource
350 StringResource(int32_t poolStringIndex, int8_t numCharsForLength, const UChar *value, int32_t length, UErrorCode &errorCode) StringResource() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp289 size_t i, length, count; in writeAssemblyCode() local
400 size_t i, length, count; in writeCCode() local
760 int32_t length; getArchitecture() local
890 int32_t i, entryLength, length, size, entryOffset=0, entryLengthOffset=0; writeObjectCode() local
[all...]
H A Dpkgitems.cpp120 int32_t length; member in NativeItem
223 checkAlias(const char *itemName, Resource res, const UChar *alias, int32_t length, UBool useResSuffix, CheckDependency check, void *context, UErrorCode *pErrorCode) checkAlias() argument
299 int32_t length; ures_enumDependencies() local
308 int32_t length; ures_enumDependencies() local
317 int32_t length; ures_enumDependencies() local
374 ures_enumDependencies(const char *itemName, const UDataInfo *pInfo, const uint8_t *inBytes, int32_t length, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) ures_enumDependencies() argument
455 ucnv_enumDependencies(const UDataSwapper *ds, const char *itemName, const UDataInfo *pInfo, const uint8_t *inBytes, int32_t length, CheckDependency check, void *context, UErrorCode *pErrorCode) ucnv_enumDependencies() argument
628 int32_t length=pItem->length-itemHeaderLength; enumDependencies() local
[all...]

Completed in 31 milliseconds

1...<<121122123124125126127128129130>>...185