/external/icu4c/test/perf/utfperf/ |
UtfPerf.pl | 42 "FromUnicode", ["$p1 FromUnicode", "$p2 FromUnicode"],
|
utfperf.cpp | 119 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup. 218 class FromUnicode : public Command { 220 FromUnicode(const UtfPerformanceTest &testcase) : Command(testcase) {} 223 FromUnicode * t = new FromUnicode(testcase); 331 case 1: name = "FromUnicode"; if (exec) return FromUnicode::get(*this); break; 361 printf("Number of fromUnicode callback calls in the last iteration: %ld\n", (long)fromUCallbackCount);
|
/external/icu4c/test/perf/utrie2perf/ |
utrie2perf.pl | 42 "FromUnicode", ["$p1 FromUnicode", "$p2 FromUnicode"],
|
/external/icu4c/test/testdata/ |
test1.ucm | 19 # fromUnicode result is zero byte from other than U+0000
|
test1bmp.ucm | 21 # fromUnicode result is zero byte from other than U+0000
|
test2.ucm | 21 # fromUnicode result is zero byte from other than U+0000
|
test3.ucm | 22 # fromUnicode result is zero byte from other than U+0000
|
test4.ucm | 27 # fromUnicode result is zero byte from other than U+0000
|
/external/icu4c/common/unicode/ |
ucnv_cb.h | 75 * @param args callback fromUnicode arguments 97 * @param args callback fromUnicode arguments 114 * @param args callback fromUnicode arguments 151 * @param args callback fromUnicode arguments
|
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv_cb.h | 75 * @param args callback fromUnicode arguments 97 * @param args callback fromUnicode arguments 114 * @param args callback fromUnicode arguments 151 * @param args callback fromUnicode arguments
|
/external/icu4c/common/ |
ucnvmbcs.h | 42 * the same toUnicode structures, while the fromUnicode structures for SBCS 53 * - In particular, one of these flags indicates that most of the fromUnicode 63 * _MBCSHeader.version 4.3 optionally modifies the fromUnicode data structures 73 * A utf8Friendly file has fromUnicode stage 3 entries for code points up to 122 * fromUnicode stage 1 array. 156 * then most of the fromUnicode data is omitted; 293 /* single-byte fromUnicode: get the 16-bit result word */ 296 /* single-byte fromUnicode using the sbcsIndex */ 302 /* multi-byte fromUnicode: get the 32-bit stage 2 entry */ 311 /* double-byte fromUnicode using the mbcsIndex * [all...] |
ucnv_cnv.h | 31 /* this is used in fromUnicode DBCS tables as an "unassigned" marker */ 122 * are handled by pivoting, using the toUnicode and fromUnicode functions. 220 * Every converter type must implement toUnicode, fromUnicode, and getNextUChar, 242 UConverterFromUnicode fromUnicode;
|
ucnv_bld.h | 189 * More fromUnicode() status. Serves 3 purposes: 193 * - if the fromUnicode() implementation returns to the framework
|
ucnv.c | 827 UConverterFromUnicode fromUnicode; 850 fromUnicode=cnv->sharedData->impl->fromUnicode; 852 fromUnicode=cnv->sharedData->impl->fromUnicodeWithOffsets; 853 if(fromUnicode==NULL) { 855 fromUnicode=cnv->sharedData->impl->fromUnicode; 904 fromUnicode(pArgs, err); [all...] |
/external/harfbuzz/tests/linebreaking/ |
harfbuzz-qt.cpp | 94 QByteArray data = reinterpret_cast<QTextCodec *>(codec)->fromUnicode((const QChar *)unicode, length);
|
/external/icu4c/io/ |
ufile.h | 27 /* The buffer size for fromUnicode calls */
|
/external/webkit/Source/WebCore/platform/text/ |
BidiContext.h | 35 FromUnicode
|
BidiContext.cpp | 81 if (iter->source() != FromUnicode)
|
/external/webkit/Source/WebCore/platform/text/qt/ |
TextCodecQt.cpp | 135 QByteArray ba = m_codec->fromUnicode(reinterpret_cast<const QChar*>(characters), length, &state); 146 QByteArray tba = m_codec->fromUnicode(reinterpret_cast<const QChar*>(characters), ++len, &state);
|
/external/icu4c/test/intltest/ |
convtest.cpp | 226 testData=dataModule->createTestData("fromUnicode", errorCode); 230 errln("error retrieving conversion/fromUnicode test case %d - %s", 261 errln("fromUnicode[%d] bytes[%d] and offsets[%d] must have the same length", 352 errln("error parsing conversion/fromUnicode test case %d - %s", [all...] |
/external/icu4c/tools/makeconv/ |
genmbcs.cpp | 43 /* fromUnicode */ 214 /* fromUnicode */ 233 * UTF-8-friendly fromUnicode tries: allocate multiple blocks at a time. 242 * UTF-8-friendly fromUnicode tries work from sorted tables and are built 249 * Non-UTF-8-friendly fromUnicode tries work from unsorted tables 253 * Preallocation for UTF-8-friendly fromUnicode tries: [all...] |
genmbcs.h | 115 /* Test if a 1:1 mapping fits into the MBCS base table's fromUnicode structure. */
|
makeconv.c | 697 * base fromUnicode table. 698 * (Especially for UTF-8-friendly fromUnicode tables.) 702 * the base fromUnicode table. 810 * base fromUnicode table.
|
gencnvex.c | 55 /* fromUnicode */ 291 * Remove fromUnicode fallbacks and SUB mappings which are irrelevant for 294 * for the base toUnicode table but not for the base fromUnicode table. 577 * which are irrelevant for the fromUnicode extension table. 816 * add entries to the fromUnicode trie, [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
vbnet.php | 54 'FIXED', 'FORAPPENDING', 'FORMFEED', 'FORREADING', 'FORWRITING', 'FROMUNICODE',
|