Searched defs:toUnicode (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Ducnv_cnv.h37 * commented out because there are actually two values used in toUnicode tables:
78 * then the toUnicode function will be used and the offsets will be set to -1.
113 * - The toUnicode side must behave and keep state exactly like the
118 * - Continuing a partial match and flushing the toUnicode replay buffer
119 * are handled by pivoting, using the toUnicode and fromUnicode functions.
127 * If the function pointer is NULL, then the toUnicode function will be used.
137 * to indicate that the ucnv.c code shall call the toUnicode function instead
217 * Every converter type must implement toUnicode, fromUnicode, and getNextUChar,
237 UConverterToUnicode toUnicode; member in struct:UConverterImpl
275 * getNextUChar() implementation to indicate to use the converter's toUnicode()
[all...]
H A Ducnv.c1268 UConverterToUnicode toUnicode; local
1291 toUnicode=cnv->sharedData->impl->toUnicode;
1293 toUnicode=cnv->sharedData->impl->toUnicodeWithOffsets;
1294 if(toUnicode==NULL) {
1296 toUnicode=cnv->sharedData->impl->toUnicode;
1345 toUnicode(pArgs, err);
1554 * Output the toUnicode overflow buffer.
2275 * or flushing the toUnicode repla
[all...]
/external/icu4c/test/intltest/
H A Dtestidna.cpp732 //test toUnicode with all labels in the string
939 const char* toUnicodeName, TestFunc toUnicode){
985 conformanceTestCases[i].expectedStatus, TRUE, TRUE, toUnicode);
1151 const char* toUnicodeName, TestFunc toUnicode){
1157 testChaining(buf,5,toUnicodeName, FALSE, FALSE, toUnicode);
1150 testChaining(const char* toASCIIName, TestFunc toASCII, const char* toUnicodeName, TestFunc toUnicode) argument
/external/libxml2/
H A Dencoding.c102 openIcuConverter(const char* name, int toUnicode) argument
114 if (toUnicode) {
1828 * @toUnicode : non-zero if toUnicode. 0 otherwise.
1845 xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen, argument
1861 * when toUnicode is true !
1863 if (toUnicode) {

Completed in 142 milliseconds