HomeSort by relevance Sort by last modified time
    Searched full:transliterators (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/i18n/
cpdtrans.h 31 * <p>Composed transliterators may not behave as expected. For
51 * transliterators. The array of transliterators may be of any
53 * transliterators have at least two components.
54 * @param transliterators array of <code>Transliterator</code>
57 * <code>Transliterator</code> objects in transliterators.
64 CompoundTransliterator(Transliterator* const transliterators[],
109 * Returns the number of transliterators in this chain.
110 * @return number of transliterators in this chain.
124 * Sets the transliterators
    [all...]
cpdtrans.cpp 39 * transliterators. The array of transliterators may be of any
41 * transliterators have at least two components.
42 * @param transliterators array of <code>Transliterator</code>
45 * <code>Transliterator</code> objects in transliterators.
52 Transliterator* const transliterators[],
55 Transliterator(joinIDs(transliterators, transliteratorCount), adoptedFilter),
57 setTransliterators(transliterators, transliteratorCount);
107 * transliterators. The caller is responsible for fixing up the
212 // Move the transliterators from the vector into an array
    [all...]
anytrans.h 26 * transliterators, all going to T or T/V, all with script sources.
117 * Registers standard transliterators with the system. Called by
casetrn.h 16 * Implementation class for lower-/upper-/title-casing transliterators.
rbt.cpp 175 // will be later deleted. System transliterators contain
235 // Transliterator locking. Rule-based Transliterators are not thread safe; concurrent
237 // A Complication: compound transliterators can result in recursive entries to this
243 // we don't need to do any locking. No sharing between transliterators is possible,
brktrans.cpp 136 // (need to look at transliterators overall, not just here.)
170 // on the replaceable text from transliterators.
transreg.cpp 116 // the total number of transliterators in the compound is the total number of anonymous transliterators
118 // block and that each pair anonymous transliterators has an ID block between them. Then we go back
135 UVector transliterators(ec);
142 transliterators.addElement(Transliterator::createInstance(idBlock, UTRANS_FORWARD, pe, ec), ec);
144 transliterators.addElement(transes->orphanElementAt(0), ec);
148 transliterators.addElement(Transliterator::createInstance(aliasesOrRules, UTRANS_FORWARD, pe, ec), ec);
150 transliterators.addElement(transes->orphanElementAt(0), ec);
153 t = new CompoundTransliterator(ID, transliterators,
161 for (int32_t i = 0; i < transliterators.size(); i++
    [all...]
casetrn.cpp 16 * Implementation class for lower-/upper-/title-casing transliterators.
transreg.h 91 * mutex, because it can instantiate Transliterators embedded in
123 * A registry of system transliterators. This is the data structure
126 * transliterators. There is one instance of the registry that is
  /external/icu4c/i18n/
cpdtrans.h 31 * <p>Composed transliterators may not behave as expected. For
50 * transliterators. The array of transliterators may be of any
52 * transliterators have at least two components.
53 * @param transliterators array of <code>Transliterator</code>
56 * <code>Transliterator</code> objects in transliterators.
62 CompoundTransliterator(Transliterator* const transliterators[],
102 * Returns the number of transliterators in this chain.
103 * @return number of transliterators in this chain.
115 * Sets the transliterators
    [all...]
cpdtrans.cpp 37 * transliterators. The array of transliterators may be of any
39 * transliterators have at least two components.
40 * @param transliterators array of <code>Transliterator</code>
43 * <code>Transliterator</code> objects in transliterators.
50 Transliterator* const transliterators[],
53 Transliterator(joinIDs(transliterators, transliteratorCount), adoptedFilter),
55 setTransliterators(transliterators, transliteratorCount);
105 * transliterators. The caller is responsible for fixing up the
210 // Move the transliterators from the vector into an array
    [all...]
anytrans.h 26 * transliterators, all going to T or T/V, all with script sources.
117 * Registers standard transliterators with the system. Called by
casetrn.h 16 * Implementation class for lower-/upper-/title-casing transliterators.
rbt.cpp 175 // will be later deleted. System transliterators contain
235 // Transliterator locking. Rule-based Transliterators are not thread safe; concurrent
237 // A Complication: compound transliterators can result in recursive entries to this
243 // we don't need to do any locking. No sharing between transliterators is possible,
brktrans.cpp 136 // (need to look at transliterators overall, not just here.)
170 // on the replaceable text from transliterators.
transreg.cpp 118 // the total number of transliterators in the compound is the total number of anonymous transliterators
120 // block and that each pair anonymous transliterators has an ID block between them. Then we go back
137 UVector transliterators(ec);
144 transliterators.addElement(Transliterator::createInstance(idBlock, UTRANS_FORWARD, pe, ec), ec);
146 transliterators.addElement(transes->orphanElementAt(0), ec);
150 transliterators.addElement(Transliterator::createInstance(aliasesOrRules, UTRANS_FORWARD, pe, ec), ec);
152 transliterators.addElement(transes->orphanElementAt(0), ec);
155 t = new CompoundTransliterator(ID, transliterators,
163 for (int32_t i = 0; i < transliterators.size(); i++
    [all...]
casetrn.cpp 16 * Implementation class for lower-/upper-/title-casing transliterators.
  /external/chromium_org/third_party/icu/source/data/translit/
trnsfiles.mk 15 # * To add an additional transliterators to the list:
20 # transliterators:
  /external/icu4c/data/translit/
trnsfiles.mk 15 # * To add an additional transliterators to the list:
20 # transliterators:
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.h 48 * of the transliterators and expect the identity function. F x
81 * Compose the hex transliterators forward and reverse.
96 * Prefix, suffix support in hex transliterators.
138 * Test inter-Indic transliterators. These are composed.
149 * Test the case mapping transliterators.
154 * Test the name mapping transliterators.
203 * Test IDs of inverses of compound transliterators. (J20)
250 /* Test Compound Indic-Latin transliterators*/
302 * Test Escape and Unescape transliterators.
  /external/icu4c/test/intltest/
transtst.h 48 * of the transliterators and expect the identity function. F x
81 * Compose the hex transliterators forward and reverse.
96 * Prefix, suffix support in hex transliterators.
138 * Test inter-Indic transliterators. These are composed.
149 * Test the case mapping transliterators.
154 * Test the name mapping transliterators.
203 * Test IDs of inverses of compound transliterators. (J20)
250 /* Test Compound Indic-Latin transliterators*/
302 * Test Escape and Unescape transliterators.
  /libcore/luni/src/main/java/libcore/icu/
Transliterator.java 42 * Returns the ids of all known transliterators.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
translit.h 55 * <p><b>Transliterators are stateless</b>
60 * mean that threads may share transliterators without synchronizing
61 * them. Transliterators are not immutable, so they must be
154 * <p>Pairs of transliterators may be inverses of one another. For
167 * mathematical inverse. This is because true inverse transliterators
169 * transliterators: <b>AB</b>, which transliterates the character 'A'
212 * <code>getAvailableIDs()</code>. Since transliterators are mutable,
216 * <p>In addition to the system transliterators registered at startup,
217 * user transliterators may be registered by calling
606 * and wrapping transliterators should cal
    [all...]
  /external/icu4c/i18n/unicode/
translit.h 55 * <p><b>Transliterators are stateless</b>
60 * mean that threads may share transliterators without synchronizing
61 * them. Transliterators are not immutable, so they must be
154 * <p>Pairs of transliterators may be inverses of one another. For
167 * mathematical inverse. This is because true inverse transliterators
169 * transliterators: <b>AB</b>, which transliterates the character 'A'
212 * <code>getAvailableIDs()</code>. Since transliterators are mutable,
216 * <p>In addition to the system transliterators registered at startup,
217 * user transliterators may be registered by calling
607 * and wrapping transliterators should cal
    [all...]
  /external/icu4c/extra/uconv/
uconv.1.in 34 .BI "\-L\fP, \fB\-\-list\-transliterators"
170 .BI "\-L\fP, \fB\-\-list\-transliterators"
171 List all the available transliterators and exit.
181 .BR "\-L\fP, \fB\-\-list\-transliterators" ,

Completed in 330 milliseconds

1 2