/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetUTF7.java | 78 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/skia/third_party/externals/icu/source/i18n/ |
D | funcrepl.cpp | 21 static const UChar AMPERSAND = 38; // '&' variable 103 rule.append(AMPERSAND); in toReplacerPattern()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | funcrepl.cpp | 21 static const UChar AMPERSAND = 38; // '&' variable 103 rule.append(AMPERSAND); in toReplacerPattern()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | funcrepl.cpp | 21 static const UChar AMPERSAND = 38; // '&' variable 103 rule.append(AMPERSAND); in toReplacerPattern()
|
/third_party/icu/icu4c/source/i18n/ |
D | funcrepl.cpp | 21 static const UChar AMPERSAND = 38; // '&' variable 103 rule.append(AMPERSAND); in toReplacerPattern()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_u7.cpp | 864 #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/icu/icu4c/source/common/ |
D | ucnv_u7.cpp | 864 #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/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_u7.cpp | 864 #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/ |
D | ucnv_u7.cpp | 864 #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/parse5/packages/parse5/lib/common/ |
D | unicode.js | 53 AMPERSAND: 0x26, property
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 178 AMPERSAND = 381, enumerator
|
D | glslang.l | 389 "&" { return(AMPERSAND); }
|
D | glslang.y | 184 %token <lex> LEFT_ANGLE RIGHT_ANGLE VERTICAL_BAR CARET AMPERSAND QUESTION 492 | and_expression AMPERSAND equality_expression {
|
/third_party/parse5/packages/parse5/lib/tokenizer/ |
D | index.js | 592 } else if (cp === $.AMPERSAND) { 610 if (cp === $.AMPERSAND) { 1267 } else if (cp === $.AMPERSAND) { 1286 } else if (cp === $.AMPERSAND) { 1305 } else if (cp === $.AMPERSAND) { 2008 this.tempBuff = [$.AMPERSAND]; 2029 this.tempBuff = [$.AMPERSAND];
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.h | 234 AMPERSAND = 435, enumerator
|
D | glslang.y | 199 %token <lex> LEFT_ANGLE RIGHT_ANGLE VERTICAL_BAR CARET AMPERSAND QUESTION 490 | and_expression AMPERSAND equality_expression {
|
/third_party/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 384 AMPERSAND = 594, enumerator
|
/third_party/python/Tools/unicode/python-mappings/diff/ |
D | jisx0213-2000-std.txt.diff | 104 -3-2175 U+0026 # AMPERSAND Fullwidth: U+FF06 109 +3-2175 U+FF06 # AMPERSAND Fullwidth: U+FF06
|
D | jisx0213-2004-std.txt.diff | 113 -3-2175 U+0026 # AMPERSAND Fullwidth: U+FF06 118 +3-2175 U+FF06 # AMPERSAND Fullwidth: U+FF06
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang.y | 193 %token <lex> LEFT_ANGLE RIGHT_ANGLE VERTICAL_BAR CARET AMPERSAND QUESTION 484 | and_expression AMPERSAND equality_expression {
|
D | glslang.l | 413 "&" { return AMPERSAND; }
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Fullwidth_Halfwidth.txt | 47 &↔'&'; # from FULLWIDTH AMPERSAND
|
/third_party/icu/icu4c/source/data/translit/ |
D | Fullwidth_Halfwidth.txt | 48 &↔'&'; # from FULLWIDTH AMPERSAND
|
/third_party/python/Tools/unicode/python-mappings/ |
D | TIS-620.TXT | 75 0x26 0x0026 # AMPERSAND
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Fullwidth_Halfwidth.txt | 48 &↔'&'; # from FULLWIDTH AMPERSAND
|