Home
last modified time | relevance | path

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

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