Home
last modified time | relevance | path

Searched defs:lsr (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/linear/
H A Dbug-assign-op0.c7 unsigned int lsr(unsigned int u) in lsr() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXLikelySubtags.java382 int compareLikely(LSR lsr, LSR other, int likelyInfo) { in compareLikely() argument
[all...]
H A DLocaleDistance.java530 private String partitionsForRegion(LSR lsr) { in partitionsForRegion() argument
536 public boolean isParadigmLSR(LSR lsr) { in isParadigmLSR() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTestData.java29 static LSR lsr(String s) { in lsr() method in TestData
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLikelySubtagsBuilder.java214 private static int uniqueIdForLsr(Map<LSR, Integer> lsrIndexes, LSR lsr) { in uniqueIdForLsr() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXLikelySubtags.java387 int compareLikely(LSR lsr, LSR other, int likelyInfo) { in compareLikely() argument
[all...]
H A DLocaleDistance.java535 private String partitionsForRegion(LSR lsr) { in partitionsForRegion() argument
541 public boolean isParadigmLSR(LSR lsr) { in isParadigmLSR() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
H A DLikelySubtagsBuilder.java214 private static int uniqueIdForLsr(Map<LSR, Integer> lsrIndexes, LSR lsr) { in uniqueIdForLsr() argument
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_none_4.h568 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() function
H A Dastcenc_vecmathlib_avx2_8.h495 template <int s> ASTCENC_SIMD_INLINE vint8 lsr(vint8 a) in lsr() function
H A Dastcenc_vecmathlib_sse_4.h553 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() function
H A Dastcenc_vecmathlib_neon_4.h526 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() function
/third_party/icu/icu4c/source/common/
H A Dloclikelysubtags.cpp472 U_ASSERT(value < lsrsLength); const LSR &result = lsrs[value]; if (*language == 0) { language = �; } if (retainOldMask == 0) { return LSR(result.language, result.script, result.region, result.flags); } if ((retainOldMask & 4) == 0) { language = result.language; } if ((retainOldMask & 2) == 0) { script = result.script; } if ((retainOldMask & 1) == 0) { region = result.region; } return LSR(language, script, region, retainOldMask); } int32_t XLikelySubtags::compareLikely(const LSR &lsr, const LSR &other, int32_t likelyInfo) const { if (uprv_strcmp(lsr.language, other.language) != 0) { return 0xfffffffc; } if (uprv_strcmp(lsr.script, other.script) != 0) { int32_t index; if (likelyInfo >= 0 && (likelyInfo & 2) == 0) maximize() argument
[all...]
H A Dlocalematcher.cpp315 const LSR *lsr = static_cast<const LSR *>(token.pointer); in hashLSR() local
327 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() argument
392 LSR &lsr = lsrs[i] = getMaximalLsrOrUnd(likelySubtags, supportedLocale, errorCode); in LocaleMatcher() local
422 const LSR &lsr in LocaleMatcher() local
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLikelySubtagsBuilder.java316 set(Map<String, Map<String, Map<String, LSR>>> langTable, String language, String script, String region, LSR lsr) set() argument
340 private static LSR lsr(String language, String script, String region) { lsr() method in LikelySubtagsBuilder
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dloclikely.cpp492 icu::LSR lsr = likelySubtags->makeMaximizedLsrFrom(l, true, *err); in _uloc_addLikelySubtags() local
590 icu::LSR lsr = likelySubtags->minimizeSubtags( in _uloc_minimizeSubtags() local
[all...]
H A Dloclikelysubtags.cpp654 U_ASSERT(value < lsrsLength); const LSR &matched = lsrs[value]; if (returnInputIfUnmatch && (!(matchLanguage || matchScript || (matchRegion && language.empty())))) { return LSR(�, �, �, LSR::EXPLICIT_LSR, errorCode); } if (language.empty()) { language = StringPiece(�); } if (!(retainLanguage || retainScript || retainRegion)) { return LSR(matched.language, matched.script, matched.region, matched.flags); } if (!retainLanguage) { language = matched.language; } if (!retainScript) { script = matched.script; } if (!retainRegion) { region = matched.region; } int32_t retainMask = (retainLanguage ? 4 : 0) + (retainScript ? 2 : 0) + (retainRegion ? 1 : 0); return LSR(language, script, region, retainMask, errorCode); } int32_t XLikelySubtags::compareLikely(const LSR &lsr, const LSR &other, int32_t likelyInfo) const { if (uprv_strcmp(lsr.language, other.language) != 0) { return 0xfffffffc; } if (uprv_strcmp(lsr.script, other.script) != 0) { int32_t index; if (likelyInfo >= 0 && (likelyInfo & 2) == 0) maximize() argument
[all...]
H A Dlocalematcher.cpp315 const LSR *lsr = static_cast<const LSR *>(token.pointer); in hashLSR() local
327 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() argument
392 LSR &lsr = lsrs[i] = getMaximalLsrOrUnd(likelySubtags, supportedLocale, errorCode); in LocaleMatcher() local
422 const LSR &lsr in LocaleMatcher() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h31 lsr, enumerator
/third_party/skia/third_party/externals/icu/source/common/
H A Dloclikelysubtags.cpp472 U_ASSERT(value < lsrsLength); const LSR &result = lsrs[value]; if (*language == 0) { language = �; } if (retainOldMask == 0) { return LSR(result.language, result.script, result.region, result.flags); } if ((retainOldMask & 4) == 0) { language = result.language; } if ((retainOldMask & 2) == 0) { script = result.script; } if ((retainOldMask & 1) == 0) { region = result.region; } return LSR(language, script, region, retainOldMask); } int32_t XLikelySubtags::compareLikely(const LSR &lsr, const LSR &other, int32_t likelyInfo) const { if (uprv_strcmp(lsr.language, other.language) != 0) { return 0xfffffffc; } if (uprv_strcmp(lsr.script, other.script) != 0) { int32_t index; if (likelyInfo >= 0 && (likelyInfo & 2) == 0) maximize() argument
[all...]
H A Dlocalematcher.cpp333 const LSR *lsr = static_cast<const LSR *>(token.pointer); in hashLSR() local
345 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() argument
410 LSR &lsr = lsrs[i] = getMaximalLsrOrUnd(likelySubtags, supportedLocale, errorCode); in LocaleMatcher() local
440 const LSR &lsr in LocaleMatcher() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleMatcher.java786 private final int putIfAbsent(LSR lsr, int i, int suppLength) { in putIfAbsent() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c929 u3g_cfg_get_status(struct ucom_softc *ucom, uint8_t *lsr, uint8_t *msr) in u3g_cfg_get_status() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocaleMatcher.java694 private final int putIfAbsent(LSR lsr, int i, int suppLength) { in putIfAbsent() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc1722 void Assembler::lsr(Register dst, Register src1, const Operand& src2, SBit s, in lsr() function in v8::internal::Assembler

Completed in 35 milliseconds

12