HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_getNextUChar (Results 1 - 15 of 15) sorted by null

  /external/icu4c/samples/ucnv/
convsamp.cpp 446 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
589 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 186 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
190 log_err("%s ucnv_getNextUChar() failed: %s\n", message, u_errorName(errorCode));
197 log_err("%s ucnv_getNextUChar() result %lx from %d bytes, should have been %lx from %d bytes.\n",
211 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
263 /* test ucnv_getNextUChar() for charsets that encode single surrogates with complete byte sequences */
    [all...]
ncnvtst.c     [all...]
ccapitst.c 678 c=ucnv_getNextUChar(cnv, &source, limit, &err);
680 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...]

Completed in 187 milliseconds