Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:U_IS_BMP
(Results
1 - 18
of
18
) sorted by relevance
/third_party/icu/icu4c/source/common/unicode/
H
A
D
utf.h
161
#define
U_IS_BMP
(c) ((uint32_t)(c)<=0xffff)
macro
/third_party/icu/icu4c/source/i18n/
H
A
D
regextxt.cpp
36
if (
U_IS_BMP
(c)) {
in uregex_utext_unescape_charAt()
H
A
D
rematch.cpp
366
if (
U_IS_BMP
(escapedChar)) {
in appendReplacement()
388
if (
U_IS_BMP
(c)) {
in appendReplacement()
402
if (
U_IS_BMP
(c)) {
in appendReplacement()
/third_party/node/deps/icu-small/source/common/unicode/
H
A
D
utf.h
161
#define
U_IS_BMP
(c) ((uint32_t)(c)<=0xffff)
macro
/third_party/node/deps/icu-small/source/i18n/
H
A
D
regextxt.cpp
36
if (
U_IS_BMP
(c)) {
in uregex_utext_unescape_charAt()
H
A
D
rematch.cpp
366
if (
U_IS_BMP
(escapedChar)) {
in appendReplacement()
388
if (
U_IS_BMP
(c)) {
in appendReplacement()
402
if (
U_IS_BMP
(c)) {
in appendReplacement()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
regextxt.cpp
36
if (
U_IS_BMP
(c)) {
in uregex_utext_unescape_charAt()
H
A
D
rematch.cpp
366
if (
U_IS_BMP
(escapedChar)) {
in appendReplacement()
388
if (
U_IS_BMP
(c)) {
in appendReplacement()
402
if (
U_IS_BMP
(c)) {
in appendReplacement()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H
A
D
utf.h
161
#define
U_IS_BMP
(c) ((uint32_t)(c)<=0xffff)
macro
/third_party/node/deps/v8/src/inspector/
H
A
D
v8-string-conversions.cc
140
#define
U_IS_BMP
(c) ((uint32_t)(c) <= 0xFFFF)
macro
292
if (
U_IS_BMP
(character)) {
in convertUTF8ToUTF16()
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
cucdtst.c
1571
!
U_IS_BMP
(0) || !
U_IS_BMP
(0x61) || !
U_IS_BMP
(0x20ac) ||
in TestCodePoint()
1572
!
U_IS_BMP
(0xd9da) || !
U_IS_BMP
(0xdfed) || !
U_IS_BMP
(0xffff) ||
in TestCodePoint()
1573
U_IS_BMP
(U_SENTINEL) ||
U_IS_BMP
(0x10000) ||
U_IS_BMP
(0x50005) ||
in TestCodePoint()
1574
U_IS_BMP
(
in TestCodePoint()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H
A
D
idnaconf.cpp
139
if (
U_IS_BMP
(cp)){
in ExplainCodePointTag()
/third_party/icu/icu4c/source/common/
H
A
D
normalizer2impl.cpp
1368
if(
U_IS_BMP
(c)) {
H
A
D
utext.cpp
1441
if(
U_IS_BMP
(ch)){
/third_party/node/deps/icu-small/source/common/
H
A
D
utext.cpp
1444
if(
U_IS_BMP
(ch)){
H
A
D
normalizer2impl.cpp
1368
if(
U_IS_BMP
(c)) {
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
normalizer2impl.cpp
1368
if(
U_IS_BMP
(c)) {
H
A
D
utext.cpp
1441
if(
U_IS_BMP
(ch)){
Completed in 41 milliseconds