| /third_party/alsa-lib/src/control/ |
| H A D | ctlparse.c | 156 int __snd_ctl_ascii_elem_id_parse(snd_ctl_elem_id_t *dst, const char *str, in __snd_ctl_ascii_elem_id_parse() argument 272 snd_ctl_ascii_elem_id_parse(snd_ctl_elem_id_t *dst, const char *str) snd_ctl_ascii_elem_id_parse() argument [all...] |
| /third_party/gn/src/gn/ |
| H A D | test_with_scope.cc | 49 bool TestWithScope::ExecuteSnippet(const std::string& str, Err* err) { in ExecuteSnippet() argument 328 void TestWithScope::AppendPrintOutput(const std::string& str) { in AppendPrintOutput() argument
|
| /third_party/googletest/googletest/src/ |
| H A D | gtest-printers.cc | 459 bool ContainsUnprintableControlCodes(const char* str, size_t length) { in ContainsUnprintableControlCodes() argument 480 bool IsValidUTF8(const char* str, size_t length) { in IsValidUTF8() argument 513 void ConditionalPrintAsText(const char* str, size_t length, ostream* os) { in ConditionalPrintAsText() argument 516 *os << "\n As Text: \"" << str << "\""; in ConditionalPrintAsText() local
|
| /third_party/googletest/googletest/include/gtest/ |
| H A D | gtest-printers.h | 987 static void Print(const char* str, ::std::ostream* os) { in Print() argument 1003 static void Print(const char8_t* str, ::std::ostream* os) { in Print() argument 1019 static void Print(const char16_t* str, ::std::ostream* os) { in Print() argument 1034 static void Print(const char32_t* str, argument 1050 Print(const wchar_t* str, ::std::ostream* os) Print() argument 1063 Print(wchar_t* str, ::std::ostream* os) Print() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | SimpleFilteredSentenceBreakIterator.java | 330 public boolean suppressBreakAfter(CharSequence str) { in suppressBreakAfter() argument 335 public boolean unsuppressBreakAfter(CharSequence str) { in unsuppressBreakAfter() argument
|
| H A D | StaticUnicodeSets.java | 95 public static Key chooseFrom(String str, Key key1) { in chooseFrom() argument 113 public static Key chooseFrom(String str, Key key1, Key key2) { in chooseFrom() argument 121 chooseCurrency(String str) chooseCurrency() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
| H A D | UScriptRun.java | 253 public final void reset(String str, int start, int count) in reset() argument 274 public final void reset(String str) in reset() argument
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cbiditransformtst.c | 127 pseudoScript(const UChar *str) pseudoScript() argument 201 shapeDigits(UChar *str, UChar srcZero, UChar destZero) shapeDigits() argument 216 shapeLetters(UChar *str, const UChar *from, const UChar *to) shapeLetters() argument [all...] |
| H A D | unumberformattertst.c | 285 const UChar* str = ufmtval_getString(unumf_resultAsValue(uresult, &ec), NULL, &ec); in TestToDecimalNumber() local 415 const UChar* str = ufmtval_getString(formattedValue, &length, &status); in Test21674_State() local
|
| H A D | ulistfmttest.c | 278 const UChar *str = ufmtval_getString(value, &len, &status); in TestUList21871_A() local 326 const UChar *str = ufmtval_getString(value, &len, &status); in TestUList21871_B() local
|
| H A D | cdtdptst.c | 164 UChar *str, *pat; in tryPat994() local [all...] |
| H A D | currtest.c | 154 const char *str = uenum_next(en, &len, &status); in checkItemCount() local
|
| H A D | utf16tst.c | 764 UChar *str=(UChar*)malloc(sizeof(UChar) * (u_strlen(s)+1)); in TestAppendChar() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | cpdtrtst.cpp | 323 UnicodeString* CompoundTransliteratorTest::split(const UnicodeString& str, UChar seperator, int32_t& count) { in split() argument
|
| H A D | fldset.cpp | 47 UnicodeString str; in diffFrom() local 95 int32_t FieldsSet::parseFrom(const UnicodeString& str, const in parseFrom() argument
|
| H A D | uobjtest.cpp | 574 UnicodeString *str = new(__FILE__, __LINE__) UnicodeString(); in TestMFCCompatibility() local
|
| H A D | dtfmapts.cpp | 289 UnicodeString str; in TestNameHiding() local [all...] |
| H A D | thcoll.cpp | 106 UnicodeString str; in TestNamesList() local 153 UnicodeString str; in TestDictionary() local 163 UnicodeString str; in TestDictionary() local
|
| H A D | tzbdtest.cpp | 78 UnicodeString str; in findDaylightBoundaryUsingDate() local 80 logln(UnicodeString("Error: ") + startMode + " not present in " + str); in findDaylightBoundaryUsingDate() local 121 UnicodeString str; in findDaylightBoundaryUsingTimeZone() local 193 UnicodeString str; in verifyDST() local 454 UnicodeString str; findBoundariesStepwise() local [all...] |
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | TransliterationRule.java | 336 static final int posBefore(Replaceable str, int pos) { in posBefore() argument 342 static final int posAfter(Replaceable str, int pos) { in posAfter() argument
|
| /third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| H A D | TestConversion.java | 1174 private byte[] toByteArray(String str) { in toByteArray() argument
|
| /third_party/icu/icu4c/source/test/iotest/ |
| H A D | stream.cpp | 236 sstrm >> str; in testString() local 219 testString( UnicodeString& str, const char* testString, const UChar* expectedString, int32_t expectedStatus) testString() argument
|
| /third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
| H A D | DateFmtPerf.h | 131 void uprintf(const UnicodeString &str) { in uprintf() argument 170 UnicodeString str; in call() local 217 void uprintf(const UnicodeString &str) { in uprintf() argument 666 uprintf(const UnicodeString &str) uprintf() argument 717 const char *str = NUM_STRING; call() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | characterproperties.cpp | 70 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString() argument
|
| H A D | normlzr.cpp | 40 Normalizer::Normalizer(const UnicodeString& str, UNormalizationMode mode) : in Normalizer() argument 49 Normalizer::Normalizer(ConstChar16Ptr str, int32_t length, UNormalizationMode mode) : in Normalizer() argument
|