OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replacers
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
strrepl.h
30
*
replacers
in a StringReplacer. A StringReplacer that contains such
56
* A complex object contains nested
replacers
and requires more
58
* be complex. If no nested
replacers
are seen during processing,
77
* that represent nested
replacers
.
92
* that represent nested
replacers
.
strrepl.cpp
32
* that represent nested
replacers
.
53
* that represent nested
replacers
.
114
// Simple (no nested
replacers
) Processing Code :
123
// Complex (nested
replacers
) Processing Code :
/external/icu4c/i18n/
strrepl.h
30
*
replacers
in a StringReplacer. A StringReplacer that contains such
56
* A complex object contains nested
replacers
and requires more
58
* be complex. If no nested
replacers
are seen during processing,
77
* that represent nested
replacers
.
92
* that represent nested
replacers
.
strrepl.cpp
31
* that represent nested
replacers
.
52
* that represent nested
replacers
.
113
// Simple (no nested
replacers
) Processing Code :
122
// Complex (nested
replacers
) Processing Code :
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FreeBox.java
41
List<Box>
replacers
= new LinkedList<Box>();
field in class:FreeBox
61
for (Box replacer :
replacers
) {
84
for (Box replacer :
replacers
) {
110
replacers
.add(box);
/external/chromium/googleurl/src/
url_util.cc
317
// If the scheme-specific
replacers
are made more intelligent so they don't
/external/chromium_org/url/
url_util.cc
331
// If the scheme-specific
replacers
are made more intelligent so they don't
Completed in 333 milliseconds