OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UTF_IS_SECOND_SURROGATE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h
508
#define
UTF_IS_SECOND_SURROGATE
(uchar) (((uchar)&0xfffffc00)==0xdc00)
539
#define UTF16_IS_TRAIL(uchar)
UTF_IS_SECOND_SURROGATE
(uchar)
581
if((i)+1<(length) &&
UTF_IS_SECOND_SURROGATE
(__c2=(s)[(i)+1])) { \
638
if(
UTF_IS_SECOND_SURROGATE
((s)[i])) { \
648
if((i)<(length) &&
UTF_IS_SECOND_SURROGATE
(__c2=(s)[(i)])) { \
690
if(
UTF_IS_SECOND_SURROGATE
(c)) { \
697
if(
UTF_IS_SECOND_SURROGATE
((s)[--(i)])) { \
721
if(
UTF_IS_SECOND_SURROGATE
(c)) { \
[
all
...]
/external/icu4c/common/unicode/
utf_old.h
504
#define
UTF_IS_SECOND_SURROGATE
(uchar) (((uchar)&0xfffffc00)==0xdc00)
535
#define UTF16_IS_TRAIL(uchar)
UTF_IS_SECOND_SURROGATE
(uchar)
577
if((i)+1<(length) &&
UTF_IS_SECOND_SURROGATE
(__c2=(s)[(i)+1])) { \
634
if(
UTF_IS_SECOND_SURROGATE
((s)[i])) { \
644
if((i)<(length) &&
UTF_IS_SECOND_SURROGATE
(__c2=(s)[(i)])) { \
686
if(
UTF_IS_SECOND_SURROGATE
(c)) { \
693
if(
UTF_IS_SECOND_SURROGATE
((s)[--(i)])) { \
717
if(
UTF_IS_SECOND_SURROGATE
(c)) { \
[
all
...]
Completed in 343 milliseconds