| /third_party/ffmpeg/libavfilter/ |
| H A D | af_aiir.c | 1148 char text[32]; in draw_response() local [all...] |
| H A D | f_ebur128.c | 95 struct rect text; ///< rectangle for the LU legend on the left member [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | pngdec.c | 530 uint8_t *kw_utf8 = NULL, *text, *txt_utf8 = NULL; in decode_text_chunk() local
|
| /third_party/glslang/StandAlone/ |
| H A D | StandAlone.cpp | 283 std::string text; // contents of preamble global() member in TPreamble 1226 const char* text[maxCount]; // memory owned/managed externally global() member [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | SpvBuilder.h | 115 void setSourceText(const std::string& text) { sourceText = text; } in setSourceText() argument 147 void addInclude(const std::string& name, const std::string& text) in addInclude() argument
|
| /third_party/alsa-lib/src/ucm/ |
| H A D | main.c | 1795 const char *text; member 1850 static int merge_value(struct list_head *list, const char *text) in merge_value() argument
|
| /third_party/cups-filters/filter/foomatic-rip/ |
| H A D | options.c | 1304 void option_set_choice(option_t *opt, const char *name, const char *text, in option_set_choice() argument 1373 option_add_custom_param_from_string(option_t *opt, const char *name, const char *text, const char *str) option_add_custom_param_from_string() argument 1562 char key[128], name[64], text[64]; read_ppd_file() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DateFormatSymbols.java | [all...] |
| H A D | DecimalFormatSymbols.java | [all...] |
| H A D | PluralRules.java | |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | usearch.cpp | 541 usearch_open(const UChar *pattern, int32_t patternlength, const UChar *text, int32_t textlength, const char *locale, UBreakIterator *breakiter, UErrorCode *status) usearch_open() argument 581 usearch_openFromCollator( const UChar *pattern, int32_t patternlength, const UChar *text, int32_t textlength, const UCollator *collator, UBreakIterator *breakiter, UErrorCode *status) usearch_openFromCollator() argument 920 usearch_setText( UStringSearch *strsrch, const UChar *text, int32_t textlength, UErrorCode *status) usearch_setText() argument [all...] |
| H A D | uregex.cpp | 373 uregex_setText(URegularExpression *regexp2, const UChar *text, int32_t textLength, UErrorCode *status) uregex_setText() argument 407 uregex_setUText(URegularExpression *regexp2, UText *text, UErrorCode *status) uregex_setUText() argument 494 uregex_refreshUText(URegularExpression *regexp2, UText *text, UErrorCode *status) uregex_refreshUText() argument [all...] |
| H A D | tzgnames.cpp | 887 TZGNCore::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, in findBestMatch() argument 1008 TZGNCore::findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const { in findLocal() argument 1093 findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const findTimeZoneNames() argument 1321 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const findBestMatch() argument [all...] |
| H A D | decimfmt.cpp | 720 void DecimalFormat::parse(const UnicodeString& text, Formattable& output, in parse() argument 755 CurrencyAmount* DecimalFormat::parseCurrency(const UnicodeString& text, ParsePosition& parsePosition) const { in parseCurrency() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | numrgts.cpp | 2949 static const UChar text[] = { 0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0 }; // 123456789 global() local [all...] |
| H A D | dtfmrgts.cpp | 823 UnicodeString text = strings[i]; in Test4104136() local 865 UnicodeString text = "time "; in Test4104522() local 1688 UnicodeString text; global() member 1741 UnicodeString text = "06-10-2014"; TestT10906() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ubidiimp.h | 266 const UChar *text; member [all...] |
| H A D | unistr.cpp | 209 UnicodeString::UnicodeString(const UChar *text) { in UnicodeString() argument 214 UnicodeString::UnicodeString(const UChar *text, in UnicodeString() argument 224 const UChar *text = textPtr; in UnicodeString() local 659 doEquals(const UnicodeString &text, int32_t len) const doEquals() argument 1267 const UChar *text = textPtr; setTo() local 1610 handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) handleReplaceBetween() argument 1624 UChar* text = (UChar*) uprv_malloc( sizeof(UChar) * (limit - start) ); copy() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| H A D | TransliteratorTest.java | 1526 protected void handleTransliterate(Replaceable text, in handleTransliterate() argument [all...] |
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| H A D | TransliteratorTest.java | 1523 protected void handleTransliterate(Replaceable text, in handleTransliterate() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
| H A D | UnicodeSetTest.java | 1976 parseReference(String text, ParsePosition pos, int limit) parseReference() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | DateTimePatternGenerator.java | |
| H A D | DateFormatSymbols.java | [all...] |
| H A D | DecimalFormatSymbols.java | [all...] |
| H A D | PluralRules.java | |