Home
last modified time | relevance | path

Searched refs:parseCodePoint (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dppucd.cpp453 props.bmg=parseCodePoint(v, errorCode); in parseProperty()
456 props.bpb=parseCodePoint(v, errorCode); in parseProperty()
459 props.scf=parseCodePoint(v, errorCode); in parseProperty()
462 props.slc=parseCodePoint(v, errorCode); in parseProperty()
465 props.stc=parseCodePoint(v, errorCode); in parseProperty()
468 props.suc=parseCodePoint(v, errorCode); in parseProperty()
527 PreparsedUCD::parseCodePoint(const char *s, UErrorCode &errorCode) { in parseCodePoint() function in PreparsedUCD
Dppucd.h155 UChar32 parseCodePoint(const char *s, UErrorCode &errorCode);