Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Duparse.h116 u_parseString(const char *s,
Dppucd.cpp517 int32_t length=u_parseString(s, buffer, uni.getCapacity(), NULL, &errorCode); in parseString()
522 length=u_parseString(s, buffer, uni.getCapacity(), NULL, &errorCode); in parseString()
Duparse.c235 u_parseString(const char *s, in u_parseString() function
/external/icu/icu4c/source/tools/gennorm2/
Dgennorm2.cpp247 … int32_t length=u_parseString(delimiter+1, uchars, UPRV_LENGTHOF(uchars), NULL, errorCode); in parseFile()
/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp210 int32_t buflen = u_parseString(lineB, buffer, 1024, &first, &status); in testConformance()
Dbidiconf.cpp463 int32_t length=u_parseString(start, buffer, inputString.getCapacity(), NULL, errorCode); in TestBidiCharacterTest()
Dtsmthred.cpp1039 int32_t buflen = u_parseString(buffer, bufferU, 1024, &first, &status); in TestCollators()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c1060 dmLength=u_parseString(d, dm, 32, NULL, pErrorCode); in unicodeDataLineFn()
3443 count=u_parseString(fields[2][0], full, 32, (uint32_t *)&simple, pErrorCode); in caseFoldingLineFn()