Home
last modified time | relevance | path

Searched defs:length (Results 1901 - 1925 of 3884) sorted by relevance

1...<<71727374757677787980>>...156

/third_party/icu/icu4c/source/common/
H A Dubiditransform.cpp390 resolveBaseDirection(const UChar *text, uint32_t length, in resolveBaseDirection() argument
H A Ducharstriebuilder.cpp43 int32_t length=strings[stringOffset]; in getString() local
71 int32_t length=s.length(); in setTo() local
257 int32_t length=0; // Number of different units at unitIndex. countElementUnits() local
314 createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length, Node *nextNode) const createLinearMatchNode() argument
323 ensureCapacity(int32_t length) ensureCapacity() argument
360 write(const UChar *s, int32_t length) write() argument
370 writeElementUnits(int32_t i, int32_t unitIndex, int32_t length) writeElementUnits() argument
380 int32_t length; writeValueAndFinal() local
404 int32_t length; writeValueAndType() local
430 int32_t length; writeDeltaTo() local
[all...]
H A Ducnv_ext.cpp39 ucnv_extFindToU(const uint32_t *toUSection, int32_t length, uint8_t byte) { in ucnv_extFindToU() argument
132 int32_t i, j, idx, length, matchLength; in ucnv_extMatchToU() local
333 ucnv_extSimpleMatchToU(const int32_t *cx, const char *source, int32_t length, UBool useFallback) ucnv_extSimpleMatchToU() argument
375 int32_t match, length; ucnv_extContinueMatchToU() local
465 ucnv_extFindFromU(const UChar *fromUSection, int32_t length, UChar u) ucnv_extFindFromU() argument
544 int32_t i, j, idx, length, matchLength; ucnv_extMatchFromU() local
679 int32_t length, prevLength; ucnv_extWriteFromU() local
828 int32_t length; ucnv_extSimpleMatchFromU() local
888 int32_t length=cnv->preFromULength-match; ucnv_extContinueMatchFromU() local
978 ucnv_extGetUnicodeSetString(const UConverterSharedData *sharedData, const int32_t *cx, const USetAdder *sa, UConverterUnicodeSet which, int32_t minLength, UChar32 firstCP, UChar s[UCNV_EXT_MAX_UCHARS], int32_t length, int32_t sectionIndex, UErrorCode *pErrorCode) ucnv_extGetUnicodeSetString() argument
1044 int32_t length; ucnv_extGetUnicodeSet() local
[all...]
H A Ducnvbocu.cpp541 int32_t length; /* will be 2..4 */ in _Bocu1FromUnicodeWithOffsets() local
602 diff>>=8*length; /* length was reduced by targetCapacity */ _Bocu1FromUnicodeWithOffsets() local
779 int32_t length; /* will be 2..4 */ _Bocu1FromUnicode() local
834 diff>>=8*length; /* length was reduced by targetCapacity */ _Bocu1FromUnicode() local
[all...]
H A Ducnvhz.cpp379 int32_t length= ucnv_MBCSFromUChar32(myConverterData->gbConverter->sharedData, in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() local
H A Ducptrie.cpp200 int32_t i, length; in ucptrie_internalU8PrevIndex() local
22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, const void *data, int32_t length, int32_t *pActualLength, UErrorCode *pErrorCode) ucptrie_openFromBinary() argument
487 int32_t length = (int32_t)sizeof(UCPTrieHeader) + trie->indexLength * 2; ucptrie_toBinary() local
547 int32_t length=trie->dataLength; countNull() local
[all...]
H A Duiter.cpp214 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length) { in uiter_setString() argument
325 uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length) { in uiter_setUTF16BE() argument
624 int32_t i, limit, length; utf8IteratorGetIndex() local
1004 uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length) uiter_setUTF8() argument
[all...]
/third_party/FreeBSD/stand/usb/
H A Dusb_busdma_loader.c239 usb_pc_common_mem_cb(struct usb_page_cache *pc, void *dma_handle, uint32_t length) usb_pc_common_mem_cb() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_video.c654 uint32_t length, offset, res; in uvc_nocp_continue() local
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dpnamesbuilder.cpp335 void buildValueMap(const Value values[], int32_t length, UErrorCod argument
376 valuesIndexOf(const Value values[], int32_t length, int32_t value) valuesIndexOf() argument
408 buildValuesBytesTrie(const Value values[], int32_t length, UErrorCode &errorCode) buildValuesBytesTrie() argument
421 buildPropertiesBytesTrie(const Property properties[], int32_t length, UErrorCode &errorCode) buildPropertiesBytesTrie() argument
[all...]
H A Dcorepropsbuilder.cpp735 int32_t length=codes.length(); in setProps() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java277 containsSpanBackUTF16(final UnicodeSetWithStrings set, final String s, int length, SpanCondition spanCondition) containsSpanBackUTF16() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUBinary.java660 getBytes(ByteBuffer bytes, int length, int additionalSkipLength) getBytes() argument
669 getString(ByteBuffer bytes, int length, int additionalSkipLength) getString() argument
676 getChars(ByteBuffer bytes, int length, int additionalSkipLength) getChars() argument
683 getShorts(ByteBuffer bytes, int length, int additionalSkipLength) getShorts() argument
690 getInts(ByteBuffer bytes, int length, int additionalSkipLength) getInts() argument
697 getLongs(ByteBuffer bytes, int length, int additionalSkipLength) getLongs() argument
[all...]
H A DRBBIDataWrapper.java61 static RBBIStateTable get(ByteBuffer bytes, int length) throws IOException { in get() argument
[all...]
H A DTrie2Writable.java619 private boolean equal_int(int[] a, int s, int t, int length) { in equal_int() argument
H A DUnicodeSetStringSpan.java649 spanBack(CharSequence s, int length, SpanCondition spanCondition) spanBack() argument
896 spanNotBack(CharSequence s, int length) spanNotBack() argument
944 matches16(CharSequence s, int start, final String t, int length) matches16() argument
976 spanOne(final UnicodeSet set, CharSequence s, int start, int length) spanOne() argument
988 spanOneBack(final UnicodeSet set, CharSequence s, int length) spanOneBack() argument
1034 private int length; global() field in UnicodeSetStringSpan.OffsetList
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DEdits.java79 private int length; field in Edits
268 private final int length; global() field in Edits.Iterator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationKeys.java134 AppendBeyondCapacity(byte[] bytes, int start, int n, int length) AppendBeyondCapacity() argument
136 Resize(int appendCapacity, int length) Resize() argument
173 int length() { length() method in CollationKeys.SortKeyLevel
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethodImpl.java305 ACIText( char [] chArray, int offset, int length, int committed ) { in ACIText() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java274 containsSpanBackUTF16(final UnicodeSetWithStrings set, final String s, int length, SpanCondition spanCondition) containsSpanBackUTF16() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DPatternStringParser.java111 public int length(int flags) { in length() method in PatternStringParser.ParsedPatternInfo
/third_party/icu/icu4c/source/i18n/
H A Dcollationruleparser.cpp609 int32_t length = uloc_forLanguageTag(lang.data(), localeID, ULOC_FULLNAME_CAPACITY, parseSetting() local
848 int32_t length = ruleIndex - start; setErrorContext() local
[all...]
H A Dplurfmt.cpp558 int32_t length = -1; in parseType() local
H A Ducol_res.cpp126 int32_t length; in loadRules() local
271 int32_t length; in loadFromBundle() local
393 int32_t length; in loadFromData() local
[all...]
H A Dislamcal.cpp510 int32_t length = 0; in handleGetMonthLength() local

Completed in 30 milliseconds

1...<<71727374757677787980>>...156