HomeSort by relevance Sort by last modified time
    Searched refs:u20ac (Results 1 - 9 of 9) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf.Test/
ByteStringTest.cs 124 ByteString bs = ByteString.CopyFromUtf8("\u20ac");
144 ByteString bs = ByteString.CopyFromUtf8("\u20ac");
145 Assert.AreEqual("\u20ac", bs.ToStringUtf8());
151 ByteString bs = ByteString.CopyFrom("\u20ac", Encoding.Unicode);
152 Assert.AreEqual("\u20ac", bs.ToString(Encoding.Unicode));
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlEntities.java 504 .put("euro", Integer.valueOf('\u20ac'))
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 482 PICKER_SETS.put('$', "\u00a2\u00a3\u20ac\u00a5\u20a3\u20a4\u20b1");
  /external/python/cpython2/Lib/test/
test_codecs.py 699 ('a+IKx', u'a\u20ac\ufffd'),
700 ('a+IKx-b', u'a\u20ac\ufffdb'),
701 ('a+IKwgr', u'a\u20ac\ufffd'),
702 ('a+IKwgr-b', u'a\u20ac\ufffdb'),
703 ('a+IKwgr,', u'a\u20ac\ufffd'),
704 ('a+IKwgr,-b', u'a\u20ac\ufffd-b'),
705 ('a+IKwgrB', u'a\u20ac\u20ac\ufffd'),
706 ('a+IKwgrB-b', u'a\u20ac\u20ac\ufffdb')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codecs.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_codecs.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py     [all...]
  /external/libmojo/third_party/jinja2/
_stringdefs.py     [all...]

Completed in 593 milliseconds