/ndk/sources/host-tools/make-3.81/config/ |
printf-posix.m4 | 22 /* The string "%2$d %1$d", with dollar characters protected from the shell's 23 dollar expansion (possibly an autoconf bug). */
|
/external/qemu/pc-bios/keymaps/ |
en-us | 7 dollar 0x05 shift
|
et | 22 dollar 0x5 altgr
|
fo | 22 dollar 0x5 altgr
|
fr-ca | 42 dollar 0x5 shift
|
lt | 13 dollar 0x05 shift
|
nl | 11 dollar 0x05 shift
|
sv | 22 dollar 0x5 altgr
|
fr-be | 19 dollar 0x05 shift altgr 77 dollar 0x1b
|
pt-br | 13 dollar 0x05 shift
|
ar | 7 dollar 0x05 shift
|
es | 12 dollar 0x05 shift
|
hu | 35 dollar 0x27 altgr
|
ja | 11 dollar 0x05 shift
|
mk | 9 dollar 0x05 shift
|
/external/icu4c/test/cintltst/ |
ccurrtst.c | 48 { 0x0024, 0x0000}, /*0024; L; [14 3A, 03, 03] # [082D.0020.0002] # DOLLAR SIGN*/ 49 { 0xFF04, 0x0000}, /*FF04; L; [14 3A, 03, 05] # [082D.0020.0003] # FULLWIDTH DOLLAR SIGN*/ 50 { 0xFE69, 0x0000}, /*FE69; L; [14 3A, 03, 1D] # [082D.0020.000F] # SMALL DOLLAR SIGN*/ 86 { 0x0024, 0x0000}, /* dollar */
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
Makefile.am | 21 appquit enable sep inclib 8bit newjis xabcx dollar noeol noeolw \ 51 dollar.good dollar.inp dollar.sed \
|
/external/llvm/lib/MC/ |
MCWin64EH.cpp | 211 size_t dollar = name.find('$'); local 213 if (dollar == StringRef::npos && dot == StringRef::npos) 216 return name.substr(dollar); 217 if (dollar == StringRef::npos || dot < dollar) 219 return name.substr(dollar);
|
/external/icu4c/test/intltest/ |
currcoll.cpp | 51 { 0x0024, 0x0000}, /*0024; L; [14 3A, 03, 03] # [082D.0020.0002] # DOLLAR SIGN*/ 52 { 0xFF04, 0x0000}, /*FF04; L; [14 3A, 03, 05] # [082D.0020.0003] # FULLWIDTH DOLLAR SIGN*/ 53 { 0xFE69, 0x0000}, /*FE69; L; [14 3A, 03, 1D] # [082D.0020.000F] # SMALL DOLLAR SIGN*/
|
numfmtst.cpp | [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
CurrencyTest.java | 213 String[] dollar = new String[] {"USD", "$", "US$", "$US"}; local 266 for (j = 0; j < dollar.length; j++) { 267 if (currUS.getSymbol(loc1[i]).equals(dollar[j])) { 274 + " the Dollar currency returned " 277 + Arrays.toString(dollar), flag); 290 + " the Canadian Dollar currency returned "
|
/external/webkit/Source/WebCore/wml/ |
WMLVariables.cpp | 194 // Transform adjacent dollar signs into a single dollar sign as string literal
|
/libcore/luni/src/main/java/java/util/ |
Currency.java | 169 * For instance, the default number of fraction digits for the US dollar is 2 because there are 170 * 100 US cents in a US dollar. For the Japanese Yen, the number is 0 because coins smaller
|
/libcore/luni/src/main/java/java/util/regex/ |
Matcher.java | 133 boolean dollar = false; 140 dollar = true; 141 } else if (c >= '0' && c <= '9' && dollar) { 143 dollar = false; 146 dollar = false; 487 * and dollar signs escaped. 491 * @return the input string, with all backslashes and dollar signs having
|
/bionic/libc/regex/ |
cname.h | 90 { "dollar-sign", '$' },
|