Searched refs:AMPERSAND (Results 1 – 25 of 72) sorted by relevance
123
78 private static final byte AMPERSAND=0x26; field in CharsetUTF798 (isLegal(c, true) && c != AMPERSAND) in inSetDIMAP()242 } else if ((!useIMAP && b!=PLUS) || (useIMAP && b!=AMPERSAND)) { in decodeLoop()410 target.put(useIMAP ? (char)AMPERSAND : (char)PLUS); in decodeLoop()429 toUBytesArray[0]=AMPERSAND; in decodeLoop()453 toUBytesArray[0]=AMPERSAND; in decodeLoop()535 } else if ((!useIMAP && c==PLUS) || (useIMAP && c==AMPERSAND)) { in encodeLoop()538 target.put(useIMAP ? AMPERSAND : PLUS); in encodeLoop()559 target.put(useIMAP ? AMPERSAND : PLUS); in encodeLoop()
861 #define AMPERSAND 0x26 macro869 #define inSetDIMAP(c) (isLegalIMAP(c) && c!=AMPERSAND)961 } else if(b!=AMPERSAND) { in _IMAPToUnicodeWithOffsets()1081 *target++=AMPERSAND; in _IMAPToUnicodeWithOffsets()1101 bytes[0]=AMPERSAND; in _IMAPToUnicodeWithOffsets()1138 bytes[0]=AMPERSAND; in _IMAPToUnicodeWithOffsets()1212 } else if(c==AMPERSAND) { in _IMAPFromUnicodeWithOffsets()1214 *target++=AMPERSAND; in _IMAPFromUnicodeWithOffsets()1235 *target++=AMPERSAND; in _IMAPFromUnicodeWithOffsets()
21 static const UChar AMPERSAND = 38; // '&' variable103 rule.append(AMPERSAND); in toReplacerPattern()
218 ( ^(AMPERSAND .*) )* // skip actions223 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION )306 ( ^(AMPERSAND .*) )*325 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* )
197 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION )207 ( ^(AMPERSAND .*) )* // skip actions227 ( ^(AMPERSAND .*) )*277 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* )680 ( ^(AMPERSAND .*) )*817 ( ^(AMPERSAND .*) )*
141 : ^(AMPERSAND ID ACTION)168 : ^(amp=AMPERSAND id1=ID264 : ^(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);}
168 : ^( AMPERSAND id1=ID274 : ^(AMPERSAND id=ID a=ACTION )
122 (^(AMPERSAND .*))*
339 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION )361 ( ^(AMPERSAND .*) )*427 ( ^(AMPERSAND .*) )*526 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* )
484 : AMPERSAND^ (actionScopeName COLON! COLON!)? id ACTION614 : AMPERSAND^ id ACTION1094 AMPERSAND : '@';
83 (AMPERSAND)* // skip actions149 (AMPERSAND)*
178 AMPERSAND = 381, enumerator
399 "&" { return(AMPERSAND); }
184 %token <lex> LEFT_ANGLE RIGHT_ANGLE VERTICAL_BAR CARET AMPERSAND QUESTION491 | and_expression AMPERSAND equality_expression {
80 U+0026 AMPERSAND (&)131 If nothing is returned, emit a U+0026 AMPERSAND character token.391 U+0026 AMPERSAND (&)420 U+0026 AMPERSAND (&)440 U+0026 AMPERSAND (&)462 U+0026 AMPERSAND (&)486 If nothing is returned, append a U+0026 AMPERSAND character to the1009 immediately after the U+0026 AMPERSAND character):1016 U+0026 AMPERSAND1137 all the characters that were matched after the U+0026 AMPERSAND
57 0x26 0x0026 #AMPERSAND
88 0x26 0x0026 # AMPERSAND
56 0x26 0x0026 #AMPERSAND
47 &↔'&'; # from FULLWIDTH AMPERSAND