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:ARG_START
(Results
1 - 13
of
13
) sorted by relevance
/third_party/pulseaudio/src/daemon/
H
A
D
cmdline.c
70
ARG_START
enumerator
98
{"start", 0, 0,
ARG_START
},
217
case
ARG_START
:
in pa_cmdline_parse()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
MessagePattern.java
54
* noneArg =
ARG_START
.NONE (ARG_NAME | ARG_NUMBER) ARG_LIMIT.NONE
55
* simpleArg =
ARG_START
.SIMPLE (ARG_NAME | ARG_NUMBER) ARG_TYPE [ARG_STYLE] ARG_LIMIT.SIMPLE
56
* choiceArg =
ARG_START
.CHOICE (ARG_NAME | ARG_NUMBER) choiceStyle ARG_LIMIT.CHOICE
57
* pluralArg =
ARG_START
.PLURAL (ARG_NAME | ARG_NUMBER) pluralStyle ARG_LIMIT.PLURAL
58
* selectArg =
ARG_START
.SELECT (ARG_NAME | ARG_NUMBER) selectStyle ARG_LIMIT.SELECT
67
* <li><code>
ARG_START
.CHOICE</code> stands for an
ARG_START
Part with ArgType CHOICE.
533
* this Part should be of Type
ARG_START
or MSG_START.
611
* Returns the argument type if this part is of type
ARG_START
or ARG_LIMIT,
618
if(type==Type.
ARG_START
|| typ
in getArgType()
682
ARG_START
,
global()
enum constant
[all...]
H
A
D
MessageFormat.java
558
* Returns the part index of the next
ARG_START
after partIndex, or -1 if there is none more.
559
* @param partIndex Part index of the previous
ARG_START
(initially 0).
567
if (type == MessagePattern.Part.Type.
ARG_START
) {
in nextTopLevelArgStart()
1297
assert type==Part.Type.
ARG_START
: "Unexpected Part "+part+" in parsed message.";
in parse()
1591
* Set of
ARG_START
part indexes where custom, user-provided Format objects
1662
if(type!=Part.Type.
ARG_START
) {
in format()
1834
} else if (type == Part.Type.
ARG_START
) {
in formatComplexSubMessage()
1871
if(type==Part.Type.
ARG_START
|| type==Part.Type.MSG_LIMIT) {
in getLiteralStringUntilNextArgument()
2039
* Returns the
ARG_START
index of the first occurrence of the plural number in a sub-message.
2053
if(type==Part.Type.
ARG_START
) {
in findFirstPluralNumberArg()
[all...]
H
A
D
SelectFormat.java
290
} else if (type == MessagePattern.Part.Type.
ARG_START
) {
in format()
H
A
D
MessagePatternUtil.java
475
if (partType == MessagePattern.Part.Type.
ARG_START
) {
in buildMessageNode()
H
A
D
PluralFormat.java
666
} else if (type == MessagePattern.Part.Type.
ARG_START
) {
in format()
740
// Iterate over (ARG_SELECTOR
ARG_START
message ARG_LIMIT) tuples
in parseType()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
MessagePattern.java
55
* noneArg =
ARG_START
.NONE (ARG_NAME | ARG_NUMBER) ARG_LIMIT.NONE
56
* simpleArg =
ARG_START
.SIMPLE (ARG_NAME | ARG_NUMBER) ARG_TYPE [ARG_STYLE] ARG_LIMIT.SIMPLE
57
* choiceArg =
ARG_START
.CHOICE (ARG_NAME | ARG_NUMBER) choiceStyle ARG_LIMIT.CHOICE
58
* pluralArg =
ARG_START
.PLURAL (ARG_NAME | ARG_NUMBER) pluralStyle ARG_LIMIT.PLURAL
59
* selectArg =
ARG_START
.SELECT (ARG_NAME | ARG_NUMBER) selectStyle ARG_LIMIT.SELECT
68
* <li><code>
ARG_START
.CHOICE</code> stands for an
ARG_START
Part with ArgType CHOICE.
501
* this Part should be of Type
ARG_START
or MSG_START.
572
* Returns the argument type if this part is of type
ARG_START
or ARG_LIMIT,
578
if(type==Type.
ARG_START
|| typ
in getArgType()
635
ARG_START
,
global()
enum constant
[all...]
H
A
D
MessageFormat.java
547
* Returns the part index of the next
ARG_START
after partIndex, or -1 if there is none more.
548
* @param partIndex Part index of the previous
ARG_START
(initially 0).
556
if (type == MessagePattern.Part.Type.
ARG_START
) {
in nextTopLevelArgStart()
1266
assert type==Part.Type.
ARG_START
: "Unexpected Part "+part+" in parsed message.";
in parse()
1547
* Set of
ARG_START
part indexes where custom, user-provided Format objects
1618
if(type!=Part.Type.
ARG_START
) {
in format()
1790
} else if (type == Part.Type.
ARG_START
) {
in formatComplexSubMessage()
1827
if(type==Part.Type.
ARG_START
|| type==Part.Type.MSG_LIMIT) {
in getLiteralStringUntilNextArgument()
1995
* Returns the
ARG_START
index of the first occurrence of the plural number in a sub-message.
2009
if(type==Part.Type.
ARG_START
) {
in findFirstPluralNumberArg()
[all...]
H
A
D
SelectFormat.java
285
} else if (type == MessagePattern.Part.Type.
ARG_START
) {
in format()
H
A
D
MessagePatternUtil.java
447
if (partType == MessagePattern.Part.Type.
ARG_START
) {
in buildMessageNode()
H
A
D
PluralFormat.java
649
} else if (type == MessagePattern.Part.Type.
ARG_START
) {
in format()
721
// Iterate over (ARG_SELECTOR
ARG_START
message ARG_LIMIT) tuples
in parseType()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H
A
D
MiniMessageFormatter.java
108
assert type==Part.Type.
ARG_START
: "Unexpected Part "+part+" in parsed message.";
in format()
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 17 milliseconds