Searched refs:toUnicode (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidna.h78 const char* toUnicodeName, TestFunc toUnicode);
110 const char* toUnicodeName, TestFunc toUnicode
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/icu/icu4c/source/test/intltest/
H A Dtestidna.h78 const char* toUnicodeName, TestFunc toUnicode);
110 const char* toUnicodeName, TestFunc toUnicode
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/chromium_org/third_party/icu/source/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.c1270 UConverterToUnicode toUnicode; local
1293 toUnicode=cnv->sharedData->impl->toUnicode;
1295 toUnicode=cnv->sharedData->impl->toUnicodeWithOffsets;
1296 if(toUnicode==NULL) {
1298 toUnicode=cnv->sharedData->impl->toUnicode;
1347 toUnicode(pArgs, err);
1556 * Output the toUnicode overflow buffer.
2277 * or flushing the toUnicode repla
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_cnv.h37 * commented out because there are actually two values used in toUnicode tables:
81 * then the toUnicode function will be used and the offsets will be set to -1.
116 * - The toUnicode side must behave and keep state exactly like the
121 * - Continuing a partial match and flushing the toUnicode replay buffer
122 * are handled by pivoting, using the toUnicode and fromUnicode functions.
130 * If the function pointer is NULL, then the toUnicode function will be used.
140 * to indicate that the ucnv.c code shall call the toUnicode function instead
220 * Every converter type must implement toUnicode, fromUnicode, and getNextUChar,
240 UConverterToUnicode toUnicode; member in struct:UConverterImpl
278 * getNextUChar() implementation to indicate to use the converter's toUnicode()
[all...]
H A Ducnv.c1280 UConverterToUnicode toUnicode; local
1303 toUnicode=cnv->sharedData->impl->toUnicode;
1305 toUnicode=cnv->sharedData->impl->toUnicodeWithOffsets;
1306 if(toUnicode==NULL) {
1308 toUnicode=cnv->sharedData->impl->toUnicode;
1357 toUnicode(pArgs, err);
1566 * Output the toUnicode overflow buffer.
2287 * or flushing the toUnicode repla
[all...]
/external/chromium_org/third_party/skia/third_party/harfbuzz/tests/linebreaking/
H A Dmain.cpp193 QString txt = codec->toUnicode(QByteArray("\xca\xc7\xd1\xca\xb4\xd5\xa4\xc3\xd1\xba\x20\xb9\xd5\xe8\xe0\xbb\xe7\xb9\xa1\xd2\xc3\xb7\xb4\xca\xcd\xba\xb5\xd1\xc7\xe0\xcd\xa7"));
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsPKCS12Blob.cpp132 pip_ucs2_ascii_conversion_fn(PRBool toUnicode, argument
/external/chromium_org/third_party/libxml/src/
H A Dencoding.c102 openIcuConverter(const char* name, int toUnicode) argument
114 if (toUnicode) {
1833 * @toUnicode : non-zero if toUnicode. 0 otherwise.
1850 xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen, argument
1866 * when toUnicode is true !
1868 if (toUnicode) {
/external/libxml2/
H A Dencoding.c106 openIcuConverter(const char* name, int toUnicode) argument
118 if (toUnicode) {
1842 * @toUnicode : non-zero if toUnicode. 0 otherwise.
1859 xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen, argument
1875 * when toUnicode is true !
1877 if (toUnicode) {
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 929 milliseconds