OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScanHex
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
uspoof_impl.h
80
static UChar32
ScanHex
(const UChar *s, int32_t start, int32_t limit, UErrorCode &status);
uspoof_wsconf.cpp
179
UChar32 startCodePoint = SpoofImpl::
ScanHex
(
183
endCodePoint = SpoofImpl::
ScanHex
(
uspoof_conf.cpp
274
UChar32 keyChar = SpoofImpl::
ScanHex
(fInput, uregex_start(fParseLine, 1, &status),
287
UChar32 c = SpoofImpl::
ScanHex
(&fInput[mapStringStart], uregex_start(fParseHexNum, 1, &status),
uspoof_impl.cpp
419
UChar32 SpoofImpl::
ScanHex
(const UChar *s, int32_t start, int32_t limit, UErrorCode &status) {
Completed in 231 milliseconds