Home | History | Annotate | Download | only in io

Lines Matching refs:gSpaceStr

117 static const UChar gSpaceStr[] = {0x20, 0}; /* " " */
136 /* unum_setSymbol(format, UNUM_PLUS_SIGN_SYMBOL, gSpaceStr, 1, &status); */
137 unum_setTextAttribute(format, UNUM_POSITIVE_PREFIX, gSpaceStr, 1, status);