Home
last modified time | relevance | path

Searched refs:LookupPrefix (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlNamespaceManagerTests.cs185 Assert.AreEqual ("foo", nsmgr.LookupPrefix (ns)); in AddPushPopRemove()
187 Assert.AreEqual ("foo", nsmgr.LookupPrefix (ns)); in AddPushPopRemove()
189 Assert.AreEqual ("foo", nsmgr.LookupPrefix (ns)); in AddPushPopRemove()
191 Assert.IsNull (nsmgr.LookupPrefix (ns)); in AddPushPopRemove()
195 public void LookupPrefix () in LookupPrefix() method in MonoTests.System.Xml.XmlNamespaceManagerTests
203 Assert.IsNull (nsmgr.LookupPrefix ("urn:fuga")); in LookupPrefix()
204 Assert.AreEqual (String.Empty, nsmgr.LookupPrefix ("urn:hoge")); in LookupPrefix()
217 Assert.IsNotNull (nsmgr.LookupPrefix ("urn:foo")); in AtomizedLookup()
H A DXmlTextWriterTests.cs875 public void LookupPrefix () in LookupPrefix() method in MonoTests.System.Xml.XmlTextWriterTests
890 Assert.IsNull (xtw.LookupPrefix ("http://abc.def"), "#4"); in LookupPrefix()
891 Assert.IsNull (xtw.LookupPrefix ("http://ghi.jkl"), "#5"); in LookupPrefix()
893 Assert.IsNull (xtw.LookupPrefix ("http://bogus"), "#6"); in LookupPrefix()
1709 Assert.IsNull (xtw.LookupPrefix ("probe"), "#1"); in DontOutputRemovalDefaultNSDeclaration2()
1711 Assert.IsNull (xtw.LookupPrefix ("probe"), "#2"); in DontOutputRemovalDefaultNSDeclaration2()
1752 xtw.LookupPrefix (null); in LookupPrefixNull()
1759 xtw.LookupPrefix (String.Empty); in LookupPrefixEmpty()
1765 Assert.IsNull (xtw.LookupPrefix ("urn:foo")); in LookupPrefixIgnoresXmlnsAttribute()
1767 Assert.IsNull (xtw.LookupPrefix ("urn:foo")); in LookupPrefixIgnoresXmlnsAttribute()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/Test/System.Xml/
H A DXmlSimpleDictionaryWriterTest.cs407 public void LookupPrefix () in LookupPrefix() method in MonoTests.System.Xml.XmlSimpleDictionaryWriterTest
422 Assert.IsNull (xw.LookupPrefix ("http://abc.def")); in LookupPrefix()
423 Assert.IsNull (xw.LookupPrefix ("http://ghi.jkl")); in LookupPrefix()
425 Assert.IsNull (xw.LookupPrefix ("http://bogus")); in LookupPrefix()
1053 Assert.IsNull (xw.LookupPrefix ("probe")); in DontOutputRemovalDefaultNSDeclaration2()
1055 Assert.IsNull (xw.LookupPrefix ("probe")); in DontOutputRemovalDefaultNSDeclaration2()
1096 xw.LookupPrefix (null); in LookupPrefixNull()
1103 xw.LookupPrefix (String.Empty); in LookupPrefixEmpty()
1109 Assert.IsNull (xw.LookupPrefix ("urn:foo")); in LookupPrefixIgnoresXmlnsAttribute()
1111 Assert.IsNull (xw.LookupPrefix ("urn:foo")); in LookupPrefixIgnoresXmlnsAttribute()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/dictionary/system/
H A Dsystem_dictionary_test.cc276 system_dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
282 system_dic->LookupPrefix("あいう", convreq_, &callback); in TEST_F()
288 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
332 system_dic->LookupPrefix("あ", convreq_, &callback); in TEST_F()
373 system_dic->LookupPrefix(k1, convreq_, &callback); in TEST_F()
408 TEST_F(SystemDictionaryTest, LookupPrefix) { in TEST_F() argument
456 system_dic->LookupPrefix("あい", // "あい" in TEST_F()
477 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
518 system_dic->LookupPrefix("はひ", convreq_, &callback); in TEST_F()
927 system_dic->LookupPrefix(k2, convreq_, &callback); in TEST_F()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/dictionary/system/
H A Dsystem_dictionary_test.cc276 system_dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
282 system_dic->LookupPrefix("あいう", convreq_, &callback); in TEST_F()
288 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
332 system_dic->LookupPrefix("あ", convreq_, &callback); in TEST_F()
373 system_dic->LookupPrefix(k1, convreq_, &callback); in TEST_F()
408 TEST_F(SystemDictionaryTest, LookupPrefix) { in TEST_F() argument
456 system_dic->LookupPrefix("あい", // "あい" in TEST_F()
477 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
518 system_dic->LookupPrefix("はひ", convreq_, &callback); in TEST_F()
927 system_dic->LookupPrefix(k2, convreq_, &callback); in TEST_F()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/dictionary/system/
H A Dsystem_dictionary_test.cc276 system_dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
282 system_dic->LookupPrefix("あいう", convreq_, &callback); in TEST_F()
288 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
332 system_dic->LookupPrefix("あ", convreq_, &callback); in TEST_F()
373 system_dic->LookupPrefix(k1, convreq_, &callback); in TEST_F()
408 TEST_F(SystemDictionaryTest, LookupPrefix) { in TEST_F() argument
456 system_dic->LookupPrefix("あい", // "あい" in TEST_F()
477 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
518 system_dic->LookupPrefix("はひ", convreq_, &callback); in TEST_F()
927 system_dic->LookupPrefix(k2, convreq_, &callback); in TEST_F()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/dictionary/system/
H A Dsystem_dictionary_test.cc276 system_dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
282 system_dic->LookupPrefix("あいう", convreq_, &callback); in TEST_F()
288 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
332 system_dic->LookupPrefix("あ", convreq_, &callback); in TEST_F()
373 system_dic->LookupPrefix(k1, convreq_, &callback); in TEST_F()
408 TEST_F(SystemDictionaryTest, LookupPrefix) { in TEST_F() argument
456 system_dic->LookupPrefix("あい", // "あい" in TEST_F()
477 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
518 system_dic->LookupPrefix("はひ", convreq_, &callback); in TEST_F()
927 system_dic->LookupPrefix(k2, convreq_, &callback); in TEST_F()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/dictionary/system/
H A Dsystem_dictionary_test.cc276 system_dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
282 system_dic->LookupPrefix("あいう", convreq_, &callback); in TEST_F()
288 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
332 system_dic->LookupPrefix("あ", convreq_, &callback); in TEST_F()
373 system_dic->LookupPrefix(k1, convreq_, &callback); in TEST_F()
408 TEST_F(SystemDictionaryTest, LookupPrefix) { in TEST_F() argument
456 system_dic->LookupPrefix("あい", // "あい" in TEST_F()
477 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
518 system_dic->LookupPrefix("はひ", convreq_, &callback); in TEST_F()
927 system_dic->LookupPrefix(k2, convreq_, &callback); in TEST_F()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/dictionary/system/
H A Dsystem_dictionary_test.cc276 system_dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
282 system_dic->LookupPrefix("あいう", convreq_, &callback); in TEST_F()
288 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
332 system_dic->LookupPrefix("あ", convreq_, &callback); in TEST_F()
373 system_dic->LookupPrefix(k1, convreq_, &callback); in TEST_F()
408 TEST_F(SystemDictionaryTest, LookupPrefix) { in TEST_F() argument
456 system_dic->LookupPrefix("あい", // "あい" in TEST_F()
477 system_dic->LookupPrefix("かきく", convreq_, &callback); in TEST_F()
518 system_dic->LookupPrefix("はひ", convreq_, &callback); in TEST_F()
927 system_dic->LookupPrefix(k2, convreq_, &callback); in TEST_F()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization.Json/
H A DJsonWriterTest.cs317 w.LookupPrefix (null); in LookupPrefixNull()
321 public void LookupPrefix () in LookupPrefix() method in MonoTests.System.Runtime.Serialization.Json.JsonWriterTest
324 Assert.AreEqual (String.Empty, w.LookupPrefix (String.Empty), "#1"); in LookupPrefix()
325 Assert.IsNull (w.LookupPrefix ("urn:nonexistent"), "#2"); in LookupPrefix()
326 Assert.AreEqual ("xml", w.LookupPrefix ("http://www.w3.org/XML/1998/namespace"), "#3"); in LookupPrefix()
327 Assert.AreEqual ("xmlns", w.LookupPrefix ("http://www.w3.org/2000/xmlns/"), "#4"); in LookupPrefix()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_impl_test.cc209 {&DictionaryInterface::LookupPrefix, "ぐーぐるは"}, in TEST_F()
245 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
276 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
307 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
H A Ddictionary_mock_test.cc127 TEST_F(DictionaryMockTest, LookupPrefix) { in TEST_F() argument
137 dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
142 dic->LookupPrefix(t1->key, convreq_, &callback); in TEST_F()
148 dic->LookupPrefix("google", convreq_, &callback); in TEST_F()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_impl_test.cc209 {&DictionaryInterface::LookupPrefix, "ぐーぐるは"}, in TEST_F()
245 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
276 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
307 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
H A Ddictionary_mock_test.cc127 TEST_F(DictionaryMockTest, LookupPrefix) { in TEST_F() argument
137 dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
142 dic->LookupPrefix(t1->key, convreq_, &callback); in TEST_F()
148 dic->LookupPrefix("google", convreq_, &callback); in TEST_F()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_mock_test.cc127 TEST_F(DictionaryMockTest, LookupPrefix) { in TEST_F() argument
137 dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
142 dic->LookupPrefix(t1->key, convreq_, &callback); in TEST_F()
148 dic->LookupPrefix("google", convreq_, &callback); in TEST_F()
H A Ddictionary_impl_test.cc209 {&DictionaryInterface::LookupPrefix, "ぐーぐるは"}, in TEST_F()
245 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
276 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
307 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_mock_test.cc127 TEST_F(DictionaryMockTest, LookupPrefix) { in TEST_F() argument
137 dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
142 dic->LookupPrefix(t1->key, convreq_, &callback); in TEST_F()
148 dic->LookupPrefix("google", convreq_, &callback); in TEST_F()
H A Ddictionary_impl_test.cc209 {&DictionaryInterface::LookupPrefix, "ぐーぐるは"}, in TEST_F()
245 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
276 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
307 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_impl_test.cc209 {&DictionaryInterface::LookupPrefix, "ぐーぐるは"}, in TEST_F()
245 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
276 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
307 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
H A Ddictionary_mock_test.cc127 TEST_F(DictionaryMockTest, LookupPrefix) { in TEST_F() argument
137 dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
142 dic->LookupPrefix(t1->key, convreq_, &callback); in TEST_F()
148 dic->LookupPrefix("google", convreq_, &callback); in TEST_F()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_impl_test.cc209 {&DictionaryInterface::LookupPrefix, "ぐーぐるは"}, in TEST_F()
245 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
276 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
307 {&DictionaryInterface::LookupPrefix, kKey}, in TEST_F()
H A Ddictionary_mock_test.cc127 TEST_F(DictionaryMockTest, LookupPrefix) { in TEST_F() argument
137 dic->LookupPrefix(t0->key, convreq_, &callback); in TEST_F()
142 dic->LookupPrefix(t1->key, convreq_, &callback); in TEST_F()
148 dic->LookupPrefix("google", convreq_, &callback); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/
H A DCustomImplementations.cs57 public override string LookupPrefix(string uri) in LookupPrefix() method in System.Xml.Tests.ObservedNamespaceManager
60 return base.LookupPrefix(uri); in LookupPrefix()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Xml/XmlCoreTest/
H A DCustomWriter.cs175 public override string LookupPrefix(string ns) in LookupPrefix() method in XmlCoreTest.Common.CustomWriter
177 return _writer.LookupPrefix(ns); in LookupPrefix()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXmlWrappingWriter.cs166 public override string LookupPrefix(string ns) { in LookupPrefix() method in System.Xml.XmlWrappingWriter
167 return writer.LookupPrefix(ns); in LookupPrefix()

12345678910>>...15