Searched refs:u_parseString (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Duparse.h116 u_parseString(const char *s,
H A Dppucd.cpp513 int32_t length=u_parseString(s, buffer, uni.getCapacity(), NULL, &errorCode);
518 length=u_parseString(s, buffer, uni.getCapacity(), NULL, &errorCode);
H A Duparse.c235 u_parseString(const char *s, function
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ducaconf.cpp216 int32_t buflen = u_parseString(lineB, buffer, 1024, &first, &status);
H A Dtsmthred.cpp1156 int32_t buflen = u_parseString(buffer, bufferU, 1024, &first, &status);
/macosx-10.9.5/ICU-511.35/icuSources/tools/gennorm2/
H A Dgennorm2.cpp242 int32_t length=u_parseString(delimiter+1, uchars, LENGTHOF(uchars), NULL, errorCode);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcitertst.c1048 contextLength = u_parseString(str, contextCPs, 99, NULL, &errorCode);
1062 u_parseString(s, codepoints, 99, NULL, &errorCode);
H A Dcucdtst.c1055 dmLength=u_parseString(d, dm, 32, NULL, pErrorCode);
3372 count=u_parseString(fields[2][0], full, 32, (uint32_t *)&simple, pErrorCode);

Completed in 257 milliseconds