OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gettransliterator
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
cpdtrtst.h
37
/*Tests the function
getTransliterator
() and setTransliterators() and adoptTransliterators()*/
cpdtrtst.cpp
238
logln("Testing the
getTransliterator
() API of CompoundTransliterator");
251
UnicodeString child= ct1->
getTransliterator
(i).getID();
253
errln("Error
getTransliterator
() failed: Expected->" + *(array+i) + " Got->" + child);
255
logln("OK:
getTransliterator
() passed: Expected->" + *(array+i) + " Got->" + child);
286
temp.append(ct1->
getTransliterator
(i).getID());
289
temp.append(ct1->
getTransliterator
(i).getID());
/external/icu4c/test/intltest/
cpdtrtst.h
37
/*Tests the function
getTransliterator
() and setTransliterators() and adoptTransliterators()*/
cpdtrtst.cpp
238
logln("Testing the
getTransliterator
() API of CompoundTransliterator");
251
UnicodeString child= ct1->
getTransliterator
(i).getID();
253
errln("Error
getTransliterator
() failed: Expected->" + *(array+i) + " Got->" + child);
255
logln("OK:
getTransliterator
() passed: Expected->" + *(array+i) + " Got->" + child);
286
temp.append(ct1->
getTransliterator
(i).getID());
289
temp.append(ct1->
getTransliterator
(i).getID());
/external/chromium_org/third_party/icu/source/i18n/
anytrans.h
114
Transliterator*
getTransliterator
(UScriptCode source) const;
anytrans.cpp
241
Transliterator* t =
getTransliterator
(it.scriptCode);
272
Transliterator* AnyTransliterator::
getTransliterator
(UScriptCode source) const {
cpdtrans.h
121
virtual const Transliterator&
getTransliterator
(int32_t idx) const;
cpdtrans.cpp
343
const Transliterator& CompoundTransliterator::
getTransliterator
(int32_t index) const {
translit.cpp
[
all
...]
/external/icu4c/i18n/
anytrans.h
114
Transliterator*
getTransliterator
(UScriptCode source) const;
anytrans.cpp
241
Transliterator* t =
getTransliterator
(it.scriptCode);
272
Transliterator* AnyTransliterator::
getTransliterator
(UScriptCode source) const {
cpdtrans.h
112
virtual const Transliterator&
getTransliterator
(int32_t idx) const;
cpdtrans.cpp
341
const Transliterator& CompoundTransliterator::
getTransliterator
(int32_t index) const {
translit.cpp
[
all
...]
Completed in 179 milliseconds