Home
last modified time | relevance | path

Searched refs:Unicode (Results 1 - 25 of 62) sorted by relevance

123

/third_party/pcre2/pcre2/
H A DRunTest.bat16 @rem tests 4 5 7 10 12 14 19 and 22 require Unicode support
17 @rem 8 requires Unicode and link size 2
322 echo Test 4 Skipped due to absence of Unicode support.
325 call :runsub 4 testout "UTF-%bits% and Unicode property support - (Compatible with Perl >= 5.10)" -q
331 echo Test 5 Skipped due to absence of Unicode support.
344 echo Test 7 Skipped due to absence of Unicode support.
347 call :runsub 7 testout "DFA matching with UTF-%bits% and Unicode property support" -q
356 echo Test 8 Skipped due to absence of Unicode support.
377 echo Test 10 Skipped due to absence of Unicode support.
380 call :runsub 10 testout "Specials for the 8-bit library with Unicode suppor
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DByteStringTest.cs78 ByteString bs = ByteString.CopyFrom("AB", Encoding.Unicode); in CopyFromStringWithExplicitEncoding()
151 ByteString bs = ByteString.CopyFrom("\u20ac", Encoding.Unicode); in ToStringWithExplicitEncoding()
152 Assert.AreEqual("\u20ac", bs.ToString(Encoding.Unicode)); in ToStringWithExplicitEncoding()
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Dhb_test_tools.py250 self.unicodes = Unicode.parse (l)
378 class Unicode: class
392 return ''.join (chr (x) for x in Unicode.parse (s))
420 if s in Unicode.shorthands:
421 s = Unicode.shorthands[s]
429 return ' + '.join (Unicode.pretty_name (x) for x in s)
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DByteStringTest.cs82 ByteString bs = ByteString.CopyFrom("AB", Encoding.Unicode); in CopyFromStringWithExplicitEncoding()
155 ByteString bs = ByteString.CopyFrom("\u20ac", Encoding.Unicode); in ToStringWithExplicitEncoding()
156 Assert.AreEqual("\u20ac", bs.ToString(Encoding.Unicode)); in ToStringWithExplicitEncoding()
/third_party/icu/tools/colprobe/
H A DextractCollationData.pl4 # Copyright (C) 2017 and later: Unicode, Inc. and others.
9 use Unicode::UCD 'charinfo';
10 use Unicode::Normalize;
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs89 /// Enable or disable the Unicode flag (`u`) by default.
146 /// A Unicode character class. This frame is mutated as we descend into
154 /// Byte character classes are created when Unicode mode (`u`) is disabled.
195 /// Assert that the current stack frame is a Unicode class expression and
201 "tried to unwrap Unicode class \ in unwrap_class_unicode()
305 let hcls = hir::Class::Unicode(cls); in visit_post()
313 Ast::Class(ast::Class::Unicode(ref x)) => { in visit_post()
314 let cls = hir::Class::Unicode(self.hir_unicode_class(x)?); in visit_post()
331 let expr = Hir::class(hir::Class::Unicode(cls)); in visit_post()
448 ast::ClassSetItem::Unicode(re in visit_class_set_item_post()
[all...]
H A Dprint.rs91 HirKind::Literal(hir::Literal::Unicode(c)) => { in visit_pre()
97 HirKind::Class(hir::Class::Unicode(ref cls)) => { in visit_pre()
135 HirKind::WordBoundary(hir::WordBoundary::Unicode) => { in visit_pre()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs20 /// valid Unicode property name. That particular error is reported when
97 /// A bracketed hex literal did not correspond to a Unicode scalar value.
159 /// The Unicode class is not valid. This typically occurs when a `\p` is
214 UnicodeClassInvalid => "invalid Unicode character class", in description()
254 write!(f, "hexadecimal literal is not a Unicode scalar value") in fmt()
303 write!(f, "invalid Unicode character class") in fmt()
601 /// A literal corresponds to a single Unicode scalar value. Literals may be
610 /// The Unicode scalar value corresponding to this literal.
643 /// to a valid Unicode scalar value.
673 /// The type of a Unicode he
[all...]
H A Dprint.rs97 Ast::Class(Class::Unicode(ref x)) => self.fmt_class_unicode(x), in visit_post()
140 Unicode(ref x) => self.fmt_class_unicode(x), in visit_class_set_item_post()
287 Flag::Unicode => self.wtr.write_str("u"), in fmt_flags()
/third_party/skia/third_party/externals/freetype/src/psnames/
H A Dmodule.mk20 $(ECHO_DRIVER)psnames $(ECHO_DRIVER_DESC)Postscript & Unicode Glyph name handling$(ECHO_DRIVER_DONE)
/third_party/node/deps/v8/tools/v8windbg/base/
H A Ddbgext.h9 #error Unicode not defined
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A Ddemo.bat3 REM * Copyright (C) 2016 and later: Unicode, Inc. and others.
/third_party/icu/icu4c/source/samples/uresb/
H A Dresources.mak1 ## Copyright (C) 2016 and later: Unicode, Inc. and others.
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dspan16perf.bat1 rem Copyright (C) 2016 and later: Unicode, Inc. and others.
H A Dcontperf.bat1 rem Copyright (C) 2016 and later: Unicode, Inc. and others.
H A Dspan8perf.bat1 rem Copyright (C) 2016 and later: Unicode, Inc. and others.
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.bat1 rem Copyright (C) 2016 and later: Unicode, Inc. and others.
/third_party/skia/third_party/externals/icu/source/samples/uresb/
H A Dresources.mak1 ## Copyright (C) 2016 and later: Unicode, Inc. and others.
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmltchar.h39 # error xmlwf requires a 16-bit Unicode-compatible wchar_t
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dindic.bat3 REM * Copyright (C) 2016 and later: Unicode, Inc. and others. *
/third_party/node/deps/v8/src/regexp/
H A Dregexp-flags.h27 V(unicode, Unicode, unicode, 'u', 4) \
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak1 # Copyright (C) 2016 and later: Unicode, Inc. and others.
318 # The core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu)
321 # when updating the Unicode data.
327 @echo Unicode .icu files built to "$(ICUBLD_PKG)"
425 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
492 # Targets for prebuilt Unicode data
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak1 # Copyright (C) 2016 and later: Unicode, Inc. and others.
299 # The core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu)
302 # when updating the Unicode data.
308 @echo Unicode .icu files built to "$(ICUBLD_PKG)"
406 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
473 # Targets for prebuilt Unicode data
/third_party/glfw/deps/mingw/
H A Dxinput.h211 WCHAR Unicode; member
/third_party/icu/icu4c/source/samples/ufortune/resources/
H A Dfortune_resources.mak1 # Copyright (C) 2016 and later: Unicode, Inc. and others.

Completed in 21 milliseconds

123