/external/icu4c/samples/ucnv/ |
convsamp.cpp | 454 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status); 594 target = ucnv_getNextUChar (conv,
|
/external/icu4c/common/unicode/ |
ucnv.h | [all...] |
urename.h | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv.h | [all...] |
urename.h | 494 #define ucnv_getNextUChar ucnv_getNextUChar_3_2 [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv.h | [all...] |
urename.h | 494 #define ucnv_getNextUChar ucnv_getNextUChar_3_2 [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv.h | [all...] |
urename.h | 494 #define ucnv_getNextUChar ucnv_getNextUChar_3_2 [all...] |
/external/icu4c/test/cintltst/ |
nucnvtst.c | 179 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); 183 log_err("%s ucnv_getNextUChar() failed: %s\n", message, u_errorName(errorCode)); 190 log_err("%s ucnv_getNextUChar() result %lx from %d bytes, should have been %lx from %d bytes.\n", 204 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); 256 /* test ucnv_getNextUChar() for charsets that encode single surrogates with complete byte sequences */ [all...] |
ncnvtst.c | [all...] |
ccapitst.c | 721 c=ucnv_getNextUChar(cnv, &source, limit, &err); 723 log_err("ucnv_getNextUChar() failed: %s\n", u_errorName(err)); [all...] |
/external/icu4c/test/intltest/ |
convtest.cpp | 868 * step==-1: call only ucnv_getNextUChar() 869 * otherwise alternate between ucnv_toUnicode() and ucnv_getNextUChar() 884 c=ucnv_getNextUChar(cnv, &source, bytesLimit, pErrorCode); [all...] |
/external/icu4c/common/ |
ucnv.c | [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | 494 #define ucnv_getNextUChar ucnv_getNextUChar_3_2 [all...] |