OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transliterationrule
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/i18n/
rbt_set.cpp
24
delete (U_NAMESPACE_QUALIFIER
TransliterationRule
*)rule;
109
inline void _debugOut(const char* msg,
TransliterationRule
* rule,
136
static void maskingError(const U_NAMESPACE_QUALIFIER
TransliterationRule
& rule1,
137
const U_NAMESPACE_QUALIFIER
TransliterationRule
& rule2,
191
TransliterationRule
*tempTranslitRule = new
TransliterationRule
(*(
TransliterationRule
*)other.ruleVector->elementAt(i));
245
void TransliterationRuleSet::addRule(
TransliterationRule
* adoptedRule,
308
TransliterationRule
* r = (
TransliterationRule
*) ruleVector->elementAt(j)
[
all
...]
rbt_rule.h
30
* <code>
TransliterationRule
</code> is an immutable object.
55
class
TransliterationRule
: public UMemory {
180
TransliterationRule
(const UnicodeString& input,
194
TransliterationRule
(
TransliterationRule
& other);
199
virtual ~
TransliterationRule
();
251
virtual UBool masks(const
TransliterationRule
& r2) const;
301
TransliterationRule
&operator=(const
TransliterationRule
&other); // forbid copying of this class
rbt_rule.cpp
55
TransliterationRule
::
TransliterationRule
(const UnicodeString& input,
161
TransliterationRule
::
TransliterationRule
(
TransliterationRule
& other) :
191
TransliterationRule
::~
TransliterationRule
() {
208
int32_t
TransliterationRule
::getContextLength(void) const {
218
int16_t
TransliterationRule
::getIndexValue() const {
238
UBool
TransliterationRule
::matchesIndexValue(uint8_t v) const
[
all
...]
rbt_set.h
24
class
TransliterationRule
;
50
TransliterationRule
** rules;
104
virtual void addRule(
TransliterationRule
* adoptedRule,
rbt_pars.cpp
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
[
all
...]
Completed in 6787 milliseconds