Home | History | Annotate | Download | only in intltest

Lines Matching refs:encoding

1986 //          encoding    The file encoding.  If the file contains a BOM, that will override the encoding
1988 // Pass NULL for the system default encoding.
1999 UChar *RBBITest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status) {
2048 encoding = bomEncoding;
2054 conv = ucnv_open(encoding, &status);