index
:
Project-1CE/system_core
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libutils
/
Unicode.cpp
Age
Commit message (
Expand
)
Author
2021-04-15
Remove move dead code.
Elliott Hughes
2020-10-26
Remove unused utf8_length().
Elliott Hughes
2020-07-28
Update language to comply with Android's inclusive language guidance
Dan Albert
2019-07-16
Remove two more unused utf32 functions.
Elliott Hughes
2019-01-24
Remove dead code.
Elliott Hughes
2018-09-17
Suppress implicit-fallthrough warnings.
Chih-Hung Hsieh
2018-08-17
libutils: remove unused strzcmp16_h_n.
Elliott Hughes
2018-07-16
[libutils] Modernize codebase by replacing NULL with nullptr
Yi Kong
2017-11-14
Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from
Xin Li
2017-10-24
libutils: Fix bug in strstr16.
Branislav Rankov
2017-09-07
Fix integer overflow in utf{16,32}_to_utf8_length
Adam Vartanian
2017-03-03
clean-up libutils includes
Mathias Agopian
2017-01-11
liblog: use log/log.h when utilizing ALOG macros
Mark Salyzyn
2016-10-20
system/core: preparation to pull back interfaces from android/log.h
Mark Salyzyn
2016-09-30
system/core Replace log/log.h with android/log.h
Mark Salyzyn
2016-08-25
libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8
Sergio Giro
2016-08-25
Unicode: specify destination length in utf8_to_utf16 methods
Sergio Giro
2016-05-16
Fix strstr16.
Michael Wright
2016-05-09
Add String16#contains and strstr16 methods.
Michael Wright
2015-07-29
Use _WIN32 rather than HAVE_WINSOCK.
Elliott Hughes
2014-11-24
Libutils: Comment out unused constants
Andreas Gampe
2014-11-21
Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.
Elliott Hughes
2014-06-11
am 72299bf0: [Bug]NE when playing mp3 with incorrect UTF16 char
Cylen Yao
2014-06-10
[Bug]NE when playing mp3 with incorrect UTF16 char
Cylen Yao
2014-06-02
libutils: turn on -Werror
Mark Salyzyn
2013-08-02
move libs/utils to libutils
Alex Ray