Home
last modified time | relevance | path

Searched defs:length2 (Results 1 - 25 of 35) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DgenericTypeParameterEquivalence2.js85 function length2(ar) { function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/
H A DPrefixInfixSuffixLengthHelper.java14 public int length2 = 0; field in PrefixInfixSuffixLengthHelper
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/
H A DPrefixInfixSuffixLengthHelper.java12 public int length2 = 0; field in PrefixInfixSuffixLengthHelper
/third_party/icu/icu4c/source/common/
H A Dunormcmp.cpp143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) unorm_cmpEquivFold() argument
561 unorm_compare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) unorm_compare() argument
[all...]
H A Duidna.cpp861 uidna_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) uidna_compare() argument
/third_party/node/deps/icu-small/source/common/
H A Dunormcmp.cpp143 unorm_cmpEquivFold(const char16_t *s1, int32_t length1, const char16_t *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) unorm_cmpEquivFold() argument
561 unorm_compare(const char16_t *s1, int32_t length1, const char16_t *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) unorm_compare() argument
[all...]
H A Duidna.cpp861 uidna_compare( const char16_t *s1, int32_t length1, const char16_t *s2, int32_t length2, int32_t options, UErrorCode* status) uidna_compare() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dunormcmp.cpp143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) unorm_cmpEquivFold() argument
561 unorm_compare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) unorm_compare() argument
[all...]
H A Duidna.cpp861 uidna_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) uidna_compare() argument
H A Dustrcase.cpp1394 _cmpFold( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, int32_t *matchLen1, int32_t *matchLen2, UErrorCode *pErrorCode) _cmpFold() argument
1758 u_strcmpFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) u_strcmpFold() argument
1768 u_strCaseCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) u_strCaseCompare() argument
1811 u_caseInsensitivePrefixMatch(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, int32_t *matchLen1, int32_t *matchLen2, UErrorCode *pErrorCode) u_caseInsensitivePrefixMatch() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_navigator_test.cc207 size_t length2 = index2 * kCharsPerFlat; in TEST_P() local
/third_party/ffmpeg/libavformat/
H A Drtpdec_xiph.c230 unsigned num_packed, num_headers, length, length1, length2, extradata_alloc; in parse_packed_headers() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdapi.c32 assertEqualScripts(const char *msg, const UScriptCode scripts1[], int32_t length1, const UScriptCode scripts2[], int32_t length2, UErrorCode errorCode) assertEqualScripts() argument
H A Dudatatst.c1414 int32_t length, dataLength, length2, headerLength; in TestSwapCase() local
[all...]
H A Dtrie2test.c582 int32_t length1, length2, length3; in testTrieSerialize() local
[all...]
H A Ducptrietest.c774 int32_t length1, length2, length3; in testTrieSerialize() local
[all...]
H A Dcnormtst.c177 int32_t x, neededLen, length2; in TestNormCases() local
/third_party/icu/icu4c/source/i18n/
H A Dnumrange_impl.cpp345 int32_t length2 = 0; in formatRange() local
H A Duspoof.cpp437 uspoof_areConfusable(const USpoofChecker *sc, const UChar *id1, int32_t length1, const UChar *id2, int32_t length2, UErrorCode *status) uspoof_areConfusable() argument
457 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) uspoof_areConfusableUTF8() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumrange_impl.cpp345 int32_t length2 = 0; in formatRange() local
H A Duspoof.cpp438 uspoof_areConfusable(const USpoofChecker *sc, const char16_t *id1, int32_t length1, const char16_t *id2, int32_t length2, UErrorCode *status) uspoof_areConfusable() argument
458 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) uspoof_areConfusableUTF8() argument
542 uspoof_areBidiConfusable(const USpoofChecker *sc, UBiDiDirection direction, const char16_t *id1, int32_t length1, const char16_t *id2, int32_t length2, UErrorCode *status) uspoof_areBidiConfusable() argument
555 uspoof_areBidiConfusableUTF8(const USpoofChecker *sc, UBiDiDirection direction, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) uspoof_areBidiConfusableUTF8() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumrange_impl.cpp323 int32_t length2 = 0; in formatRange() local
H A Duspoof.cpp433 uspoof_areConfusable(const USpoofChecker *sc, const UChar *id1, int32_t length1, const UChar *id2, int32_t length2, UErrorCode *status) uspoof_areConfusable() argument
453 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) uspoof_areConfusableUTF8() argument
/third_party/icu/icu4c/source/test/intltest/
H A Didnaref.cpp1002 idnaref_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) idnaref_compare() argument
/third_party/ffmpeg/libavcodec/
H A Dtakdec.c590 int length2, order_half, filter_order, dval1, dval2; in decorrelate() local

Completed in 33 milliseconds

12