Home
last modified time | relevance | path

Searched refs:__INTRODUCED_IN (Results 1 – 17 of 17) sorted by relevance

/external/icu/libicu/ndk_headers/unicode/
Dubidi.h503 ubidi_open(void) __INTRODUCED_IN(31);
542 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) __INTRODUCED_IN(31);
567 ubidi_close(UBiDi *pBiDi) __INTRODUCED_IN(31);
639 ubidi_setInverse(UBiDi *pBiDi, UBool isInverse) __INTRODUCED_IN(31);
683 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR) __INTRODUCED_IN(31);
699 ubidi_isOrderParagraphsLTR(UBiDi *pBiDi) __INTRODUCED_IN(31);
905 ubidi_setReorderingMode(UBiDi *pBiDi, UBiDiReorderingMode reorderingMode) __INTRODUCED_IN(31);
918 ubidi_getReorderingMode(UBiDi *pBiDi) __INTRODUCED_IN(31);
1065 ubidi_setReorderingOptions(UBiDi *pBiDi, uint32_t reorderingOptions) __INTRODUCED_IN(31);
1078 ubidi_getReorderingOptions(UBiDi *pBiDi) __INTRODUCED_IN(31);
[all …]
Duloc.h378 uloc_getDefault(void) __INTRODUCED_IN(31);
401 UErrorCode* err) __INTRODUCED_IN(31);
421 UErrorCode* err) __INTRODUCED_IN(31);
441 UErrorCode* err) __INTRODUCED_IN(31);
461 UErrorCode* err) __INTRODUCED_IN(31);
486 UErrorCode* err) __INTRODUCED_IN(31);
511 UErrorCode* err) __INTRODUCED_IN(31);
523 uloc_getISO3Language(const char* localeID) __INTRODUCED_IN(31);
536 uloc_getISO3Country(const char* localeID) __INTRODUCED_IN(31);
568 UErrorCode* status) __INTRODUCED_IN(31);
[all …]
Dustring.h92 u_strlen(const UChar *s) __INTRODUCED_IN(31);
111 u_countChar32(const UChar *s, int32_t length) __INTRODUCED_IN(31);
134 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number) __INTRODUCED_IN(31);
150 const UChar *src) __INTRODUCED_IN(31);
171 int32_t n) __INTRODUCED_IN(31);
196 u_strstr(const UChar *s, const UChar *substring) __INTRODUCED_IN(31);
222 …rst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength) __INTRODUCED_IN(31);
244 u_strchr(const UChar *s, UChar c) __INTRODUCED_IN(31);
266 u_strchr32(const UChar *s, UChar32 c) __INTRODUCED_IN(31);
291 u_strrstr(const UChar *s, const UChar *substring) __INTRODUCED_IN(31);
[all …]
Dunorm2.h138 unorm2_getNFCInstance(UErrorCode *pErrorCode) __INTRODUCED_IN(31);
154 unorm2_getNFDInstance(UErrorCode *pErrorCode) __INTRODUCED_IN(31);
170 unorm2_getNFKCInstance(UErrorCode *pErrorCode) __INTRODUCED_IN(31);
186 unorm2_getNFKDInstance(UErrorCode *pErrorCode) __INTRODUCED_IN(31);
202 unorm2_getNFKCCasefoldInstance(UErrorCode *pErrorCode) __INTRODUCED_IN(31);
217 unorm2_close(UNormalizer2 *norm2) __INTRODUCED_IN(31);
260 UErrorCode *pErrorCode) __INTRODUCED_IN(31);
285 UErrorCode *pErrorCode) __INTRODUCED_IN(31);
310 UErrorCode *pErrorCode) __INTRODUCED_IN(31);
336 UErrorCode *pErrorCode) __INTRODUCED_IN(31);
[all …]
Dubrk.h248 UErrorCode *status) __INTRODUCED_IN(31);
272 UErrorCode *status) __INTRODUCED_IN(31);
294 ubrk_close(UBreakIterator *bi) __INTRODUCED_IN(31);
333 UErrorCode* status) __INTRODUCED_IN(31);
358 UErrorCode* status) __INTRODUCED_IN(31);
373 ubrk_current(const UBreakIterator *bi) __INTRODUCED_IN(31);
387 ubrk_next(UBreakIterator *bi) __INTRODUCED_IN(31);
401 ubrk_previous(UBreakIterator *bi) __INTRODUCED_IN(31);
413 ubrk_first(UBreakIterator *bi) __INTRODUCED_IN(31);
427 ubrk_last(UBreakIterator *bi) __INTRODUCED_IN(31);
[all …]
Dutext.h184 utext_close(UText *ut) __INTRODUCED_IN(31);
210 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) __INTRODUCED_IN(31);
230 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) __INTRODUCED_IN(31);
307 …UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) __INTRODUCED_IN(31);
324 utext_equals(const UText *a, const UText *b) __INTRODUCED_IN(31);
347 utext_nativeLength(UText *ut) __INTRODUCED_IN(31);
379 utext_char32At(UText *ut, int64_t nativeIndex) __INTRODUCED_IN(31);
395 utext_current32(UText *ut) __INTRODUCED_IN(31);
419 utext_next32(UText *ut) __INTRODUCED_IN(31);
442 utext_previous32(UText *ut) __INTRODUCED_IN(31);
[all …]
Duldnames.h74 UErrorCode *pErrorCode) __INTRODUCED_IN(31);
84 uldn_close(ULocaleDisplayNames *ldn) __INTRODUCED_IN(31);
117 uldn_getLocale(const ULocaleDisplayNames *ldn) __INTRODUCED_IN(31);
128 uldn_getDialectHandling(const ULocaleDisplayNames *ldn) __INTRODUCED_IN(31);
150 UErrorCode *pErrorCode) __INTRODUCED_IN(31);
172 UErrorCode *pErrorCode) __INTRODUCED_IN(31);
192 UErrorCode *pErrorCode) __INTRODUCED_IN(31);
212 UErrorCode *pErrorCode) __INTRODUCED_IN(31);
232 UErrorCode *pErrorCode) __INTRODUCED_IN(31);
252 UErrorCode *pErrorCode) __INTRODUCED_IN(31);
[all …]
Duchar.h2600 u_hasBinaryProperty(UChar32 c, UProperty which) __INTRODUCED_IN(31);
2619 u_isUAlphabetic(UChar32 c) __INTRODUCED_IN(31);
2636 u_isULowercase(UChar32 c) __INTRODUCED_IN(31);
2653 u_isUUppercase(UChar32 c) __INTRODUCED_IN(31);
2676 u_isUWhiteSpace(UChar32 c) __INTRODUCED_IN(31);
2719 u_getIntPropertyValue(UChar32 c, UProperty which) __INTRODUCED_IN(31);
2742 u_getIntPropertyMinValue(UProperty which) __INTRODUCED_IN(31);
2773 u_getIntPropertyMaxValue(UProperty which) __INTRODUCED_IN(31);
2802 u_getNumericValue(UChar32 c) __INTRODUCED_IN(31);
2839 u_islower(UChar32 c) __INTRODUCED_IN(31);
[all …]
Duenum.h54 uenum_close(UEnumeration* en) __INTRODUCED_IN(31);
92 uenum_count(UEnumeration* en, UErrorCode* status) __INTRODUCED_IN(31);
120 UErrorCode* status) __INTRODUCED_IN(31);
155 UErrorCode* status) __INTRODUCED_IN(31);
169 uenum_reset(UEnumeration* en, UErrorCode* status) __INTRODUCED_IN(31);
192 UErrorCode* ec) __INTRODUCED_IN(31);
209 UErrorCode* ec) __INTRODUCED_IN(31);
Duscript.h518 …char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err) __INTRODUCED_IN(31);
533 uscript_getName(UScriptCode scriptCode) __INTRODUCED_IN(31);
547 uscript_getShortName(UScriptCode scriptCode) __INTRODUCED_IN(31);
560 uscript_getScript(UChar32 codepoint, UErrorCode *err) __INTRODUCED_IN(31);
577 uscript_hasScript(UChar32 c, UScriptCode sc) __INTRODUCED_IN(31);
613 UErrorCode *errorCode) __INTRODUCED_IN(31);
652 …ing(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) __INTRODUCED_IN(31);
686 uscript_getUsage(UScriptCode script) __INTRODUCED_IN(31);
699 uscript_isRightToLeft(UScriptCode script) __INTRODUCED_IN(31);
713 uscript_breaksBetweenLetters(UScriptCode script) __INTRODUCED_IN(31);
[all …]
Duversion.h151 u_versionToString(const UVersionInfo versionArray, char *versionString) __INTRODUCED_IN(31);
164 u_getVersion(UVersionInfo versionArray) __INTRODUCED_IN(31);
Dulocdata.h50 ulocdata_getCLDRVersion(UVersionInfo versionArray, UErrorCode *status) __INTRODUCED_IN(31);
Dutypes.h729 u_errorName(UErrorCode code) __INTRODUCED_IN(31);
/external/mesa3d/include/android_stub/android/
Dlog.h62 #if !defined(__BIONIC__) && !defined(__INTRODUCED_IN)
63 #define __INTRODUCED_IN(x) macro
234 void __android_log_write_log_message(struct __android_log_message* log_message) __INTRODUCED_IN(30);
246 void __android_log_set_logger(__android_logger_function logger) __INTRODUCED_IN(30);
256 void __android_log_logd_logger(const struct __android_log_message* log_message) __INTRODUCED_IN(30);
267 __INTRODUCED_IN(30);
278 void __android_log_set_aborter(__android_aborter_function aborter) __INTRODUCED_IN(30);
289 void __android_log_call_aborter(const char* abort_message) __INTRODUCED_IN(30);
300 __INTRODUCED_IN(30);
319 int __android_log_is_loggable(int prio, const char* tag, int default_prio) __INTRODUCED_IN(30);
[all …]
Dhardware_buffer.h351 AHardwareBuffer** outBuffer) __INTRODUCED_IN(26);
360 void AHardwareBuffer_acquire(AHardwareBuffer* buffer) __INTRODUCED_IN(26);
368 void AHardwareBuffer_release(AHardwareBuffer* buffer) __INTRODUCED_IN(26);
377 AHardwareBuffer_Desc* outDesc) __INTRODUCED_IN(26);
432 int32_t fence, const ARect* rect, void** outVirtualAddress) __INTRODUCED_IN(26);
462 int32_t fence, const ARect* rect, AHardwareBuffer_Planes* outPlanes) __INTRODUCED_IN(29);
482 int AHardwareBuffer_unlock(AHardwareBuffer* buffer, int32_t* fence) __INTRODUCED_IN(26);
492 …wareBuffer_sendHandleToUnixSocket(const AHardwareBuffer* buffer, int socketFd) __INTRODUCED_IN(26);
502 …wareBuffer_recvHandleFromUnixSocket(int socketFd, AHardwareBuffer** outBuffer) __INTRODUCED_IN(26);
527 int AHardwareBuffer_isSupported(const AHardwareBuffer_Desc* desc) __INTRODUCED_IN(29);
[all …]
Dnative_window.h198 int32_t ANativeWindow_setBuffersTransform(ANativeWindow* window, int32_t transform) __INTRODUCED_IN
220 int32_t ANativeWindow_setBuffersDataSpace(ANativeWindow* window, int32_t dataSpace) __INTRODUCED_IN
230 int32_t ANativeWindow_getBuffersDataSpace(ANativeWindow* window) __INTRODUCED_IN(28);
291 __INTRODUCED_IN(30);
/external/mesa3d/include/android_stub/ndk/
Dsync.h69 int32_t sync_merge(const char* name, int32_t fd1, int32_t fd2) __INTRODUCED_IN(26);
78 struct sync_file_info* sync_file_info(int32_t fd) __INTRODUCED_IN(26);
102 void sync_file_info_free(struct sync_file_info* info) __INTRODUCED_IN(26);