Searched refs:STRINGS (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_quopri.py | 68 STRINGS = ( variable in QuopriTestCase 132 for p, e in self.STRINGS: 137 for p, e in self.STRINGS: 149 for p, e in self.STRINGS: 154 for p, e in self.STRINGS: 162 for p, e in self.STRINGS: 186 (p, e) = self.STRINGS[-1] 203 (p, e) = self.STRINGS[-1]
|
H A D | test_codecs.py | 3378 STRINGS = ("ascii", "ulatin1:\xa7\xe9", variable in LocaleCodecTest 3389 for text in self.STRINGS: 3436 for text in self.STRINGS:
|
/third_party/rust/crates/rust-openssl/openssl-errors/src/ |
H A D | lib.rs | 282 STRINGS[0].error = $crate::export::ERR_PACK(LIB_NUM, 0, 0); in id() 283 $crate::export::ERR_load_strings(LIB_NUM, STRINGS.as_mut_ptr()); in id() 326 static mut STRINGS: [ consts 359 static mut STRINGS: [ consts
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
H A D | XLIFF2ICUConverter.java | 112 private static final String STRINGS = "string"; field in XLIFF2ICUConverter 699 write(writer, name+COLON+STRINGS+ OPENBRACE + QUOTE + escapeSyntaxChars(val) + QUOTE+ CLOSEBRACE + LINESEP); in write() 969 if(attrType==null || attrType.equals(STRINGS)){ in parseTransUnit()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmrgts.cpp | 1105 const char* STRINGS[] = { in Test4182066() local 1115 int32_t STRINGS_COUNT = UPRV_LENGTHOF(STRINGS); in Test4182066() 1131 UnicodeString str(STRINGS[i]); in Test4182066()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatRegressionTest.java | 793 final String STRINGS[] = in Test4182066() 795 int STRINGS_COUNT = STRINGS.length; in Test4182066() 825 String str = STRINGS[i]; in Test4182066()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatRegressionTest.java | 796 final String STRINGS[] = in Test4182066() 798 int STRINGS_COUNT = STRINGS.length; in Test4182066() 828 String str = STRINGS[i]; in Test4182066()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 352 STRINGIFY_CODE(METADATA, STRINGS) in GetCodeName()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 2785 NEWFLAG (STRINGS), in section_flags_string()
|
Completed in 23 milliseconds