Home
last modified time | relevance | path

Searched defs:start (Results 3676 - 3700 of 4336) sorted by relevance

1...<<141142143144145146147148149150>>...174

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneFormat.java2197 parseOffsetLocalizedGMTPattern(String text, int start, boolean isShort, int[] parsedLen) parseOffsetLocalizedGMTPattern() argument
2243 parseOffsetFields(String text, int start, boolean isShort, int[] parsedLen) parseOffsetFields() argument
2318 parseOffsetFieldsWithPattern(String text, int start, Object[] patternItems, boolean forceSingleHourDigit, int fields[]) parseOffsetFieldsWithPattern() argument
2394 parseOffsetDefaultLocalizedGMT(String text, int start, int[] parsedLen) parseOffsetDefaultLocalizedGMT() argument
2466 parseDefaultOffsetFields(String text, int start, char separator, int[] parsedLen) parseDefaultOffsetFields() argument
2512 parseAbuttingOffsetFields(String text, int start, int[] parsedLen) parseAbuttingOffsetFields() argument
2594 parseOffsetFieldWithLocalizedDigits(String text, int start, int minDigits, int maxDigits, int minVal, int maxVal, int[] parsedLen) parseOffsetFieldWithLocalizedDigits() argument
2638 parseSingleLocalizedDigit(String text, int start, int[] len) parseSingleLocalizedDigit() argument
[all...]
H A DUnicodeSet.java382 public UnicodeSet(int start, int end) { in UnicodeSet() argument
510 set(int start, int end) set() argument
993 matchRest(Replaceable text, int start, int limit, String s) matchRest() argument
1150 add(int start, int end) add() argument
1161 addAll(int start, int end) addAll() argument
1167 add_unchecked(int start, int end) add_unchecked() argument
1473 retain(int start, int end) retain() argument
1536 remove(int start, int end) remove() argument
1594 complement(int start, int end) complement() argument
1856 contains(int start, int end) contains() argument
2041 containsNone(int start, int end) containsNone() argument
2152 containsSome(int start, int end) containsSome() argument
2974 range(int start, int end) range() argument
4019 span(CharSequence s, int start, SpanCondition spanCondition) span() argument
4054 spanAndCount(CharSequence s, int start, SpanCondition spanCondition, OutputInt outCount) spanAndCount() argument
4081 spanCodePointsAndCount(CharSequence s, int start, SpanCondition spanCondition, OutputInt outCount) spanCodePointsAndCount() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp193 UChar32 start = 0, end; in fromUCPMap() local
241 UChar32 start = 0, end; in fromUCPTrie() local
295 getRange( UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) const getRange() argument
486 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value) fillBlock() argument
494 setRange(UChar32 start, UChar32 end, uint32_t value, UErrorCode &errorCode) setRange() argument
606 findAllSameBlock(const uint32_t *p, int32_t start, int32_t limit, uint32_t value, int32_t blockLength) findAllSameBlock() argument
810 int32_t start = prevDataLength - blockLength; extend() local
1041 printBlock(const uint32_t *block, int32_t blockLength, uint32_t value, UChar32 start, int32_t overlap, uint32_t initialValue) printBlock() argument
1410 int32_t start = indexLength; compactIndex() local
1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument
1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument
1830 umutablecptrie_setRange(UMutableCPTrie *trie, UChar32 start, UChar32 end, uint32_t value, UErrorCode *pErrorCode) umutablecptrie_setRange() argument
[all...]
H A Duloc_tag.cpp791 const char* start = s; in _isStatefulSepListOf() local
H A Dunistr.cpp666 UnicodeString::doCompare( int32_t start, in doCompare() argument
745 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder() argument
826 UnicodeString::countChar32(int32_t start, int32_t length) const { in countChar32() argument
833 hasMoreChar32Than(int32_t start, int32_t length, int32_t number) const hasMoreChar32Than() argument
860 doExtract(int32_t start, int32_t length, UChar *dst, int32_t dstStart) const doExtract() argument
895 extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant) const extract() argument
917 tempSubString(int32_t start, int32_t len) const tempSubString() argument
928 toUTF8(int32_t start, int32_t len, char *target, int32_t capacity) const toUTF8() argument
944 extract(int32_t start, int32_t len, char *target, uint32_t dstSize) const extract() argument
957 extractBetween(int32_t start, int32_t limit, UnicodeString& target) const extractBetween() argument
1026 indexOf(const UChar *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const indexOf() argument
1055 doIndexOf(UChar c, int32_t start, int32_t length) const doIndexOf() argument
1073 doIndexOf(UChar32 c, int32_t start, int32_t length) const doIndexOf() argument
1090 lastIndexOf(const UChar *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const lastIndexOf() argument
1119 doLastIndexOf(UChar c, int32_t start, int32_t length) const doLastIndexOf() argument
1141 doLastIndexOf(UChar32 c, int32_t start, int32_t length) const doLastIndexOf() argument
1162 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) findAndReplace() argument
1373 replace(int32_t start, int32_t _length, UChar32 srcChar) replace() argument
1398 doReplace( int32_t start, int32_t length, const UnicodeString& src, int32_t srcStart, int32_t srcLength) doReplace() argument
1413 doReplace(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) doReplace() argument
1610 handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) handleReplaceBetween() argument
1620 copy(int32_t start, int32_t limit, int32_t dest) copy() argument
1651 doReverse(int32_t start, int32_t length) doReverse() argument
1706 int32_t start = targetLength - oldLength; padLeading() local
[all...]
H A Dunames.cpp79 uint32_t start, end; member
486 start=0, in getGroup() local
599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumGroupNames() argument
644 enumExtNames(UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context) enumExtNames() argument
667 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumNames() argument
936 enumAlgNames(AlgorithmicRange *range, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumAlgNames() argument
1127 UChar32 start, limit; findAlgName() local
1635 u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, UErrorCode *pErrorCode) u_enumCharNames() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp201 void append(const UnicodeString& s, int32_t start, int32_t length) { in append() argument
973 PluralSelectorContext(int32_t start, const UnicodeString &name, in PluralSelectorContext() argument
H A Dtzgnames.cpp887 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 Dtimezone.cpp187 int32_t start = 0; in findInStringArray() local
1403 int32_t start = pos.getIndex(); in parseCustomID() local
1648 const UChar *start in getWindowsID() local
[all...]
H A Dnumber_longnames.cpp766 int32_t start = 0; in trimSpaceChars() local
[all...]
H A Drematch.cpp895 UBool RegexMatcher::find(int64_t start, UErrorCode &status) { in find() argument
1491 lookingAt(int64_t start, UErrorCode &status) lookingAt() argument
1563 matches(int64_t start, UErrorCode &status) matches() argument
1661 region(int64_t start, int64_t limit, UErrorCode &status) region() argument
1988 utext_extract_replace(UText *src, UText *dest, int64_t start, int64_t limit, UErrorCode *status) utext_extract_replace() argument
2278 int32_t RegexMatcher::start(UErrorCode &status) const { start() function in RegexMatcher
2322 int32_t RegexMatcher::start(int32_t group, UErrorCode &status) const { start() function in RegexMatcher
[all...]
H A Drbnf.cpp238 void* start = &buf[size]; in add() local
538 UChar* start = p; in nextString() local
572 const UChar* start = p - U_PARSE_CONTEXT_LEN - 1; in parseError() local
1589 int32_t start = 0; init() local
1708 int start = 0; stripWhitespace() local
[all...]
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c1061 lws_tokenize_init(struct lws_tokenize *ts, const char *start, int flags) in lws_tokenize_init() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-http.h144 char *start; /**< pointer to start of match */ member
H A Dlws-lecp.h329 uint8_t *start; /* the beginning of the out buf */ member
/third_party/libuv/src/win/
H A Dtty.c1307 COORD start, end; in uv__tty_clear() local
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp1449 UINT_32 start = 0; in GetRbEquation() local
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c2476 mbedtls_test_ticket_write( void *p_ticket, const mbedtls_ssl_session *session, unsigned char *start, const unsigned char *end, size_t *tlen, uint32_t *lifetime) mbedtls_test_ticket_write() argument
[all...]
/third_party/libdrm/include/drm/
H A Dmga_drm.h383 unsigned int start; member
H A Dr128_drm.h276 int start; member
310 int start; member
/third_party/libcoap/src/
H A Dcoap_block.c133 unsigned int start = num << (blk_size + 4); in setup_block_b() local
172 size_t start; in coap_write_block_opt() local
206 size_t start; in coap_write_block_b_opt() local
236 unsigned int start; coap_add_block() local
250 unsigned int start = block->num << (block->szx + 4); coap_add_block_b_data() local
[all...]
/third_party/mbedtls/library/
H A Drsa.c285 int mbedtls_rsa_write_key(const mbedtls_rsa_context *rsa, unsigned char *start, in mbedtls_rsa_write_key() argument
377 mbedtls_rsa_write_pubkey(const mbedtls_rsa_context *rsa, unsigned char *start, unsigned char **p) mbedtls_rsa_write_pubkey() argument
[all...]
/third_party/lame/libmp3lame/
H A Dpsymodel.c1771 int start = scalepos[sfb]; in init_numline() local
H A Did3tag.c476 local_ucs2_substr(unsigned short** dst, unsigned short const* src, size_t start, size_t end) in local_ucs2_substr() argument
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-lexer.c801 int start = 0; in lexer_parse_identifier() local

Completed in 71 milliseconds

1...<<141142143144145146147148149150>>...174