/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 186 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()
|
D | ccapitst.c | 677 c=ucnv_getNextUChar(cnv, &source, limit, &err); in TestConvert() 1877 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/chromium_org/third_party/icu/source/test/cintltst/ |
D | nucnvtst.c | 179 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()
|
D | ccapitst.c | 721 c=ucnv_getNextUChar(cnv, &source, limit, &err); in TestConvert() 1915 if (uniBuffer [0] != ucnv_getNextUChar(cnv2, &pConstCharBuffer, pCharBuffer, &err)) in TestConvertSafeClone()
|
D | ncnvtst.c | 675 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 | 1349 ucnv_getNextUChar(UConverter * converter,
|
D | urename.h | 639 #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ucnv.h | 1305 ucnv_getNextUChar(UConverter * converter,
|
D | urename.h | 643 #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) macro
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 886 c=ucnv_getNextUChar(cnv, &source, bytesLimit, pErrorCode); in stepToUnicode()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | convtest.cpp | 857 c=ucnv_getNextUChar(cnv, &source, bytesLimit, pErrorCode); in stepToUnicode()
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv.c | 1839 ucnv_getNextUChar(UConverter *cnv, in ucnv_getNextUChar() function
|
/external/icu/icu4c/source/common/ |
D | ucnv.c | 1849 ucnv_getNextUChar(UConverter *cnv, in ucnv_getNextUChar() function
|