Searched refs:Charset (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DINIParser.java46 import java.nio.charset.Charset;
71 public INIParser(String aFilename, Charset aCharset)
85 initFromFile(new File(aFilename), Charset.forName("UTF-8"));
97 public INIParser(File aFile, Charset aCharset)
111 initFromFile(aFile, Charset.forName("UTF-8"));
122 private void initFromFile(File aFile, Charset aCharset)
H A DMozilla.java47 import java.nio.charset.Charset;
370 parser = new INIParser(aFileName, Charset.forName("UTF-16"));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dstdole2.idl259 [propget] HRESULT Charset([out, retval] short *pcharset);
260 [propput] HRESULT Charset([in] short pcharset);
289 [id(0x8)] short Charset;
H A Dmlang.idl493 [in] BSTR Charset,
583 [in] BSTR Charset,
H A Docidl.idl103 [propget] HRESULT Charset( [out] SHORT *pcharset );
104 [propput] HRESULT Charset( [in] SHORT charset );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dstdole2.idl259 [propget] HRESULT Charset([out, retval] short *pcharset);
260 [propput] HRESULT Charset([in] short pcharset);
289 [id(0x8)] short Charset;
H A Dmlang.idl482 [in] BSTR Charset,
572 [in] BSTR Charset,
H A Docidl.idl103 [propget] HRESULT Charset( [out] SHORT *pcharset );
104 [propput] HRESULT Charset( [in] SHORT charset );
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c1660 CHAR16 *Charset; local
1690 // String[0] - Charset
1717 Charset = String[0];
1720 while (Charset[Index] != 0) {
1721 if (*StringPtr >= Charset[Index] && *StringPtr <= Charset[Index + 1]) {

Completed in 77 milliseconds