Searched refs:ucnv_getNextUChar (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 184 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); in TestNextUChar() 209 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); in TestNextUCharError() 2694 c1=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout() 2697 c2=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout() 2700 c3=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout() 2974 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); in TestGetNextUChar2022() 4976 uniChar=ucnv_getNextUChar(cnv, &source, source + (off[1] - off[0]), &errorCode); in TestLMBCS() 5163 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)(pLIn-1), &errorCode); in TestLMBCS() 5181 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)pLIn, &errorCode); in TestLMBCS() 5332 /*result = */ucnv_getNextUChar (cnv, &testBuffer, testEnd , &status); in TestJitterbug255()
|
D | ccapitst.c | 675 c=ucnv_getNextUChar(cnv, &source, limit, &err); in TestConvert() 1873 if (uniBuffer [0] != ucnv_getNextUChar(cnv2, &pConstCharBuffer, pCharBuffer, &err)) in TestConvertSafeClone()
|
D | ncnvtst.c | 693 c=ucnv_getNextUChar(cnv, &source, source + INPUT_SIZE, &err); in TestGetNextErrorBehaviour()
|
/external/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 446 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status); in convsample_06() 589 target = ucnv_getNextUChar (conv, in convsample_13()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 1351 ucnv_getNextUChar(UConverter * converter,
|
D | urename.h | 646 #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) macro
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 958 c=ucnv_getNextUChar(cnv, &source, bytesLimit, pErrorCode); in stepToUnicode()
|
/external/icu/icu4c/source/common/ |
D | ucnv.c | 1849 ucnv_getNextUChar(UConverter *cnv, in ucnv_getNextUChar() function
|