Home | History | Annotate | Download | only in common

Lines Matching full:encodedirectly

468     const UBool *encodeDirectly;
486 encodeDirectly= status<0x10000000 ? encodeDirectlyMaximum : encodeDirectlyRestricted;
506 if(c<=127 && encodeDirectly[c]) {
554 if(c<=127 && encodeDirectly[c]) {