Home
last modified time | relevance | path

Searched refs:nativeIndex (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DMediaStreamTrack.java26 static State fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
27 return values()[nativeIndex]; in fromNativeIndex()
36 private final int nativeIndex; field in MediaStreamTrack.MediaType
38 private MediaType(int nativeIndex) { in MediaType() argument
39 this.nativeIndex = nativeIndex; in MediaType()
44 return nativeIndex; in getNative()
48 static MediaType fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
50 if (type.getNative() == nativeIndex) { in fromNativeIndex()
54 throw new IllegalArgumentException("Unknown native media type: " + nativeIndex); in fromNativeIndex()
DEncodedImage.java28 private final int nativeIndex; field in EncodedImage.FrameType
30 private FrameType(int nativeIndex) { in FrameType() argument
31 this.nativeIndex = nativeIndex; in FrameType()
35 return nativeIndex; in getNative()
39 static FrameType fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
41 if (type.getNative() == nativeIndex) { in fromNativeIndex()
45 throw new IllegalArgumentException("Unknown native frame type: " + nativeIndex); in fromNativeIndex()
DRtpTransceiver.java43 private final int nativeIndex; field in RtpTransceiver.RtpTransceiverDirection
45 private RtpTransceiverDirection(int nativeIndex) { in RtpTransceiverDirection() argument
46 this.nativeIndex = nativeIndex; in RtpTransceiverDirection()
51 return nativeIndex; in getNativeIndex()
55 static RtpTransceiverDirection fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
57 if (type.getNativeIndex() == nativeIndex) { in fromNativeIndex()
62 "Uknown native RtpTransceiverDirection type" + nativeIndex); in fromNativeIndex()
DMediaSource.java23 static State fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
24 return values()[nativeIndex]; in fromNativeIndex()
DPeerConnection.java39 static IceGatheringState fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
40 return values()[nativeIndex]; in fromNativeIndex()
55 static IceConnectionState fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
56 return values()[nativeIndex]; in fromNativeIndex()
70 static PeerConnectionState fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
71 return values()[nativeIndex]; in fromNativeIndex()
91 static SignalingState fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
92 return values()[nativeIndex]; in fromNativeIndex()
404 static AdapterType fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
405 return BY_BITMASK.get(nativeIndex); in fromNativeIndex()
DDataChannel.java100 static State fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
101 return values()[nativeIndex]; in fromNativeIndex()
DRtpParameters.java41 static DegradationPreference fromNativeIndex(int nativeIndex) { in fromNativeIndex() argument
42 return values()[nativeIndex]; in fromNativeIndex()
/external/icu/libicu/ndk_headers/unicode/
Dutext.h379 utext_char32At(UText *ut, int64_t nativeIndex) __INTRODUCED_IN(31);
466 utext_next32From(UText *ut, int64_t nativeIndex) __INTRODUCED_IN(31);
488 utext_previous32From(UText *ut, int64_t nativeIndex) __INTRODUCED_IN(31);
533 utext_setNativeIndex(UText *ut, int64_t nativeIndex) __INTRODUCED_IN(31);
/external/icu/libandroidicu/include/unicode/
Dutext.h433 utext_char32At(UText *ut, int64_t nativeIndex);
512 utext_next32From(UText *ut, int64_t nativeIndex);
532 utext_previous32From(UText *ut, int64_t nativeIndex);
573 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
1024 UTextAccess(UText *ut, int64_t nativeIndex, UBool forward);
1161 UTextMapNativeIndexToUTF16(const UText *ut, int64_t nativeIndex);
/external/icu/libicu/cts_headers/unicode/
Dutext.h433 utext_char32At(UText *ut, int64_t nativeIndex);
512 utext_next32From(UText *ut, int64_t nativeIndex);
532 utext_previous32From(UText *ut, int64_t nativeIndex);
573 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
1024 UTextAccess(UText *ut, int64_t nativeIndex, UBool forward);
1161 UTextMapNativeIndexToUTF16(const UText *ut, int64_t nativeIndex);
/external/icu/icu4c/source/common/unicode/
Dutext.h433 utext_char32At(UText *ut, int64_t nativeIndex);
512 utext_next32From(UText *ut, int64_t nativeIndex);
532 utext_previous32From(UText *ut, int64_t nativeIndex);
573 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
1024 UTextAccess(UText *ut, int64_t nativeIndex, UBool forward);
1161 UTextMapNativeIndexToUTF16(const UText *ut, int64_t nativeIndex);
/external/icu/libicu/src/
Dshim.cpp1055 UChar32 utext_char32At(UText * ut, int64_t nativeIndex) { in utext_char32At() argument
1056 return U_ICU_ENTRY_POINT_RENAME(utext_char32At)(ut, nativeIndex); in utext_char32At()
1085 UChar32 utext_next32From(UText * ut, int64_t nativeIndex) { in utext_next32From() argument
1086 return U_ICU_ENTRY_POINT_RENAME(utext_next32From)(ut, nativeIndex); in utext_next32From()
1097 UChar32 utext_previous32From(UText * ut, int64_t nativeIndex) { in utext_previous32From() argument
1098 return U_ICU_ENTRY_POINT_RENAME(utext_previous32From)(ut, nativeIndex); in utext_previous32From()
1100 void utext_setNativeIndex(UText * ut, int64_t nativeIndex) { in utext_setNativeIndex() argument
1101 U_ICU_ENTRY_POINT_RENAME(utext_setNativeIndex)(ut, nativeIndex); in utext_setNativeIndex()
/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp1448 int64_t nativeIndex = UTEXT_GETNATIVEINDEX(ut); in Ticket6847() local
1449 TEST_ASSERT(nativeIndex == 0); in Ticket6847()
1457 nativeIndex = UTEXT_GETNATIVEINDEX(ut); in Ticket6847()
1458 TEST_ASSERT(nativeIndex == count); in Ticket6847()
1461 nativeIndex = UTEXT_GETNATIVEINDEX(ut); in Ticket6847()
1462 TEST_ASSERT(nativeIndex == STRLEN); in Ticket6847()
Dregextst.cpp3322 static UBool utextOffsetToNative(UText *utext, int32_t unistrOffset, int32_t& nativeIndex) in utextOffsetToNative() argument
3336 nativeIndex = (int32_t)UTEXT_GETNATIVEINDEX(utext); in utextOffsetToNative()
/external/icu/icu4c/source/common/
Dutext.cpp242 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At() argument
246 …if (nativeIndex>=ut->chunkNativeStart && nativeIndex < ut->chunkNativeStart + ut->nativeIndexingLi… in utext_char32At()
247 ut->chunkOffset = (int32_t)(nativeIndex - ut->chunkNativeStart); in utext_char32At()
255 utext_setNativeIndex(ut, nativeIndex); in utext_char32At()
256 if (nativeIndex>=ut->chunkNativeStart && ut->chunkOffset<ut->chunkLength) { in utext_char32At()
/external/icu/tools/icu4c_srcgen/doc_patches/patches/unicode/
Dutext.h.patch237 - * @param nativeIndex Requested index of the text to be accessed.
251 -UTextAccess(UText *ut, int64_t nativeIndex, UBool forward);
381 - * @param nativeIndex Absolute (native) text index, chunk->start<=index<=chunk->limit.
388 -UTextMapNativeIndexToUTF16(const UText *ut, int64_t nativeIndex);