Home | History | Annotate | Download | only in intltest

Lines Matching refs:encoding

1952     const char*    encoding;
1955 encoding = ucnv_detectUnicodeSignature(
1957 if(encoding!=NULL ){
1961 encoding = defEncoding;
1962 if (strcmp(encoding, "utf-8") == 0) {
1970 conv = ucnv_open(encoding, &status);