/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/ |
H A D | PrefixInfixSuffixLengthHelper.java | 12 public int length1 = 0; field in PrefixInfixSuffixLengthHelper
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/ |
H A D | PrefixInfixSuffixLengthHelper.java | 10 public int length1 = 0; field in PrefixInfixSuffixLengthHelper
|
/third_party/icu/icu4c/source/common/ |
H A D | unormcmp.cpp | 143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, in unorm_cmpEquivFold() argument 561 unorm_compare(const UChar *s1, int32_t length1, in unorm_compare() argument [all...] |
H A D | uidna.cpp | 861 uidna_compare( const UChar *s1, int32_t length1, in uidna_compare() argument
|
H A D | ustring.cpp | 687 uprv_strCompare(const UChar *s1, int32_t length1, in uprv_strCompare() argument 925 u_strCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, UBool codePointOrder) u_strCompare() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | unormcmp.cpp | 143 unorm_cmpEquivFold(const char16_t *s1, int32_t length1, in unorm_cmpEquivFold() argument 561 unorm_compare(const char16_t *s1, int32_t length1, in unorm_compare() argument [all...] |
H A D | uidna.cpp | 861 uidna_compare( const char16_t *s1, int32_t length1, in uidna_compare() argument
|
H A D | ustring.cpp | 687 uprv_strCompare(const char16_t *s1, int32_t length1, in uprv_strCompare() argument 925 u_strCompare(const char16_t *s1, int32_t length1, const char16_t *s2, int32_t length2, UBool codePointOrder) u_strCompare() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unormcmp.cpp | 143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, in unorm_cmpEquivFold() argument 561 unorm_compare(const UChar *s1, int32_t length1, in unorm_compare() argument [all...] |
H A D | uidna.cpp | 861 uidna_compare( const UChar *s1, int32_t length1, in uidna_compare() argument
|
H A D | ustrcase.cpp | 1758 u_strcmpFold(const UChar *s1, int32_t length1, in u_strcmpFold() argument 1768 u_strCaseCompare(const UChar *s1, int32_t length1, in u_strCaseCompare() argument 1811 u_caseInsensitivePrefixMatch(const UChar *s1, int32_t length1, in u_caseInsensitivePrefixMatch() argument 1394 _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 [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_navigator_test.cc | 201 size_t length1 = index1 * kCharsPerFlat; in TEST_P() local
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_xiph.c | 230 unsigned num_packed, num_headers, length, length1, length2, extradata_alloc; in parse_packed_headers() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cucdapi.c | 32 assertEqualScripts(const char *msg, const UScriptCode scripts1[], int32_t length1, const UScriptCode scripts2[], int32_t length2, UErrorCode errorCode) assertEqualScripts() argument
|
H A D | trie2test.c | 582 int32_t length1, length2, length3; in testTrieSerialize() local
|
H A D | ucptrietest.c | 774 int32_t length1, length2, length3; in testTrieSerialize() local
|
/third_party/icu/icu4c/source/i18n/ |
H A D | numrange_impl.cpp | 343 int32_t length1 = 0; in formatRange() local [all...] |
H A D | uspoof.cpp | 437 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 D | numrange_impl.cpp | 343 int32_t length1 = 0; in formatRange() local [all...] |
H A D | uspoof.cpp | 438 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/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | LzcompCompress.java | 41 private int length1; field in LzcompCompress
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numrange_impl.cpp | 321 int32_t length1 = 0; in formatRange() local [all...] |
H A D | uspoof.cpp | 433 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 D | bytestrietest.cpp | 625 int32_t length1 = BytesTrieBuilder::internalEncodeDelta(delta, intBytes1); in TestDelta() local
|
H A D | idnaref.cpp | 1002 idnaref_compare( const UChar *s1, int32_t length1, in idnaref_compare() argument
|