Home
last modified time | relevance | path

Searched defs:text (Results 2226 - 2250 of 2364) sorted by relevance

1...<<81828384858687888990>>...95

/third_party/ffmpeg/libavformat/
H A Ddashdec.c476 char *text; in get_content_url() local
711 char *text = NULL; in resolve_content_path() local
[all...]
/third_party/backends/backend/
H A Dcoolscan3.c2137 cs3_parse_cmd(cs3_t * s, char *text) in cs3_parse_cmd() argument
H A Dcoolscan2.c2092 cs2_parse_cmd (cs2_t * s, char *text) in cs2_parse_cmd() argument
H A Dumax.c320 static void DBG_inq_nz(char *text, int flag) in DBG_inq_nz() argument
329 static void DBG_sense_nz(char *text, int flag) in DBG_sense_nz() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java
/third_party/icu/icu4c/source/test/cintltst/
H A Dccapitst.c3213 static const UChar text[]={ in testSwap() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp340 ubidi_getBaseDirection(const UChar *text, in ubidi_getBaseDirection() argument
376 const UChar *text=pBiDi->prologue; in firstL_R_AL() local
429 const UChar *text=pBiDi->text; getDirProps() local
1075 const UChar *text=pBiDi->text; resolveExplicitLevels() local
2071 const UChar *text=pBiDi->prologue; lastL_R_AL() local
2099 const UChar *text=pBiDi->epilogue; firstL_R_AL_EN_AN() local
2365 setParaRunsOnly(UBiDi *pBiDi, const UChar *text, int32_t length, UBiDiLevel paraLevel, UErrorCode *pErrorCode) setParaRunsOnly() argument
2554 ubidi_setPara(UBiDi *pBiDi, const UChar *text, int32_t length, UBiDiLevel paraLevel, UBiDiLevel *embeddingLevels, UErrorCode *pErrorCode) ubidi_setPara() argument
[all...]
H A Ducurr.cpp1279 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument
1318 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const UChar* text, int32_t textLen, int32_t *partialMatchLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) searchCurrencyName() argument
1521 uprv_parseCurrency(const char* locale, const icu::UnicodeString& text, icu::ParsePosition& pos, int8_t type, int32_t* partialMatchLen, UChar* result, UErrorCode& ec) uprv_parseCurrency() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java2872 expectParseCurrency(NumberFormat fmt, Currency expected, String text) expectParseCurrency() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2869 expectParseCurrency(NumberFormat fmt, Currency expected, String text) expectParseCurrency() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp389 TextTrieMap::search(const UnicodeString &text, int32_t start, in search() argument
414 TextTrieMap::search(CharacterNode *node, const UnicodeString &text, int32_t start, in search() argument
1369 TimeZoneNamesImpl::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const { in find() argument
1412 doFind(ZNameSearchHandler& handler, const UnicodeString& text, int32_t start, UErrorCode& status) const doFind() argument
2240 find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const find() argument
[all...]
H A Dsmpdtfmt.cpp2285 SimpleDateFormat::parse(const UnicodeString& text, Calendar& cal, ParsePosition& parsePos) const in parse() argument
2720 matchQuarterString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, Calendar& cal) const matchQuarterString() argument
2753 matchDayPeriodStrings(const UnicodeString& text, int32_t start, const UnicodeString* data, int32_t dataCount, int32_t &dayPeriod) const matchDayPeriodStrings() argument
2777 matchLiterals(const UnicodeString &pattern, int32_t &patternOffset, const UnicodeString &text, int32_t &textOffset, UBool whitespaceLenient, UBool partialMatchLenient, UBool oldLeniency) matchLiterals() argument
2926 matchAlphaMonthStrings(const UnicodeString& text, int32_t start, const UnicodeString* wideData, const UnicodeString* shortData, int32_t dataCount, Calendar& cal) const matchAlphaMonthStrings() argument
2966 matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, const UnicodeString* monthPattern, Calendar& cal) const matchString() argument
3033 matchStringWithOptionalDot(const UnicodeString &text, int32_t index, const UnicodeString &data) matchStringWithOptionalDot() argument
3068 subParse(const UnicodeString& text, int32_t& start, UChar ch, int32_t count, UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal, int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, int32_t *dayPeriod) const subParse() argument
3945 parseInt(const UnicodeString& text, Formattable& number, ParsePosition& pos, UBool allowNegative, const NumberFormat *fmt) const parseInt() argument
3956 parseInt(const UnicodeString& text, Formattable& number, int32_t maxDigits, ParsePosition& pos, UBool allowNegative, const NumberFormat *fmt) const parseInt() argument
3994 countDigits(const UnicodeString& text, int32_t start, int32_t end) const countDigits() argument
4290 checkIntSuffix(const UnicodeString& text, int32_t start, int32_t patLoc, UBool isNegative) const checkIntSuffix() argument
4409 skipPatternWhiteSpace(const UnicodeString& text, int32_t pos) const skipPatternWhiteSpace() argument
4417 skipUWhiteSpace(const UnicodeString& text, int32_t pos) const skipUWhiteSpace() argument
[all...]
/third_party/libcoap/src/
H A Dcoap_gnutls.c264 coap_gnutls_audit_log_func(gnutls_session_t g_session, const char *text) { in coap_gnutls_audit_log_func() argument
281 coap_gnutls_log_func(int level, const char *text) { in coap_gnutls_log_func() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c412 static void showdate(const char *text, le64 lestamp) in showdate() argument
/third_party/node/deps/icu-small/source/common/
H A Dubidi.cpp340 ubidi_getBaseDirection(const char16_t *text, in ubidi_getBaseDirection() argument
376 const char16_t *text=pBiDi->prologue; in firstL_R_AL() local
429 const char16_t *text=pBiDi->text; getDirProps() local
1075 const char16_t *text=pBiDi->text; resolveExplicitLevels() local
2071 const char16_t *text=pBiDi->prologue; lastL_R_AL() local
2099 const char16_t *text=pBiDi->epilogue; firstL_R_AL_EN_AN() local
2365 setParaRunsOnly(UBiDi *pBiDi, const char16_t *text, int32_t length, UBiDiLevel paraLevel, UErrorCode *pErrorCode) setParaRunsOnly() argument
2554 ubidi_setPara(UBiDi *pBiDi, const char16_t *text, int32_t length, UBiDiLevel paraLevel, UBiDiLevel *embeddingLevels, UErrorCode *pErrorCode) ubidi_setPara() argument
[all...]
H A Ducurr.cpp1305 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const char16_t* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument
1344 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const char16_t* text, int32_t textLen, int32_t *partialMatchLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) searchCurrencyName() argument
1547 uprv_parseCurrency(const char* locale, const icu::UnicodeString& text, icu::ParsePosition& pos, int8_t type, int32_t* partialMatchLen, char16_t* result, UErrorCode& ec) uprv_parseCurrency() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dsmpdtfmt.cpp2236 SimpleDateFormat::parse(const UnicodeString& text, Calendar& cal, ParsePosition& parsePos) const in parse() argument
2671 matchQuarterString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, Calendar& cal) const matchQuarterString() argument
2704 matchDayPeriodStrings(const UnicodeString& text, int32_t start, const UnicodeString* data, int32_t dataCount, int32_t &dayPeriod) const matchDayPeriodStrings() argument
2728 matchLiterals(const UnicodeString &pattern, int32_t &patternOffset, const UnicodeString &text, int32_t &textOffset, UBool whitespaceLenient, UBool partialMatchLenient, UBool oldLeniency) matchLiterals() argument
2877 matchAlphaMonthStrings(const UnicodeString& text, int32_t start, const UnicodeString* wideData, const UnicodeString* shortData, int32_t dataCount, Calendar& cal) const matchAlphaMonthStrings() argument
2917 matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, const UnicodeString* monthPattern, Calendar& cal) const matchString() argument
2984 matchStringWithOptionalDot(const UnicodeString &text, int32_t index, const UnicodeString &data) matchStringWithOptionalDot() argument
3019 subParse(const UnicodeString& text, int32_t& start, char16_t ch, int32_t count, UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal, int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, int32_t *dayPeriod) const subParse() argument
3896 parseInt(const UnicodeString& text, Formattable& number, ParsePosition& pos, UBool allowNegative, const NumberFormat *fmt) const parseInt() argument
3907 parseInt(const UnicodeString& text, Formattable& number, int32_t maxDigits, ParsePosition& pos, UBool allowNegative, const NumberFormat *fmt) const parseInt() argument
3945 countDigits(const UnicodeString& text, int32_t start, int32_t end) const countDigits() argument
4241 checkIntSuffix(const UnicodeString& text, int32_t start, int32_t patLoc, UBool isNegative) const checkIntSuffix() argument
4360 skipPatternWhiteSpace(const UnicodeString& text, int32_t pos) const skipPatternWhiteSpace() argument
4368 skipUWhiteSpace(const UnicodeString& text, int32_t pos) const skipUWhiteSpace() argument
[all...]
H A Dtznames_impl.cpp389 TextTrieMap::search(const UnicodeString &text, int32_t start, in search() argument
414 TextTrieMap::search(CharacterNode *node, const UnicodeString &text, int32_t start, in search() argument
1354 TimeZoneNamesImpl::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const { in find() argument
1397 doFind(ZNameSearchHandler& handler, const UnicodeString& text, int32_t start, UErrorCode& status) const doFind() argument
2225 find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const find() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c63 char *text; member
167 char *text; member
498 static void push_text_atom(struct function *f, const char *text) in push_text_atom() argument
575 static void textbuf_push(struct textbuf **buf_p, const char *text) in textbuf_push() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc2116 RegExpText* text = zone()->New<RegExpText>(zone()); in FlushText() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_local.h747 const char *text, int len); variable
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java3186 public Iterable<PhoneNumberMatch> findNumbers(CharSequence text, Strin argument
3203 findNumbers( final CharSequence text, final String defaultRegion, final Leniency leniency, final long maxTries) findNumbers() argument
[all...]
/third_party/python/Python/
H A Dsysmodule.c3385 sys_pyfile_write(const char *text, PyObject *file) in sys_pyfile_write() argument
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2608 void Value::CommentInfo::setComment(const char* text, size_t len) { in setComment() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_local.h747 const char *text, int len); variable

Completed in 90 milliseconds

1...<<81828384858687888990>>...95