/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Normalizer.java | 2111 /*package*/ static int cmpEquivFold(CharSequence cs1, CharSequence cs2, int options) { in cmpEquivFold() argument 2161 limit1=cs1.length(); in cmpEquivFold() 2184 c1=cs1.charAt(s1++); in cmpEquivFold() 2191 cs1=stack1[level1].cs; in cmpEquivFold() 2192 } while(cs1==null); in cmpEquivFold() 2194 limit1=cs1.length(); in cmpEquivFold() 2244 if(s1!=limit1 && Character.isLowSurrogate(c=cs1.charAt(s1))) { in cmpEquivFold() 2249 if(0<=(s1-2) && Character.isHighSurrogate(c=cs1.charAt(s1-2))) { in cmpEquivFold() 2301 stack1[0].cs=cs1; in cmpEquivFold() 2315 cs1=fold1; in cmpEquivFold() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Normalizer.java | 2171 /*package*/ static int cmpEquivFold(CharSequence cs1, CharSequence cs2, int options) { in cmpEquivFold() argument 2221 limit1=cs1.length(); in cmpEquivFold() 2244 c1=cs1.charAt(s1++); in cmpEquivFold() 2251 cs1=stack1[level1].cs; in cmpEquivFold() 2252 } while(cs1==null); in cmpEquivFold() 2254 limit1=cs1.length(); in cmpEquivFold() 2304 if(s1!=limit1 && Character.isLowSurrogate(c=cs1.charAt(s1))) { in cmpEquivFold() 2309 if(0<=(s1-2) && Character.isHighSurrogate(c=cs1.charAt(s1-2))) { in cmpEquivFold() 2361 stack1[0].cs=cs1; in cmpEquivFold() 2375 cs1=fold1; in cmpEquivFold() [all …]
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_linear_sampler.c | 515 __m128i s4s, t4s, cs0, cs1, ct0, ct1, tmp, si[4]; in fetch_bgra_clamp_linear() local 520 cs1 = _mm_add_epi16(s4s, one); in fetch_bgra_clamp_linear() 521 cs1 = _mm_min_epi16(_mm_max_epi16(cs1, zero), w4); in fetch_bgra_clamp_linear() 527 addr[1].m = _mm_add_epi32(tmp, cs1); in fetch_bgra_clamp_linear() 530 addr[3].m = _mm_add_epi32(tmp, cs1); in fetch_bgra_clamp_linear() 557 int cs1 = CLAMP(s0 + 1, 0, tex_width); in fetch_bgra_clamp_linear() 562 si1.ui[j] = data[ct0 * stride + cs1]; in fetch_bgra_clamp_linear() 564 si3.ui[j] = data[ct1 * stride + cs1]; in fetch_bgra_clamp_linear()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
D | low_level_hash.cc | 65 uint64_t cs1 = Mix(c ^ salt[2], d ^ current_state); in LowLevelHash() local 66 current_state = (cs0 ^ cs1); in LowLevelHash()
|
/third_party/rust/crates/nom/ |
D | CONTRIBUTING.md | 68 The normal rust coding style is checked by [rustfmt][cs1]. 73 [cs1]: https://github.com/rust-lang-nursery/rustfmt
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | civil_time_test.cc | 200 constexpr civil_second cs1(2016, 1, 28, 17, 14, 12); in TEST() local 202 constexpr bool less = cs1 < cs2; in TEST() 209 constexpr civil_second cs1(2016, 1, 28, 17, 14, 12); in TEST() local 210 constexpr civil_second cs2 = cs1 + 50; in TEST() 220 constexpr civil_second cs1(2016, 1, 28, 17, 14, 12); in TEST() local 221 constexpr civil_second cs2 = cs1 - 50; in TEST()
|
/third_party/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 558 static const char *cs1="such characters are safe 123 %-."; in demoUnicodeStringInit() local 561 u_charsToUChars(cs1, us1, 33); /* include the terminating NUL */ in demoUnicodeStringInit()
|
/third_party/skia/third_party/externals/icu/source/samples/ustring/ |
D | ustring.cpp | 558 static const char *cs1="such characters are safe 123 %-."; in demoUnicodeStringInit() local 561 u_charsToUChars(cs1, us1, 33); /* include the terminating NUL */ in demoUnicodeStringInit()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 118 for (String cs1 : defDisabled) { in TestConstruction() 119 if (cs1.equals(cs)) { in TestConstruction()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 121 for (String cs1 : defDisabled) { in TestConstruction() 122 if (cs1.equals(cs)) { in TestConstruction()
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 50 Charset cs1 = icu.charsetForName("UTF-16BE"); in TestUTF16Converter() local 51 CharsetEncoder e1 = cs1.newEncoder(); in TestUTF16Converter() 52 CharsetDecoder d1 = cs1.newDecoder(); in TestUTF16Converter() 143 Charset cs1 = icu.charsetForName("UTF-32BE"); in TestUTF32Converter() local 144 CharsetEncoder e1 = cs1.newEncoder(); in TestUTF32Converter() 145 CharsetDecoder d1 = cs1.newDecoder(); in TestUTF32Converter() 2688 Charset cs1 = provider.charsetForName("UTF-32"); in TestCharsetContains() local 2691 test = cs1.contains(cs2); in TestCharsetContains() 2699 test = cs1.contains(cs2); in TestCharsetContains() 2707 test = cs1.contains(cs2); in TestCharsetContains()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.td | 155 def CS1: Rc<13, "cs1", ["c13"]>, DwarfRegNum<[80]>; 174 def CS : Rcc<12, "c13:12", [CS0, CS1], ["cs1:0"]>, DwarfRegNum<[78]>;
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 3293 struct cpuset_fts_entry *cs1, *cs2, *cs3; in cpuset_fts_reverse() local 3300 cs1 = cs2 = NULL; in cpuset_fts_reverse() 3303 cs1 = cs2; in cpuset_fts_reverse() 3306 cs2->next = cs1; in cpuset_fts_reverse()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cComputeShaderTests.cpp | 2467 const char* const cs1[2] = { "#version 430 core", in Run() local 2493 glShaderSource(sh1, 2, cs1, NULL); in Run() 6498 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 6526 const char* const src = cs1.c_str(); in Link()
|
D | gl4cShaderStorageBufferObjectTests.cpp | 8980 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 9008 const char* const src = cs1.c_str(); in Link()
|
D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 8388 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 8417 const char* const src = cs1.c_str(); in Link()
|
/third_party/icu/docs/userguide/strings/ |
D | index.md | 406 static const char *cs1="such characters are safe 123 %-."; 409 u_charsToUChars(cs1, us1, 33); /* include the terminating NUL */
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cComputeShaderTests.cpp | 2100 …const char* const cs1[2] = { "#version 310 es", NL "layout(local_size_x = 1) in;" NL "void Run();"… in Run() local 2124 glShaderSource(sh1, 2, cs1, NULL); in Run()
|
D | es31cShaderStorageBufferObjectTests.cpp | 8557 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 8586 const char* const src = cs1.c_str(); in Link()
|