Home
last modified time | relevance | path

Searched refs:ScanHex (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_conf.cpp267 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status), in build()
280 … UChar32 c = SpoofImpl::ScanHex(&fInput[mapStringStart], uregex_start(fParseHexNum, 1, &status), in build()
Duspoof_impl.h87 static UChar32 ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status);
Duspoof_impl.cpp387 UChar32 SpoofImpl::ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status) { in ScanHex() function in SpoofImpl