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

/external/icu/icu4c/source/common/
H A Ducnvmbcs.cpp3653 UBool hasSupplementary; local
3677 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
3718 if(!hasSupplementary) {
5041 UBool hasSupplementary; local
5067 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
5234 if(!hasSupplementary) {
5348 UBool hasSupplementary; local
5367 hasSupplementary=(UBool)(cnv->sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY);
5514 if(!hasSupplementary) {
H A Dunistr.cpp1625 UBool hasSupplementary = FALSE; local
1629 hasSupplementary |= (UBool)U16_IS_LEAD(swap = *left);
1630 hasSupplementary |= (UBool)U16_IS_LEAD(*left++ = *right);
1635 hasSupplementary |= (UBool)U16_IS_LEAD(*left);
1638 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 227 milliseconds