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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.h 249 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
ucm.c 743 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) {
842 bLen=ucm_parseBytes(bytes, line, &s);
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.h 249 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
ucm.c 743 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) {
842 bLen=ucm_parseBytes(bytes, line, &s);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.c 471 length=ucm_parseBytes(bytes, line, (const char **)&s);
484 if(1==ucm_parseBytes(bytes, line, (const char **)&s) && *s==0) {
  /external/icu/icu4c/source/tools/makeconv/
makeconv.c 471 length=ucm_parseBytes(bytes, line, (const char **)&s);
484 if(1==ucm_parseBytes(bytes, line, (const char **)&s) && *s==0) {

Completed in 86 milliseconds