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:fHangulWordSet
(Results
1 - 8
of
8
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H
A
D
CjkBreakEngine.java
29
private UnicodeSet
fHangulWordSet
;
field in CjkBreakEngine
36
fHangulWordSet
= new UnicodeSet("[\\uac00-\\ud7a3]");
in CjkBreakEngine()
37
fHangulWordSet
.freeze();
in CjkBreakEngine()
48
setCharacters(
fHangulWordSet
);
in CjkBreakEngine()
196
if ((count == 0 || lengths[0] != 1) && current32(text) != DONE32 && !
fHangulWordSet
.contains(current32(text))) {
in divideUpDictionaryRange()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
CjkBreakEngine.java
22
private static final UnicodeSet
fHangulWordSet
= new UnicodeSet();
field in CjkBreakEngine
27
fHangulWordSet
.applyPattern("[\\uac00-\\ud7a3]");
33
fHangulWordSet
.freeze();
44
setCharacters(
fHangulWordSet
);
in CjkBreakEngine()
172
if ((count == 0 || lengths[0] != 1) && current32(text) != DONE32 && !
fHangulWordSet
.contains(current32(text))) {
in divideUpDictionaryRange()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
dictbe.h
356
UnicodeSet
fHangulWordSet
;
member in CjkBreakEngine
H
A
D
dictbe.cpp
1048
fHangulWordSet
.applyPattern(UNICODE_STRING_SIMPLE("[\\uac00-\\ud7a3]"), status);
in CjkBreakEngine()
1057
setCharacters(
fHangulWordSet
);
in CjkBreakEngine()
1292
!
fHangulWordSet
.contains(inString.char32At(ix))) {
in divideUpDictionaryRange()
/third_party/icu/icu4c/source/common/
H
A
D
dictbe.h
371
UnicodeSet
fHangulWordSet
;
member in CjkBreakEngine
H
A
D
dictbe.cpp
1062
fHangulWordSet
.applyPattern(UnicodeString(u"[\\uac00-\\ud7a3]"), status);
in CjkBreakEngine()
1063
fHangulWordSet
.compact();
in CjkBreakEngine()
1074
setCharacters(
fHangulWordSet
);
in CjkBreakEngine()
1305
!
fHangulWordSet
.contains(inString.char32At(ix))) {
in divideUpDictionaryRange()
/third_party/node/deps/icu-small/source/common/
H
A
D
dictbe.h
374
UnicodeSet
fHangulWordSet
;
member in CjkBreakEngine
H
A
D
dictbe.cpp
1063
fHangulWordSet
.applyPattern(UnicodeString(u"[\\uac00-\\ud7a3]"), status);
in CjkBreakEngine()
1064
fHangulWordSet
.compact();
in CjkBreakEngine()
1075
setCharacters(
fHangulWordSet
);
in CjkBreakEngine()
1324
!
fHangulWordSet
.contains(inString.char32At(ix))) {
in divideUpDictionaryRange()
Completed in 10 milliseconds