Home
last modified time | relevance | path

Searched refs:ucnv_getNextUChar (Results 1 – 12 of 12) 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()
2706 c1=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout()
2709 c2=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout()
2712 c3=ucnv_getNextUChar(cnv, &source, sourceLim, &status); in TestICCRunout()
2986 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode); in TestGetNextUChar2022()
4988 uniChar=ucnv_getNextUChar(cnv, &source, source + (off[1] - off[0]), &errorCode); in TestLMBCS()
5175 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)(pLIn-1), &errorCode); in TestLMBCS()
5193 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)pLIn, &errorCode); in TestLMBCS()
5344 /*result = */ucnv_getNextUChar (cnv, &testBuffer, testEnd , &status); in TestJitterbug255()
Dccapitst.c678 c=ucnv_getNextUChar(cnv, &source, limit, &err); in TestConvert()
1876 if (uniBuffer [0] != ucnv_getNextUChar(cnv2, &pConstCharBuffer, pCharBuffer, &err)) in TestConvertSafeClone()
Dncnvtst.c691 c=ucnv_getNextUChar(cnv, &source, source + INPUT_SIZE, &err); in TestGetNextErrorBehaviour()
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp455 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status); in convsample_06()
598 target = ucnv_getNextUChar (conv, in convsample_13()
/external/icu/libandroidicu/include/unicode/
Ducnv.h1357 ucnv_getNextUChar(UConverter * converter,
Durename.h652 #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h1357 ucnv_getNextUChar(UConverter * converter,
Durename.h652 #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) macro
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc142 UChar32 next_char = ucnv_getNextUChar(converter, &source, limit, &status); in IterateUnicodeString()
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp1072 c=ucnv_getNextUChar(cnv, &source, bytesLimit, pErrorCode); in stepToUnicode()
/external/icu/icu4c/source/common/
Ducnv.cpp1833 ucnv_getNextUChar(UConverter *cnv, in ucnv_getNextUChar() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp1001 return ucnv_getNextUChar(converter, source, sourceLimit, err); in ucnv_getNextUChar_android()