Searched defs:hasSupplementary (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp1394 UBool hasSupplementary = FALSE; local
1398 hasSupplementary |= (UBool)U16_IS_LEAD(swap = *left);
1399 hasSupplementary |= (UBool)U16_IS_LEAD(*left++ = *right);
1404 hasSupplementary |= (UBool)U16_IS_LEAD(*left);
1407 if(hasSupplementary) {
H A Ducnvmbcs.c3504 UBool hasSupplementary; local
3528 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
3569 if(!hasSupplementary) {
4877 UBool hasSupplementary; local
4903 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
5070 if(!hasSupplementary) {
5181 UBool hasSupplementary; local
5207 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
5354 if(!hasSupplementary) {
/external/icu4c/common/
H A Ducnvmbcs.c3506 UBool hasSupplementary; local
3530 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
3571 if(!hasSupplementary) {
4880 UBool hasSupplementary; local
4906 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
5073 if(!hasSupplementary) {
5187 UBool hasSupplementary; local
5206 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
5353 if(!hasSupplementary) {
H A Dunistr.cpp1478 UBool hasSupplementary = FALSE; local
1482 hasSupplementary |= (UBool)U16_IS_LEAD(swap = *left);
1483 hasSupplementary |= (UBool)U16_IS_LEAD(*left++ = *right);
1488 hasSupplementary |= (UBool)U16_IS_LEAD(*left);
1491 if(hasSupplementary) {

Completed in 459 milliseconds