Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dppucd.cpp412 props.bmg=parseCodePoint(v, errorCode); in parseProperty()
415 props.bpb=parseCodePoint(v, errorCode); in parseProperty()
418 props.scf=parseCodePoint(v, errorCode); in parseProperty()
421 props.slc=parseCodePoint(v, errorCode); in parseProperty()
424 props.stc=parseCodePoint(v, errorCode); in parseProperty()
427 props.suc=parseCodePoint(v, errorCode); in parseProperty()
486 PreparsedUCD::parseCodePoint(const char *s, UErrorCode &errorCode) { in parseCodePoint() function in PreparsedUCD
Dppucd.h149 UChar32 parseCodePoint(const char *s, UErrorCode &errorCode);