/external/qemu/pc-bios/keymaps/ |
lt | 22 ampersand 0x08 shift
|
nl | 15 ampersand 0x07 shift
|
sv | 26 ampersand 0x7 shift
|
fi | 19 ampersand 0x07 shift 82 ampersand 0x25 shift altgr
|
hr | 19 ampersand 0x07 shift 83 ampersand 0x25 shift altgr
|
tr | 18 ampersand 0x07 shift 82 ampersand 0x25 shift altgr
|
pt-br | 21 ampersand 0x08 shift
|
ar | 10 ampersand 0x08 shift
|
es | 17 ampersand 0x07 shift
|
hu | 41 ampersand 0x2e altgr
|
ja | 17 ampersand 0x07 shift
|
mk | 12 ampersand 0x08 shift
|
da | 19 ampersand 0x07 shift
|
de | 19 ampersand 0x07 shift
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
TextViewWordLimitsTest.java | 197 final String PUNCTUATION_OTHER = "b&b"; // Ampersand 260 SpannableString textPunctOther = new SpannableString("b&b"); // Ampersand 278 // Ampersand part of selection or not
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
AssignTokenTypesWalker.g | 218 ( ^(AMPERSAND .*) )* // skip actions 223 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION ) 306 ( ^(AMPERSAND .*) )* 325 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* )
|
DefineGrammarItemsWalker.g | 141 : ^(AMPERSAND ID ACTION) 168 : ^(amp=AMPERSAND id1=ID 264 : ^(amp=AMPERSAND id=ID a=ACTION ) {if (r!=null) r.defineNamedAction($amp,$id,$a);} 343 : ^(amp=AMPERSAND id=ID a=ACTION ) // {r.defineAction(#amp,#id,#a);}
|
/external/markdown/tests/misc/ |
benchmark.dat | 5 ampersand:0.010000:0.000000
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
serialize.g | 83 (AMPERSAND)* // skip actions 149 (AMPERSAND)*
|
/external/icu4c/test/intltest/ |
allcoll.cpp | 25 UnicodeString newRules("& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "); 31 UnicodeString ruleset("& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 ");
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang_tab.h | 131 AMPERSAND = 347, 225 #define AMPERSAND 347
|
/external/icu4c/common/ |
ucnv_u7.c | 856 #define AMPERSAND 0x26 864 #define inSetDIMAP(c) (isLegalIMAP(c) && c!=AMPERSAND) [all...] |
/bionic/libc/regex/ |
cname.h | 92 { "ampersand", '&' },
|
/external/icu4c/test/cintltst/ |
cg7coll.c | 25 * Sample Rules: & Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&' 120 /* new table collation with rules "& Question-mark ; ? & Hash-mark ; # & Ampersand ; '&' " loop to TOTALTESTSET */ 255 static const char rules[] = "& Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'"; 261 log_verbose("Demo Test 3 : Create a new table collation with rules \"& Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'\" \n");
|
/external/llvm/lib/Support/ |
regcname.h | 92 { "ampersand", '&' },
|