OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handleTransliterate
(Results
1 - 25
of
35
) sorted by null
1
2
/external/chromium_org/third_party/icu/source/i18n/
nultrans.cpp
29
void NullTransliterator::
handleTransliterate
(Replaceable& /*text*/, UTransPosition& offsets,
casetrn.cpp
131
* Implements {@link Transliterator#
handleTransliterate
}.
133
void CaseMapTransliterator::
handleTransliterate
(Replaceable& text,
rbt.cpp
198
* Implements {@link Transliterator#
handleTransliterate
}.
201
RuleBasedTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& index,
remtrans.cpp
56
void RemoveTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& index,
titletrn.cpp
65
* Implements {@link Transliterator#
handleTransliterate
}.
67
void TitlecaseTransliterator::
handleTransliterate
(
74
// call CaseMapTransliterator::
handleTransliterate
() for lowercasing? (set fMap)
uni2name.cpp
65
* Implements {@link Transliterator#
handleTransliterate
}.
69
void UnicodeNameTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& offsets,
brktrans.cpp
80
* Implements {@link Transliterator#
handleTransliterate
}.
82
void BreakTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& offsets,
nortrans.cpp
97
* Implements {@link Transliterator#
handleTransliterate
}.
99
void NormalizationTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& offsets,
esctrn.cpp
128
* Implements {@link Transliterator#
handleTransliterate
}.
130
void EscapeTransliterator::
handleTransliterate
(Replaceable& text,
name2uni.cpp
104
* Implements {@link Transliterator#
handleTransliterate
}.
106
void NameUnicodeTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& offsets,
/external/icu4c/i18n/
nultrans.cpp
29
void NullTransliterator::
handleTransliterate
(Replaceable& /*text*/, UTransPosition& offsets,
casetrn.cpp
133
* Implements {@link Transliterator#
handleTransliterate
}.
135
void CaseMapTransliterator::
handleTransliterate
(Replaceable& text,
rbt.cpp
198
* Implements {@link Transliterator#
handleTransliterate
}.
201
RuleBasedTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& index,
remtrans.cpp
57
void RemoveTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& index,
titletrn.cpp
66
* Implements {@link Transliterator#
handleTransliterate
}.
68
void TitlecaseTransliterator::
handleTransliterate
(
75
// call CaseMapTransliterator::
handleTransliterate
() for lowercasing? (set fMap)
uni2name.cpp
66
* Implements {@link Transliterator#
handleTransliterate
}.
70
void UnicodeNameTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& offsets,
brktrans.cpp
80
* Implements {@link Transliterator#
handleTransliterate
}.
82
void BreakTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& offsets,
nortrans.cpp
98
* Implements {@link Transliterator#
handleTransliterate
}.
100
void NormalizationTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& offsets,
esctrn.cpp
128
* Implements {@link Transliterator#
handleTransliterate
}.
130
void EscapeTransliterator::
handleTransliterate
(Replaceable& text,
name2uni.cpp
106
* Implements {@link Transliterator#
handleTransliterate
}.
108
void NameUnicodeTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& offsets,
cpdtrans.cpp
473
* Implements {@link Transliterator#
handleTransliterate
}.
475
void CompoundTransliterator::
handleTransliterate
(Replaceable& text, UTransPosition& index,
563
//
handleTransliterate
() returns when incremental is false.
/external/icu4c/samples/translit/answers/
unaccent.cpp
41
void UnaccentTransliterator::
handleTransliterate
(Replaceable& text,
/external/icu4c/samples/translit/
unaccent.cpp
43
void UnaccentTransliterator::
handleTransliterate
(Replaceable& text,
/external/chromium_org/third_party/icu/source/test/intltest/
trnserr.cpp
265
virtual void
handleTransliterate
(Replaceable& ,UTransPosition& offsets,UBool) const {
/external/icu4c/test/intltest/
trnserr.cpp
265
virtual void
handleTransliterate
(Replaceable& ,UTransPosition& offsets,UBool) const {
Completed in 349 milliseconds
1
2