OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECSPECIAL
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
decNumber.h
49
#define
DECSPECIAL
(DECINF|DECNAN|DECSNAN) /* any special value */
186
#define decNumberIsFinite(dn) (((dn)->bits&
DECSPECIAL
)==0)
192
#define decNumberIsSpecial(dn) (((dn)->bits&
DECSPECIAL
)!=0)
195
&& (((dn)->bits&
DECSPECIAL
)==0))
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java
780
private static char
DECSPECIAL
[] = { '\u0040', // 5f blank
[
all
...]
Completed in 1431 milliseconds