Searched refs:sb3 (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | formatted_string_builder_test.cpp | 63 FormattedStringBuilder sb3; in testInsertAppendUnicodeString() local 67 sb3.append(str, kUndefinedField, status); in testInsertAppendUnicodeString() 70 assertEqualsImpl(str, sb3); in testInsertAppendUnicodeString() 155 FormattedStringBuilder sb3; in testInsertAppendCodePoint() local 159 sb3.appendCodePoint(cas, kUndefinedField, status); in testInsertAppendCodePoint() 162 assertEquals("Length of sb3", U16_LENGTH(cas), sb3.length()); in testInsertAppendCodePoint() 163 assertEquals("Code point count of sb3", 1, sb3.codePointCount()); in testInsertAppendCodePoint() 167 sb3.charAt(0)); in testInsertAppendCodePoint()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | FormattedStringBuilderTest.java | 35 FormattedStringBuilder sb3 = new FormattedStringBuilder(); in testInsertAppendCharSequence() local 38 sb3.append(str, null); in testInsertAppendCharSequence() 40 assertCharSequenceEquals(str, sb3, str); in testInsertAppendCharSequence() 122 FormattedStringBuilder sb3 = new FormattedStringBuilder(); in testInsertAppendCodePoint() local 125 sb3.appendCodePoint(cas, null); in testInsertAppendCodePoint() 127 assertEquals(Character.codePointAt(sb3, 0), cas); in testInsertAppendCodePoint()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | FormattedStringBuilderTest.java | 38 FormattedStringBuilder sb3 = new FormattedStringBuilder(); in testInsertAppendCharSequence() local 41 sb3.append(str, null); in testInsertAppendCharSequence() 43 assertCharSequenceEquals(str, sb3, str); in testInsertAppendCharSequence() 125 FormattedStringBuilder sb3 = new FormattedStringBuilder(); in testInsertAppendCodePoint() local 128 sb3.appendCodePoint(cas, null); in testInsertAppendCodePoint() 130 assertEquals(Character.codePointAt(sb3, 0), cas); in testInsertAppendCodePoint()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | erff.c | 81 sb3 = 1.5367296143e+03, /* 0x44c01759 */ variable 115 S = 1.0f+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
|
D | erf.c | 171 sb3 = 1.53672958608443695994e+03, /* 0x409802EB, 0x189D5118 */ variable 205 S = 1.0+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
|
/third_party/musl/src/math/ |
D | erf.c | 171 sb3 = 1.53672958608443695994e+03, /* 0x409802EB, 0x189D5118 */ variable 205 S = 1.0+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
|
D | erff.c | 81 sb3 = 1.5367296143e+03, /* 0x44c01759 */ variable 115 S = 1.0f+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
|
/third_party/openssl/crypto/aria/ |
D | aria.c | 826 static const unsigned char sb3[256] = { variable 997 o->c[i + 2] = sb3[x->c[i + 2] ^ y->c[i + 2]]; in sl1() 1010 o[i ] = sb3[x->c[i ] ^ y->c[i ]]; in sl2()
|
/third_party/libxml2/result/ |
D | rdf2.rdr | 1385 /usr/share/ncurses4/terminfo/s/sb3
|
D | rdf2.rde | 1385 /usr/share/ncurses4/terminfo/s/sb3
|