Home
last modified time | relevance | path

Searched refs:AMPERSAND (Results 1 – 25 of 72) sorted by relevance

123

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF7.java78 private static final byte AMPERSAND=0x26; field in CharsetUTF7
98 (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()
/external/icu/icu4c/source/common/
Ducnv_u7.c861 #define AMPERSAND 0x26 macro
869 #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()
/external/icu/icu4c/source/i18n/
Dfuncrepl.cpp21 static const UChar AMPERSAND = 38; // '&' variable
103 rule.append(AMPERSAND); in toReplacerPattern()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DAssignTokenTypesWalker.g218 ( ^(AMPERSAND .*) )* // skip actions
223 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION )
306 ( ^(AMPERSAND .*) )*
325 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* )
DTreeToNFAConverter.g197 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION )
207 ( ^(AMPERSAND .*) )* // skip actions
227 ( ^(AMPERSAND .*) )*
277 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* )
680 ( ^(AMPERSAND .*) )*
817 ( ^(AMPERSAND .*) )*
DDefineGrammarItemsWalker.g141 : ^(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);}
DANTLRTreePrinter.g168 : ^( AMPERSAND id1=ID
274 : ^(AMPERSAND id=ID a=ACTION )
DLeftRecursiveRuleWalker.g122 (^(AMPERSAND .*))*
DCodeGenTreeWalker.g339 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION )
361 ( ^(AMPERSAND .*) )*
427 ( ^(AMPERSAND .*) )*
526 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* )
DANTLR.g484 : AMPERSAND^ (actionScopeName COLON! COLON!)? id ACTION
614 : AMPERSAND^ id ACTION
1094 AMPERSAND : '@';
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Dserialize.g83 (AMPERSAND)* // skip actions
149 (AMPERSAND)*
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h178 AMPERSAND = 381, enumerator
Dglslang.l399 "&" { return(AMPERSAND); }
Dglslang.y184 %token <lex> LEFT_ANGLE RIGHT_ANGLE VERTICAL_BAR CARET AMPERSAND QUESTION
491 | and_expression AMPERSAND equality_expression {
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtokenization.txt80 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 the
1009 immediately after the U+0026 AMPERSAND character):
1016 U+0026 AMPERSAND
1137 all the characters that were matched after the U+0026 AMPERSAND
/external/syslinux/codepage/
Dcp874.txt57 0x26 0x0026 #AMPERSAND
Dcp1255.txt57 0x26 0x0026 #AMPERSAND
Diso8859-6.txt88 0x26 0x0026 # AMPERSAND
Diso8859-8.txt88 0x26 0x0026 # AMPERSAND
Dcp1251.txt57 0x26 0x0026 #AMPERSAND
Dcp1256.txt57 0x26 0x0026 #AMPERSAND
Dcp1253.txt57 0x26 0x0026 #AMPERSAND
Dcp866.txt56 0x26 0x0026 #AMPERSAND
Dcp850.txt56 0x26 0x0026 #AMPERSAND
/external/icu/icu4c/source/data/translit/
DFullwidth_Halfwidth.txt47 &↔'&'; # from FULLWIDTH AMPERSAND

123