OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF_IS_FIRST_SURROGATE
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/unicode/
utf_old.h
505
#define
UTF_IS_FIRST_SURROGATE
(uchar) (((uchar)&0xfffffc00)==0xd800)
536
#define UTF16_IS_LEAD(uchar)
UTF_IS_FIRST_SURROGATE
(uchar)
589
if((i)-1>=(start) &&
UTF_IS_FIRST_SURROGATE
(__c2=(s)[(i)-1])) { \
605
if(
UTF_IS_FIRST_SURROGATE
(c)) { \
622
if(
UTF_IS_FIRST_SURROGATE
((s)[(i)++])) { \
646
if(
UTF_IS_FIRST_SURROGATE
(c)) { \
713
if(
UTF_IS_FIRST_SURROGATE
((s)[(i)-1])) { \
723
if((i)>(start) &&
UTF_IS_FIRST_SURROGATE
(__c2=(s)[(i)-1])) { \
[
all
...]
/external/icu4c/common/
uiter.cpp
1055
if(
UTF_IS_FIRST_SURROGATE
(c2=iter->previous(iter))) {
1072
if(
UTF_IS_FIRST_SURROGATE
(c)) {
1089
if(
UTF_IS_FIRST_SURROGATE
(c2=iter->previous(iter))) {
ustring.c
[
all
...]
/external/icu4c/test/cintltst/
nucnvtst.c
[
all
...]
Completed in 687 milliseconds