Home
last modified time | relevance | path

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

123

/third_party/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()
/third_party/icu/icu4c/source/common/
Ducnv_u7.cpp864 #define AMPERSAND 0x26 macro
872 #define inSetDIMAP(c) (isLegalIMAP(c) && c!=AMPERSAND)
965 } else if(b!=AMPERSAND) { in _IMAPToUnicodeWithOffsets()
1085 *target++=AMPERSAND; in _IMAPToUnicodeWithOffsets()
1105 bytes[0]=AMPERSAND; in _IMAPToUnicodeWithOffsets()
1142 bytes[0]=AMPERSAND; in _IMAPToUnicodeWithOffsets()
1216 } else if(c==AMPERSAND) { in _IMAPFromUnicodeWithOffsets()
1218 *target++=AMPERSAND; in _IMAPFromUnicodeWithOffsets()
1239 *target++=AMPERSAND; in _IMAPFromUnicodeWithOffsets()
/third_party/node/deps/icu-small/source/common/
Ducnv_u7.cpp864 #define AMPERSAND 0x26 macro
872 #define inSetDIMAP(c) (isLegalIMAP(c) && c!=AMPERSAND)
965 } else if(b!=AMPERSAND) { in _IMAPToUnicodeWithOffsets()
1085 *target++=AMPERSAND; in _IMAPToUnicodeWithOffsets()
1105 bytes[0]=AMPERSAND; in _IMAPToUnicodeWithOffsets()
1142 bytes[0]=AMPERSAND; in _IMAPToUnicodeWithOffsets()
1216 } else if(c==AMPERSAND) { in _IMAPFromUnicodeWithOffsets()
1218 *target++=AMPERSAND; in _IMAPFromUnicodeWithOffsets()
1239 *target++=AMPERSAND; in _IMAPFromUnicodeWithOffsets()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_u7.cpp864 #define AMPERSAND 0x26 macro
872 #define inSetDIMAP(c) (isLegalIMAP(c) && c!=AMPERSAND)
965 } else if(b!=AMPERSAND) { in _IMAPToUnicodeWithOffsets()
1085 *target++=AMPERSAND; in _IMAPToUnicodeWithOffsets()
1105 bytes[0]=AMPERSAND; in _IMAPToUnicodeWithOffsets()
1142 bytes[0]=AMPERSAND; in _IMAPToUnicodeWithOffsets()
1216 } else if(c==AMPERSAND) { in _IMAPFromUnicodeWithOffsets()
1218 *target++=AMPERSAND; in _IMAPFromUnicodeWithOffsets()
1239 *target++=AMPERSAND; in _IMAPFromUnicodeWithOffsets()
/third_party/node/deps/icu-small/source/i18n/
Dfuncrepl.cpp21 static const char16_t AMPERSAND = 38; // '&' variable
103 rule.append(AMPERSAND); in toReplacerPattern()
/third_party/icu/icu4c/source/i18n/
Dfuncrepl.cpp21 static const UChar AMPERSAND = 38; // '&' variable
103 rule.append(AMPERSAND); in toReplacerPattern()
/third_party/skia/third_party/externals/icu/source/i18n/
Dfuncrepl.cpp21 static const UChar AMPERSAND = 38; // '&' variable
103 rule.append(AMPERSAND); in toReplacerPattern()
/third_party/parse5/packages/parse5/lib/common/
Dunicode.ts21 AMPERSAND = 0x26, enumerator
/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts672 result = [$.AMPERSAND];
1065 case $.AMPERSAND: {
1089 case $.AMPERSAND: {
1889 case $.AMPERSAND: {
1918 case $.AMPERSAND: {
1951 case $.AMPERSAND: {
3023 this._flushCodePointConsumedAsCharacterReference($.AMPERSAND);
3043 this._flushCodePointConsumedAsCharacterReference($.AMPERSAND);
3083 this._flushCodePointConsumedAsCharacterReference($.AMPERSAND);
3098 this._flushCodePointConsumedAsCharacterReference($.AMPERSAND);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h178 AMPERSAND = 381, enumerator
Dglslang.l389 "&" { return(AMPERSAND); }
Dglslang.y184 %token <lex> LEFT_ANGLE RIGHT_ANGLE VERTICAL_BAR CARET AMPERSAND QUESTION
492 | and_expression AMPERSAND equality_expression {
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h234 AMPERSAND = 435, enumerator
Dglslang.y199 %token <lex> LEFT_ANGLE RIGHT_ANGLE VERTICAL_BAR CARET AMPERSAND QUESTION
490 | and_expression AMPERSAND equality_expression {
Dglslang.l445 "&" { return AMPERSAND; }
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h384 AMPERSAND = 594, enumerator
DScan.cpp813 case '&': return AMPERSAND; in tokenize()
/third_party/python/Tools/unicode/python-mappings/diff/
Djisx0213-2000-std.txt.diff104 -3-2175 U+0026 # AMPERSAND Fullwidth: U+FF06
109 +3-2175 U+FF06 # AMPERSAND Fullwidth: U+FF06
Djisx0213-2004-std.txt.diff113 -3-2175 U+0026 # AMPERSAND Fullwidth: U+FF06
118 +3-2175 U+FF06 # AMPERSAND Fullwidth: U+FF06
/third_party/skia/third_party/externals/icu/source/data/translit/
DFullwidth_Halfwidth.txt48 &↔'&'; # from FULLWIDTH AMPERSAND
/third_party/icu/icu4c/source/data/translit/
DFullwidth_Halfwidth.txt48 &↔'&'; # from FULLWIDTH AMPERSAND
/third_party/python/Tools/unicode/python-mappings/
DTIS-620.TXT75 0x26 0x0026 # AMPERSAND
DCP273.TXT81 0x50 0x0026 #AMPERSAND
DCP1140.TXT115 0x50 0x0026 #AMPERSAND
DKOI8-U.TXT73 0x26 0x0026 # AMPERSAND

123