HomeSort by relevance Sort by last modified time
    Searched full:dollar (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /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 */
  /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...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
CurrencyTest.java 238 String[] dollar = new String[] {"USD", "$", "US$", "$US"}; local
291 for (j = 0; j < dollar.length; j++) {
292 if (currUS.getSymbol(loc1[i]).equals(dollar[j])) {
299 + " the Dollar currency returned "
302 + Arrays.toString(dollar), flag);
315 + " the Canadian Dollar currency returned "
  /dalvik/libcore/luni/src/main/java/java/util/
Currency.java 137 * if the default locale is the US, the symbol of the US dollar is "$". For
139 * 4217 currency code of the US dollar is returned.
185 * instance, the default number of fraction digits for the US dollar is 2.
  /external/webkit/WebCore/wml/
WMLVariables.cpp 194 // Transform adjacent dollar signs into a single dollar sign as string literal
  /dalvik/libcore/regex/src/main/java/java/util/regex/
Matcher.java 164 boolean dollar = false;
171 dollar = true;
172 } else if (c >= '0' && c <= '9' && dollar) {
174 dollar = false;
177 dollar = false;
496 * and dollar signs escaped.
500 * @return the input string, with all backslashes and dollar signs having
  /bionic/libc/regex/
cname.h 90 { "dollar-sign", '$' },
  /system/core/sh/
syntax.h 45 #define CVAR 6 /* a dollar sign */
  /external/bluetooth/glib/docs/reference/glib/tmpl/
gregex.sgml 47 The behaviour of the dot, circumflex, and dollar metacharacters are affected by
166 @G_REGEX_DOLLAR_ENDONLY: A dollar metacharacter ("$") in the pattern
167 matches only at the end of the string. Without this option, a dollar also
210 not the end of a line, so the dollar metacharacter should not match it nor
212 without G_REGEX_MULTILINE (at compile time) causes dollar never to match.
213 This option affects only the behaviour of the dollar metacharacter, it does
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 171 DOLLAR="$"
172 SDL_STATIC_LIBS="$DOLLAR{libdir}/libSDLmain.a $DOLLAR{libdir}/libSDL.a $SDL_STATIC_LIBS"
  /external/icu4c/i18n/unicode/
ucurr.h 74 * currency, such as "US Dollar" for USD.
144 * currency object in the en_US locale is "US dollar" or "US dollars".
currpinf.h 32 * such as "3.00 US dollars" or "1.00 US dollar".
  /external/qemu/
sdl_keysym.h 10 { "dollar", 0x024},
vnc_keysym.h 10 { "dollar", 0x024},
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
README.VMS 44 command by making a DCL symbol whose value begins with a dollar sign
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man7/
fsf-funding.7 163 less than a dollar; it might be a few cents, or nothing at all.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man7/
fsf-funding.7 162 less than a dollar; it might be a few cents, or nothing at all.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man7/
fsf-funding.7 163 less than a dollar; it might be a few cents, or nothing at all.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man7/
fsf-funding.7 163 less than a dollar; it might be a few cents, or nothing at all.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man7/
fsf-funding.7 170 less than a dollar; it might be a few cents, or nothing at all.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man7/
fsf-funding.7 163 less than a dollar; it might be a few cents, or nothing at all.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man7/
fsf-funding.7 163 less than a dollar; it might be a few cents, or nothing at all.
  /external/bluetooth/glib/docs/reference/glib/
regex-syntax.sgml 892 and dollar (described in the next section) in that they only ever match
896 which affect only the behaviour of the circumflex and dollar metacharacters.
927 <title>Circumflex and dollar</title>
948 A dollar character is an assertion that is true only if the current
950 before a newline at the end of the string (by default). Dollar need not
953 appears. Dollar has no special meaning in a character class.
957 The meaning of dollar can be changed so that it matches only at the
963 The meanings of the circumflex and dollar characters are changed if the
967 A dollar matches before any newlines in the string, as well as at the very
1011 and dollar, the only relationship being that they both involve newlin
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 72 "quotedbl", "numbersign", "dollar", "percent", "ampersand",

Completed in 609 milliseconds

1 2 3 4 5 6