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:HYPHEN
(Results
1 - 25
of
35
) sorted by relevance
1
2
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
LocaleIDParser.java
52
private static final char
HYPHEN
= '-';
field in LocaleIDParser
159
return c == UNDERSCORE || c ==
HYPHEN
|| isTerminator(c);
in isTerminatorOrIDSeparator()
169
if (c ==
HYPHEN
|| c == UNDERSCORE) {
in haveExperimentalLanguagePrefix()
200
append(
HYPHEN
);
in parseLanguage()
351
if (id[index] == UNDERSCORE || id[index] ==
HYPHEN
) {
in skipCountry()
414
if (c != UNDERSCORE && c !=
HYPHEN
) {
in parseVariant()
431
if (c ==
HYPHEN
|| c == COMMA) {
in parseVariant()
H
A
D
IDNA2003.java
27
private static final int
HYPHEN
= 0x002D;
field in IDNA2003
209
|| processOut.charAt(0) ==
HYPHEN
in convertToASCII()
210
|| processOut.charAt(processOut.length()-1) ==
HYPHEN
){
in convertToASCII()
218
}else if(processOut.charAt(0) ==
HYPHEN
){
in convertToASCII()
374
// || processOut.charAt(0) ==
HYPHEN
in convertToUnicode()
375
// || processOut.charAt(processOut.length()-1) ==
HYPHEN
){
in convertToUnicode()
381
// }else if(processOut.charAt(0) ==
HYPHEN
){
in convertToUnicode()
H
A
D
Punycode.java
32
private static final char
HYPHEN
= 0x2d;
field in Punycode
33
private static final char DELIMITER =
HYPHEN
;
H
A
D
ICUResourceBundle.java
1592
private static final char
HYPHEN
= '-';
field in ICUResourceBundle
1666
int idx = bundleName.indexOf(
HYPHEN
);
in getAliasedResource()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
LocaleIDParser.java
54
private static final char
HYPHEN
= '-';
field in LocaleIDParser
161
return c == UNDERSCORE || c ==
HYPHEN
|| isTerminator(c);
in isTerminatorOrIDSeparator()
171
if (c ==
HYPHEN
|| c == UNDERSCORE) {
in haveExperimentalLanguagePrefix()
202
append(
HYPHEN
);
in parseLanguage()
353
if (id[index] == UNDERSCORE || id[index] ==
HYPHEN
) {
in skipCountry()
416
if (c != UNDERSCORE && c !=
HYPHEN
) {
in parseVariant()
433
if (c ==
HYPHEN
|| c == COMMA) {
in parseVariant()
H
A
D
IDNA2003.java
29
private static final int
HYPHEN
= 0x002D;
field in IDNA2003
210
|| processOut.charAt(0) ==
HYPHEN
in convertToASCII()
211
|| processOut.charAt(processOut.length()-1) ==
HYPHEN
){
in convertToASCII()
219
}else if(processOut.charAt(0) ==
HYPHEN
){
in convertToASCII()
375
// || processOut.charAt(0) ==
HYPHEN
in convertToUnicode()
376
// || processOut.charAt(processOut.length()-1) ==
HYPHEN
){
in convertToUnicode()
382
// }else if(processOut.charAt(0) ==
HYPHEN
){
in convertToUnicode()
H
A
D
Punycode.java
33
private static final char
HYPHEN
= 0x2d;
field in Punycode
34
private static final char DELIMITER =
HYPHEN
;
H
A
D
ICUResourceBundle.java
1461
private static final char
HYPHEN
= '-';
field in ICUResourceBundle
1518
int idx = bundleName.indexOf(
HYPHEN
);
in getAliasedResource()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H
A
D
IDNAReference.java
29
private static final int
HYPHEN
= 0x002D;
field in IDNAReference
188
|| processOut.charAt(0) ==
HYPHEN
in convertToASCII()
189
|| processOut.charAt(processOut.length()-1) ==
HYPHEN
){
in convertToASCII()
197
}else if(processOut.charAt(0) ==
HYPHEN
){
in convertToASCII()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H
A
D
IDNAReference.java
26
private static final int
HYPHEN
= 0x002D;
field in IDNAReference
185
|| processOut.charAt(0) ==
HYPHEN
in convertToASCII()
186
|| processOut.charAt(processOut.length()-1) ==
HYPHEN
){
in convertToASCII()
194
}else if(processOut.charAt(0) ==
HYPHEN
){
in convertToASCII()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
idnaref.cpp
37
#define
HYPHEN
0x002D
macro
348
|| b1[0] ==
HYPHEN
|| b1[b1Len-1] ==
HYPHEN
){
in idnaref_toASCII()
597
|| src[0] ==
HYPHEN
|| src[srcLength-1] ==
HYPHEN
){
in idnaref_toUnicode()
604
}else if(src[0] ==
HYPHEN
){
in idnaref_toUnicode()
/third_party/icu/icu4c/source/common/
H
A
D
uidna.cpp
45
#define
HYPHEN
0x002D
macro
298
|| b1[0] ==
HYPHEN
|| b1[b1Len-1] ==
HYPHEN
){
in _internal_toASCII()
305
}else if(b1[0] ==
HYPHEN
){
in _internal_toASCII()
553
|| src[0] ==
HYPHEN
|| src[srcLength-1] ==
HYPHEN
){
in _internal_toUnicode()
560
}else if(src[0] ==
HYPHEN
){
in _internal_toUnicode()
/third_party/node/deps/icu-small/source/common/
H
A
D
uidna.cpp
45
#define
HYPHEN
0x002D
macro
298
|| b1[0] ==
HYPHEN
|| b1[b1Len-1] ==
HYPHEN
){
in _internal_toASCII()
305
}else if(b1[0] ==
HYPHEN
){
in _internal_toASCII()
553
|| src[0] ==
HYPHEN
|| src[srcLength-1] ==
HYPHEN
){
in _internal_toUnicode()
560
}else if(src[0] ==
HYPHEN
){
in _internal_toUnicode()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
uidna.cpp
45
#define
HYPHEN
0x002D
macro
298
|| b1[0] ==
HYPHEN
|| b1[b1Len-1] ==
HYPHEN
){
in _internal_toASCII()
305
}else if(b1[0] ==
HYPHEN
){
in _internal_toASCII()
553
|| src[0] ==
HYPHEN
|| src[srcLength-1] ==
HYPHEN
){
in _internal_toUnicode()
560
}else if(src[0] ==
HYPHEN
){
in _internal_toUnicode()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H
A
D
UProperty.java
165
public static final int
HYPHEN
= 14;
field
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H
A
D
UProperty.java
149
public static final int
HYPHEN
= 14;
field
/third_party/icu/icu4c/source/i18n/
H
A
D
selfmtimpl.h
39
#define
HYPHEN
((UChar)0x002D)
macro
H
A
D
plurrule_impl.h
64
static const UChar
HYPHEN
= ((UChar) 0x002D);
member
H
A
D
dtptngen_impl.h
43
#define
HYPHEN
((UChar)0x002D)
macro
/third_party/node/deps/icu-small/source/i18n/
H
A
D
selfmtimpl.h
39
#define
HYPHEN
((char16_t)0x002D)
macro
H
A
D
dtptngen_impl.h
43
#define
HYPHEN
((char16_t)0x002D)
macro
H
A
D
plurrule_impl.h
64
static const char16_t
HYPHEN
= ((char16_t) 0x002D);
member
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
selfmtimpl.h
39
#define
HYPHEN
((UChar)0x002D)
macro
H
A
D
dtptngen_impl.h
43
#define
HYPHEN
((UChar)0x002D)
macro
H
A
D
plurrule_impl.h
64
static const UChar
HYPHEN
= ((UChar) 0x002D);
member
Completed in 26 milliseconds
1
2