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

/external/icu/icu4c/source/common/
H A Ducnvmbcs.cpp3654 UBool hasSupplementary; local
3678 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
3719 if(!hasSupplementary) {
5038 UBool hasSupplementary; local
5064 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
5225 if(!hasSupplementary) {
5340 UBool hasSupplementary; local
5359 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
5498 if(!hasSupplementary) {
H A Dunistr.cpp1626 UBool hasSupplementary = FALSE; local
1630 hasSupplementary |= (UBool)U16_IS_LEAD(swap = *left);
1631 hasSupplementary |= (UBool)U16_IS_LEAD(*left++ = *right);
1636 hasSupplementary |= (UBool)U16_IS_LEAD(*left);
1639 if(hasSupplementary) {
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java112 boolean hasSupplementary() { method in class:CharsetMBCS.UConverterMBCSTable
2033 if (!sharedData.mbcs.hasSupplementary()) {
3394 if (c <= 0xffff || sharedData.mbcs.hasSupplementary()) {
4185 // agljport:comment hasSupplementary only used in getTrail block which now simply repeats the mask operation
4777 if(mbcsTable.hasSupplementary()){

Completed in 236 milliseconds