/external/icu/icu4c/source/test/intltest/ |
quantityformattertest.cpp | 58 fmt.addIfAbsent("one", "{0} pound", status)); 71 " pound"); 87 " pound"); 105 " pound"); 122 "1 pound",
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
entities02.dat | 152 <div bar="ZZ£_id=23"></div> 172 <div bar="ZZ£=23"></div> 179 | bar="ZZ£=23" 212 <div>ZZ£_id=23</div> 232 <div>ZZ£=23</div>
|
/libcore/luni/src/test/resources/ |
recipe.xml | 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
|
recipe1.xml | 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
|
recipt.xml | 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
|
reciptWrong.xml | 7 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
|
systemid.xml | 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
|
/frameworks/native/cmds/installd/ |
file_parsing.h | 44 // Is this a comment (starts with pound)?
|
/packages/apps/PhoneCommon/res/layout/ |
dialpad_key_pound.xml | 18 android:id="@+id/pound"
|
/packages/apps/PhoneCommon/res/layout-land/ |
dialpad_key_pound.xml | 18 android:id="@+id/pound"
|
/packages/inputmethods/LatinIME/java/res/xml/ |
key_styles_currency_dollar.xml | 22 <!-- U+00A3: "£" POUND SIGN
|
key_styles_currency_generic.xml | 22 <!-- U+00A3: "£" POUND SIGN
|
key_styles_currency_euro.xml | 24 U+00A3: "£" POUND SIGN
|
key_styles_currency.xml | 116 U+00A3: "£" POUND SIGN 137 <!-- GB: United Kingdom (Pound) --> 139 <!-- U+00A3: "£" POUND SIGN
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
DialpadView.java | 82 R.id.pound}; 170 if (mButtonIds[i] == R.id.pound) { 335 } else if (buttonId == R.id.pound) { 373 } else if (buttonId == R.id.nine || buttonId == R.id.pound) { 398 } else if (buttonId == R.id.zero || buttonId == R.id.pound) { 424 || buttonId == R.id.pound) { 435 || buttonId == R.id.pound) { 445 } else if (buttonId == R.id.star || buttonId == R.id.zero || buttonId == R.id.pound) {
|
DialpadTextView.java | 27 * This is a custom text view intended only for rendering the numerals (and star and pound) on the
|
/external/nist-sip/java/gov/nist/core/ |
Separators.java | 52 public static final String POUND = "#";
|
/external/replicaisland/res/values/ |
arrays.xml | 22 <item>POUND</item>
|
/external/icu/icu4c/source/test/cintltst/ |
ccurrtst.c | 51 { 0x00A3, 0x0000}, /*00A3; L; [14 3C, 03, 03] # [082E.0020.0002] # POUND SIGN*/ 52 { 0xFFE1, 0x0000}, /*FFE1; L; [14 3C, 03, 05] # [082E.0020.0003] # FULLWIDTH POUND SIGN*/ 94 { 0x00a3, 0x0000}, /* pound */
|
/external/doclava/src/com/google/doclava/ |
LinkReference.java | 89 int pound = -1; local 116 if (pound < 0) { 117 pound = index; 141 if (pound == 0) { 144 } else if (pound > 0) { 145 ref = text.substring(0, pound); 146 mem = text.substring(pound + 1, linkend);
|
/external/llvm/utils/vim/ |
vimrc | 171 let l:pound = stridx(l:value, "#") 173 if l:pound != -1 174 let l:value = l:value[:l:pound-2]
|
/device/linaro/hikey/ |
hikey.kl | 45 key 228 POUND
|
/external/libvterm/src/encoding/ |
DECdrawing.tbl | 30 7/13 = U+00A3 # POUND SIGN
|
/frameworks/base/data/keyboards/ |
qwerty.kl | 43 key 228 POUND
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
color1-expected-completion46b.txt | 20 android:color : Hexadeximal color. Required. The color is specified with an RGB value and optional alpha channel. The value always begins with a pound (#) character and then followed by the Alpha-Red-Green-Blue information in one of the following formats: * RGB * ARGB * RRGGBB * AARRGGBB
|