Home
last modified time | relevance | path

Searched refs:DIGIT_9 (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/io/
Dufmt_cmn.c32 #define DIGIT_9 0x0039 macro
41 if( ((c>=DIGIT_0)&&(c<=DIGIT_9)) || in ufmt_digitvalue()
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/
Dunicode.js21 DIGIT_9: 0x39, property
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
Dtokenizer.js101 return cp >= $.DIGIT_0 && cp <= $.DIGIT_9;
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
Dparse5.js687 DIGIT_9: 0x39, property
1550 return cp >= $.DIGIT_0 && cp <= $.DIGIT_9;