Home
last modified time | relevance | path

Searched refs:LSR (Results 1 – 25 of 2392) sorted by relevance

12345678910>>...96

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Dlsr.h16 struct LSR final : public UMemory {
28 LSR() : language("und"), script(""), region("") {} in LSR() function
31 LSR(const char *lang, const char *scr, const char *r) : in LSR() function
39 LSR(LSR &&other) U_NOEXCEPT;
40 LSR(const LSR &other) = delete;
41 inline ~LSR() { in ~LSR()
48 LSR &operator=(LSR &&other) U_NOEXCEPT;
49 LSR &operator=(const LSR &other) = delete;
58 UBool operator==(const LSR &other) const;
60 inline UBool operator!=(const LSR &other) const {
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Dlsr.h16 struct LSR final : public UMemory {
36 LSR() : language("und"), script(""), region("") {} in LSR() function
48 LSR(LSR &&other) U_NOEXCEPT;
49 LSR(const LSR &other) = delete;
50 inline ~LSR() { in ~LSR()
57 LSR &operator=(LSR &&other) U_NOEXCEPT;
58 LSR &operator=(const LSR &other) = delete;
67 UBool isEquivalentTo(const LSR &other) const;
68 bool operator==(const LSR &other) const;
70 inline bool operator!=(const LSR &other) const {
[all …]
H A Dloclikelysubtags.cpp59 LSR *lsrs = nullptr;
181 lsrs = new LSR[lsrsLength]; in load()
207 LSR *paradigms = new LSR[distanceData.paradigmsLength]; in load()
325 return LSR(name, "", "", LSR::EXPLICIT_LSR); in makeMaximizedLsrFrom()
364 LSR::EXPLICIT_LANGUAGE | LSR::EXPLICIT_SCRIPT : LSR::EXPLICIT_LSR; in makeMaximizedLsr()
395 return LSR(language, script, region, LSR::EXPLICIT_LSR); // already maximized in maximize()
659 LSR value00 = lsrs[value];
663 return new LSR(result.language, "", "", LSR.DONT_CARE_FLAGS);
665 return new LSR(result.language, "", result.region, LSR.DONT_CARE_FLAGS);
675 return new LSR(result.language, result.script, "", LSR.DONT_CARE_FLAGS);
[all …]
H A Dlsr.cpp17 LSR::LSR(char prefix, const char *lang, const char *scr, const char *r, int32_t f, in LSR() function in LSR
34 LSR::LSR(LSR &&other) U_NOEXCEPT : in LSR() function in LSR
45 void LSR::deleteOwned() { in deleteOwned()
49 LSR &LSR::operator=(LSR &&other) U_NOEXCEPT { in operator =()
50 this->~LSR(); in operator =()
66 UBool LSR::isEquivalentTo(const LSR &other) const { in isEquivalentTo()
75 bool LSR::operator==(const LSR &other) const { in operator ==()
85 int32_t LSR::indexForRegion(const char *region) { in indexForRegion()
104 LSR &LSR::setHashCode() { in setHashCode()
/dports/devel/icu/icu/source/common/
H A Dlsr.h16 struct LSR final : public UMemory {
36 LSR() : language("und"), script(""), region("") {} in LSR() function
48 LSR(LSR &&other) U_NOEXCEPT;
49 LSR(const LSR &other) = delete;
50 inline ~LSR() { in ~LSR()
57 LSR &operator=(LSR &&other) U_NOEXCEPT;
58 LSR &operator=(const LSR &other) = delete;
67 UBool isEquivalentTo(const LSR &other) const;
68 bool operator==(const LSR &other) const;
70 inline bool operator!=(const LSR &other) const {
[all …]
H A Dloclikelysubtags.cpp59 LSR *lsrs = nullptr;
181 lsrs = new LSR[lsrsLength]; in load()
207 LSR *paradigms = new LSR[distanceData.paradigmsLength]; in load()
325 return LSR(name, "", "", LSR::EXPLICIT_LSR); in makeMaximizedLsrFrom()
364 LSR::EXPLICIT_LANGUAGE | LSR::EXPLICIT_SCRIPT : LSR::EXPLICIT_LSR; in makeMaximizedLsr()
395 return LSR(language, script, region, LSR::EXPLICIT_LSR); // already maximized in maximize()
659 LSR value00 = lsrs[value];
663 return new LSR(result.language, "", "", LSR.DONT_CARE_FLAGS);
665 return new LSR(result.language, "", result.region, LSR.DONT_CARE_FLAGS);
675 return new LSR(result.language, result.script, "", LSR.DONT_CARE_FLAGS);
[all …]
H A Dlsr.cpp17 LSR::LSR(char prefix, const char *lang, const char *scr, const char *r, int32_t f, in LSR() function in LSR
34 LSR::LSR(LSR &&other) U_NOEXCEPT : in LSR() function in LSR
45 void LSR::deleteOwned() { in deleteOwned()
49 LSR &LSR::operator=(LSR &&other) U_NOEXCEPT { in operator =()
50 this->~LSR(); in operator =()
66 UBool LSR::isEquivalentTo(const LSR &other) const { in isEquivalentTo()
75 bool LSR::operator==(const LSR &other) const { in operator ==()
85 int32_t LSR::indexForRegion(const char *region) { in indexForRegion()
104 LSR &LSR::setHashCode() { in setHashCode()
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Dlsr.h16 struct LSR final : public UMemory {
36 LSR() : language("und"), script(""), region("") {} in LSR() function
48 LSR(LSR &&other) U_NOEXCEPT;
49 LSR(const LSR &other) = delete;
50 inline ~LSR() { in ~LSR()
57 LSR &operator=(LSR &&other) U_NOEXCEPT;
58 LSR &operator=(const LSR &other) = delete;
67 UBool isEquivalentTo(const LSR &other) const;
68 bool operator==(const LSR &other) const;
70 inline bool operator!=(const LSR &other) const {
[all …]
H A Dloclikelysubtags.cpp59 LSR *lsrs = nullptr;
181 lsrs = new LSR[lsrsLength]; in load()
207 LSR *paradigms = new LSR[distanceData.paradigmsLength]; in load()
325 return LSR(name, "", "", LSR::EXPLICIT_LSR); in makeMaximizedLsrFrom()
364 LSR::EXPLICIT_LANGUAGE | LSR::EXPLICIT_SCRIPT : LSR::EXPLICIT_LSR; in makeMaximizedLsr()
395 return LSR(language, script, region, LSR::EXPLICIT_LSR); // already maximized in maximize()
659 LSR value00 = lsrs[value];
663 return new LSR(result.language, "", "", LSR.DONT_CARE_FLAGS);
665 return new LSR(result.language, "", result.region, LSR.DONT_CARE_FLAGS);
675 return new LSR(result.language, result.script, "", LSR.DONT_CARE_FLAGS);
[all …]
H A Dlsr.cpp17 LSR::LSR(char prefix, const char *lang, const char *scr, const char *r, int32_t f, in LSR() function in LSR
34 LSR::LSR(LSR &&other) U_NOEXCEPT : in LSR() function in LSR
45 void LSR::deleteOwned() { in deleteOwned()
49 LSR &LSR::operator=(LSR &&other) U_NOEXCEPT { in operator =()
50 this->~LSR(); in operator =()
66 UBool LSR::isEquivalentTo(const LSR &other) const { in isEquivalentTo()
75 bool LSR::operator==(const LSR &other) const { in operator ==()
85 int32_t LSR::indexForRegion(const char *region) { in indexForRegion()
104 LSR &LSR::setHashCode() { in setHashCode()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Dlsr.h16 struct LSR final : public UMemory {
36 LSR() : language("und"), script(""), region("") {} in LSR() function
48 LSR(LSR &&other) U_NOEXCEPT;
49 LSR(const LSR &other) = delete;
50 inline ~LSR() { in ~LSR()
57 LSR &operator=(LSR &&other) U_NOEXCEPT;
58 LSR &operator=(const LSR &other) = delete;
67 UBool isEquivalentTo(const LSR &other) const;
68 UBool operator==(const LSR &other) const;
70 inline UBool operator!=(const LSR &other) const {
[all …]
H A Dloclikelysubtags.cpp59 LSR *lsrs = nullptr;
181 lsrs = new LSR[lsrsLength]; in load()
207 LSR *paradigms = new LSR[distanceData.paradigmsLength]; in load()
325 return LSR(name, "", "", LSR::EXPLICIT_LSR); in makeMaximizedLsrFrom()
364 LSR::EXPLICIT_LANGUAGE | LSR::EXPLICIT_SCRIPT : LSR::EXPLICIT_LSR; in makeMaximizedLsr()
395 return LSR(language, script, region, LSR::EXPLICIT_LSR); // already maximized in maximize()
659 LSR value00 = lsrs[value];
663 return new LSR(result.language, "", "", LSR.DONT_CARE_FLAGS);
665 return new LSR(result.language, "", result.region, LSR.DONT_CARE_FLAGS);
675 return new LSR(result.language, result.script, "", LSR.DONT_CARE_FLAGS);
[all …]
H A Dlsr.cpp17 LSR::LSR(char prefix, const char *lang, const char *scr, const char *r, int32_t f, in LSR() function in LSR
34 LSR::LSR(LSR &&other) U_NOEXCEPT : in LSR() function in LSR
45 void LSR::deleteOwned() { in deleteOwned()
49 LSR &LSR::operator=(LSR &&other) U_NOEXCEPT { in operator =()
50 this->~LSR(); in operator =()
66 UBool LSR::isEquivalentTo(const LSR &other) const { in isEquivalentTo()
75 UBool LSR::operator==(const LSR &other) const { in operator ==()
85 int32_t LSR::indexForRegion(const char *region) { in indexForRegion()
104 LSR &LSR::setHashCode() { in setHashCode()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Dlsr.h16 struct LSR final : public UMemory {
36 LSR() : language("und"), script(""), region("") {} in LSR() function
48 LSR(LSR &&other) U_NOEXCEPT;
49 LSR(const LSR &other) = delete;
50 inline ~LSR() { in ~LSR()
57 LSR &operator=(LSR &&other) U_NOEXCEPT;
58 LSR &operator=(const LSR &other) = delete;
67 UBool isEquivalentTo(const LSR &other) const;
68 UBool operator==(const LSR &other) const;
70 inline UBool operator!=(const LSR &other) const {
[all …]
H A Dloclikelysubtags.cpp59 LSR *lsrs = nullptr;
181 lsrs = new LSR[lsrsLength]; in load()
207 LSR *paradigms = new LSR[distanceData.paradigmsLength]; in load()
325 return LSR(name, "", "", LSR::EXPLICIT_LSR); in makeMaximizedLsrFrom()
364 LSR::EXPLICIT_LANGUAGE | LSR::EXPLICIT_SCRIPT : LSR::EXPLICIT_LSR; in makeMaximizedLsr()
395 return LSR(language, script, region, LSR::EXPLICIT_LSR); // already maximized in maximize()
659 LSR value00 = lsrs[value];
663 return new LSR(result.language, "", "", LSR.DONT_CARE_FLAGS);
665 return new LSR(result.language, "", result.region, LSR.DONT_CARE_FLAGS);
675 return new LSR(result.language, result.script, "", LSR.DONT_CARE_FLAGS);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Dlsr.h16 struct LSR final : public UMemory {
36 LSR() : language("und"), script(""), region("") {} in LSR() function
48 LSR(LSR &&other) U_NOEXCEPT;
49 LSR(const LSR &other) = delete;
50 inline ~LSR() { in ~LSR()
57 LSR &operator=(LSR &&other) U_NOEXCEPT;
58 LSR &operator=(const LSR &other) = delete;
67 UBool isEquivalentTo(const LSR &other) const;
68 UBool operator==(const LSR &other) const;
70 inline UBool operator!=(const LSR &other) const {
[all …]
H A Dlsr.cpp17 LSR::LSR(char prefix, const char *lang, const char *scr, const char *r, int32_t f, in LSR() function in LSR
34 LSR::LSR(LSR &&other) U_NOEXCEPT : in LSR() function in LSR
45 void LSR::deleteOwned() { in deleteOwned()
49 LSR &LSR::operator=(LSR &&other) U_NOEXCEPT { in operator =()
50 this->~LSR(); in operator =()
66 UBool LSR::isEquivalentTo(const LSR &other) const { in isEquivalentTo()
75 UBool LSR::operator==(const LSR &other) const { in operator ==()
85 int32_t LSR::indexForRegion(const char *region) { in indexForRegion()
104 LSR &LSR::setHashCode() { in setHashCode()
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Dlsr.h16 struct LSR final : public UMemory {
36 LSR() : language("und"), script(""), region("") {} in LSR() function
48 LSR(LSR &&other) U_NOEXCEPT;
49 LSR(const LSR &other) = delete;
50 inline ~LSR() { in ~LSR()
57 LSR &operator=(LSR &&other) U_NOEXCEPT;
58 LSR &operator=(const LSR &other) = delete;
67 UBool isEquivalentTo(const LSR &other) const;
68 UBool operator==(const LSR &other) const;
70 inline UBool operator!=(const LSR &other) const {
[all …]
H A Dloclikelysubtags.cpp59 LSR *lsrs = nullptr;
181 lsrs = new LSR[lsrsLength]; in load()
207 LSR *paradigms = new LSR[distanceData.paradigmsLength]; in load()
325 return LSR(name, "", "", LSR::EXPLICIT_LSR); in makeMaximizedLsrFrom()
364 LSR::EXPLICIT_LANGUAGE | LSR::EXPLICIT_SCRIPT : LSR::EXPLICIT_LSR; in makeMaximizedLsr()
395 return LSR(language, script, region, LSR::EXPLICIT_LSR); // already maximized in maximize()
659 LSR value00 = lsrs[value];
663 return new LSR(result.language, "", "", LSR.DONT_CARE_FLAGS);
665 return new LSR(result.language, "", result.region, LSR.DONT_CARE_FLAGS);
675 return new LSR(result.language, result.script, "", LSR.DONT_CARE_FLAGS);
[all …]
H A Dlsr.cpp17 LSR::LSR(char prefix, const char *lang, const char *scr, const char *r, int32_t f, in LSR() function in LSR
34 LSR::LSR(LSR &&other) U_NOEXCEPT : in LSR() function in LSR
45 void LSR::deleteOwned() { in deleteOwned()
49 LSR &LSR::operator=(LSR &&other) U_NOEXCEPT { in operator =()
50 this->~LSR(); in operator =()
66 UBool LSR::isEquivalentTo(const LSR &other) const { in isEquivalentTo()
75 UBool LSR::operator==(const LSR &other) const { in operator ==()
85 int32_t LSR::indexForRegion(const char *region) { in indexForRegion()
104 LSR &LSR::setHashCode() { in setHashCode()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Dlsr.h16 struct LSR final : public UMemory {
36 LSR() : language("und"), script(""), region("") {} in LSR() function
48 LSR(LSR &&other) U_NOEXCEPT;
49 LSR(const LSR &other) = delete;
50 inline ~LSR() { in ~LSR()
57 LSR &operator=(LSR &&other) U_NOEXCEPT;
58 LSR &operator=(const LSR &other) = delete;
67 UBool isEquivalentTo(const LSR &other) const;
68 UBool operator==(const LSR &other) const;
70 inline UBool operator!=(const LSR &other) const {
[all …]
H A Dloclikelysubtags.cpp59 LSR *lsrs = nullptr;
181 lsrs = new LSR[lsrsLength]; in load()
207 LSR *paradigms = new LSR[distanceData.paradigmsLength]; in load()
325 return LSR(name, "", "", LSR::EXPLICIT_LSR); in makeMaximizedLsrFrom()
364 LSR::EXPLICIT_LANGUAGE | LSR::EXPLICIT_SCRIPT : LSR::EXPLICIT_LSR; in makeMaximizedLsr()
395 return LSR(language, script, region, LSR::EXPLICIT_LSR); // already maximized in maximize()
659 LSR value00 = lsrs[value];
663 return new LSR(result.language, "", "", LSR.DONT_CARE_FLAGS);
665 return new LSR(result.language, "", result.region, LSR.DONT_CARE_FLAGS);
675 return new LSR(result.language, result.script, "", LSR.DONT_CARE_FLAGS);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Dlsr.h16 struct LSR final : public UMemory {
36 LSR() : language("und"), script(""), region("") {} in LSR() function
48 LSR(LSR &&other) U_NOEXCEPT;
49 LSR(const LSR &other) = delete;
50 inline ~LSR() { in ~LSR()
57 LSR &operator=(LSR &&other) U_NOEXCEPT;
58 LSR &operator=(const LSR &other) = delete;
67 UBool isEquivalentTo(const LSR &other) const;
68 UBool operator==(const LSR &other) const;
70 inline UBool operator!=(const LSR &other) const {
[all …]
H A Dloclikelysubtags.cpp59 LSR *lsrs = nullptr;
181 lsrs = new LSR[lsrsLength]; in load()
207 LSR *paradigms = new LSR[distanceData.paradigmsLength]; in load()
324 return LSR(name, "", "", LSR::EXPLICIT_LSR); in makeMaximizedLsrFrom()
363 LSR::EXPLICIT_LANGUAGE | LSR::EXPLICIT_SCRIPT : LSR::EXPLICIT_LSR; in makeMaximizedLsr()
394 return LSR(language, script, region, LSR::EXPLICIT_LSR); // already maximized in maximize()
658 LSR value00 = lsrs[value];
662 return new LSR(result.language, "", "", LSR.DONT_CARE_FLAGS);
664 return new LSR(result.language, "", result.region, LSR.DONT_CARE_FLAGS);
674 return new LSR(result.language, result.script, "", LSR.DONT_CARE_FLAGS);
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
H A Ddiv.asm34 RSBS r12, r1, r0, LSR #4
37 RSBS r12, r1, r0, LSR #8
54 RSBS r12, r1, r0, LSR #1
57 RSBS r12, r1, r0, LSR #4
59 RSBS r12, r1, r0, LSR #8
64 RSBS r12, r1, r0, LSR #7
67 RSBS r12, r1, r0,LSR #6
70 RSBS r12, r1, r0, LSR #5
73 RSBS r12, r1, r0, LSR #4
77 RSBS r12, r1, r0, LSR #3
[all …]

12345678910>>...96