Home
last modified time | relevance | path

Searched refs:ucnv_getNextUChar (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c186 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); in TestNextUChar()
211 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); in TestNextUCharError()
2696 c1=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout()
2699 c2=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout()
2702 c3=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout()
2976 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); in TestGetNextUChar2022()
4978 uniChar=ucnv_getNextUChar(cnv, &source, source + (off[1] - off[0]), &errorCode); in TestLMBCS()
5165 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)(pLIn-1), &errorCode); in TestLMBCS()
5183 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)pLIn, &errorCode); in TestLMBCS()
5334 /*result = */ucnv_getNextUChar (cnv, &testBuffer, testEnd , &status); in TestJitterbug255()
Dccapitst.c677 c=ucnv_getNextUChar(cnv, &source, limit, &err); in TestConvert()
1877 if (uniBuffer [0] != ucnv_getNextUChar(cnv2, &pConstCharBuffer, pCharBuffer, &err)) in TestConvertSafeClone()
Dncnvtst.c693 c=ucnv_getNextUChar(cnv, &source, source + INPUT_SIZE, &err); in TestGetNextErrorBehaviour()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dnucnvtst.c179 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); in TestNextUChar()
204 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); in TestNextUCharError()
2683 c1=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout()
2686 c2=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout()
2689 c3=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout()
2963 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); in TestGetNextUChar2022()
4954 uniChar=ucnv_getNextUChar(cnv, &source, source + (off[1] - off[0]), &errorCode); in TestLMBCS()
5141 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)(pLIn-1), &errorCode); in TestLMBCS()
5159 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)pLIn, &errorCode); in TestLMBCS()
5310 /*result = */ucnv_getNextUChar (cnv, &testBuffer, testEnd , &status); in TestJitterbug255()
Dccapitst.c721 c=ucnv_getNextUChar(cnv, &source, limit, &err); in TestConvert()
1915 if (uniBuffer [0] != ucnv_getNextUChar(cnv2, &pConstCharBuffer, pCharBuffer, &err)) in TestConvertSafeClone()
Dncnvtst.c675 c=ucnv_getNextUChar(cnv, &source, source + INPUT_SIZE, &err); in TestGetNextErrorBehaviour()
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp446 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status); in convsample_06()
589 target = ucnv_getNextUChar (conv, in convsample_13()
/external/icu/icu4c/source/common/unicode/
Ducnv.h1349 ucnv_getNextUChar(UConverter * converter,
Durename.h639 #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) macro
/external/chromium_org/third_party/icu/source/common/unicode/
Ducnv.h1305 ucnv_getNextUChar(UConverter * converter,
Durename.h643 #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) macro
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp886 c=ucnv_getNextUChar(cnv, &source, bytesLimit, pErrorCode); in stepToUnicode()
/external/chromium_org/third_party/icu/source/test/intltest/
Dconvtest.cpp857 c=ucnv_getNextUChar(cnv, &source, bytesLimit, pErrorCode); in stepToUnicode()
/external/chromium_org/third_party/icu/source/common/
Ducnv.c1839 ucnv_getNextUChar(UConverter *cnv, in ucnv_getNextUChar() function
/external/icu/icu4c/source/common/
Ducnv.c1849 ucnv_getNextUChar(UConverter *cnv, in ucnv_getNextUChar() function