Searched refs:ScanHex (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_conf.cpp | 296 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()
|
D | uspoof_impl.h | 90 static UChar32 ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status);
|
D | uspoof_impl.cpp | 424 UChar32 SpoofImpl::ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status) { in ScanHex() function in SpoofImpl
|