Searched refs:inputSource (Results 1 – 5 of 5) sorted by relevance
207 if (_glfw.ns.inputSource)209 CFRelease(_glfw.ns.inputSource);210 _glfw.ns.inputSource = NULL;214 _glfw.ns.inputSource = TISCopyCurrentKeyboardLayoutInputSource();215 if (!_glfw.ns.inputSource)222 _glfw.ns.unicodeData = TISGetInputSourceProperty(_glfw.ns.inputSource,336 if (_glfw.ns.inputSource)338 CFRelease(_glfw.ns.inputSource);339 _glfw.ns.inputSource = NULL;
93 TISInputSourceRef inputSource; member
23 inputSource: "[PC Preview] unknow inputSource", property34 inputSource: "[PC Preview] unknow inputSource", property
48 InputSource inputSource = new InputSource(); in parseXmlString() local49 inputSource.setCharacterStream(new StringReader(xmlString)); in parseXmlString()50 return documentBuilder.parse(inputSource).getDocumentElement(); in parseXmlString()
1021 InputSource inputSource = new InputSource(fis); in getDocument() local1022 Document doc = getDocumentBuilder().parse(inputSource); in getDocument()