HomeSort by relevance Sort by last modified time
    Searched refs:ScanHex (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.h 80 static UChar32 ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status);
uspoof_wsconf.cpp 183 UChar32 startCodePoint = SpoofImpl::ScanHex(
187 endCodePoint = SpoofImpl::ScanHex(
uspoof_conf.cpp 271 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status),
284 UChar32 c = SpoofImpl::ScanHex(&fInput[mapStringStart], uregex_start(fParseHexNum, 1, &status),
uspoof_impl.cpp 410 UChar32 SpoofImpl::ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status) {
  /external/icu4c/i18n/
uspoof_impl.h 81 static UChar32 ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status);
uspoof_wsconf.cpp 182 UChar32 startCodePoint = SpoofImpl::ScanHex(
186 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 383 UChar32 SpoofImpl::ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status) {

Completed in 522 milliseconds