OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF_IS_SECOND_SURROGATE
(Results
1 - 11
of
11
) 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
...]
/external/chromium_org/third_party/icu/source/common/
uiter.cpp
1048
if(
UTF_IS_SECOND_SURROGATE
(c2=iter->current(iter))) {
1073
if(
UTF_IS_SECOND_SURROGATE
(c2=iter->next(iter))) {
1088
if(
UTF_IS_SECOND_SURROGATE
(c)) {
ucnvhz.c
457
if(
UTF_IS_SECOND_SURROGATE
(trail)) {
ucnvscsu.c
[
all
...]
ucnv_u8.c
394
if(UTF_IS_SURROGATE_FIRST(ch) &&
UTF_IS_SECOND_SURROGATE
(*mySource)) {
520
if(UTF_IS_SURROGATE_FIRST(ch) &&
UTF_IS_SECOND_SURROGATE
(*mySource)) {
[
all
...]
ucnvbocu.c
484
if(
UTF_IS_SECOND_SURROGATE
(trail)) {
719
if(
UTF_IS_SECOND_SURROGATE
(trail)) {
[
all
...]
ustring.c
[
all
...]
ucnv2022.c
[
all
...]
ucnvmbcs.c
[
all
...]
ucnvisci.c
[
all
...]
Completed in 397 milliseconds