Home | History | Annotate | Download | only in intltest

Lines Matching defs:encoding

3927     const char*    encoding;
3930 encoding = ucnv_detectUnicodeSignature(
3932 if(encoding!=NULL ){
3936 encoding = defEncoding;
3937 if (strcmp(encoding, "utf-8") == 0) {
3945 conv = ucnv_open(encoding, &status);