Searched refs:hat (Results 1 - 6 of 6) sorted by relevance

/external/autotest/site_utils/
H A Dtest_runner_utils.py79 "e.g. --args='foo=bar cat=\"in a hat\"'.")
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java1683 char hat = 0x005E; /*^*/
1685 expectPad(fmt, "*^#", DecimalFormat.PAD_BEFORE_PREFIX, 1, hat);
1686 expectPad(fmt, "$*^#", DecimalFormat.PAD_AFTER_PREFIX, 2, hat);
1687 expectPad(fmt, "#*^", DecimalFormat.PAD_BEFORE_SUFFIX, 1, hat);
1688 expectPad(fmt, "#$*^", DecimalFormat.PAD_AFTER_SUFFIX, 2, hat);
1696 fmt.setPadCharacter(hat);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1682 char hat = 0x005E; /*^*/
1684 expectPad(fmt, "*^#", DecimalFormat.PAD_BEFORE_PREFIX, 1, hat);
1685 expectPad(fmt, "$*^#", DecimalFormat.PAD_AFTER_PREFIX, 2, hat);
1686 expectPad(fmt, "#*^", DecimalFormat.PAD_BEFORE_SUFFIX, 1, hat);
1687 expectPad(fmt, "#$*^", DecimalFormat.PAD_AFTER_SUFFIX, 2, hat);
1695 fmt.setPadCharacter(hat);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2029 UChar hat = 0x005E; /*^*/ local
2031 expectPad(fmt, "*^#", DecimalFormat::kPadBeforePrefix, 1, hat);
2032 expectPad(fmt, "$*^#", DecimalFormat::kPadAfterPrefix, 2, hat);
2033 expectPad(fmt, "#*^", DecimalFormat::kPadBeforeSuffix, 1, hat);
2034 expectPad(fmt, "#$*^", DecimalFormat::kPadAfterSuffix, 2, hat);
2046 fmt.setPadCharacter(hat);
/external/bison/build-aux/
H A Dtexinfo.tex2827 \let\^=\hat
2857 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
4478 \definedummyword\hat
8210 % character, we would end up writing a line like this: 'xrdef {'hat
8211 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
8212 % argument, and \hat is not an expandable control sequence. It could
8216 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
9925 \chardef\hat=`\^
9927 \def^{{\tt \hat}}
/external/libmicrohttpd/doc/
H A Dtexinfo.tex2828 \let\^=\hat
2858 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
4479 \definedummyword\hat
8211 % character, we would end up writing a line like this: 'xrdef {'hat
8212 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
8213 % argument, and \hat is not an expandable control sequence. It could
8217 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
9926 \chardef\hat=`\^
9928 \def^{{\tt \hat}}

Completed in 331 milliseconds