Home
last modified time | relevance | path

Searched refs:HIGH (Results 1 - 14 of 14) sorted by relevance

/third_party/qrcodegen/python/
H A Dqrcodegen-demo.py61 qr = QrCode.encode_text("DOLLAR-AMOUNT:$39.87 PERCENTAGE:100.00% OPERATIONS:+-*/", QrCode.Ecc.HIGH)
76 "a White Rabbit with pink eyes ran close by her.", QrCode.Ecc.HIGH)
155 print_qr(QrCode.encode_segments(segs, QrCode.Ecc.HIGH, mask=-1)) # Automatic mask
156 print_qr(QrCode.encode_segments(segs, QrCode.Ecc.HIGH, mask=3)) # Force mask 3
H A Dqrcodegen.py101 for newecl in (QrCode.Ecc.MEDIUM, QrCode.Ecc.QUARTILE, QrCode.Ecc.HIGH): # From low to high
652 HIGH : QrCode.Ecc
658 Ecc.HIGH = Ecc(3, 2) # The QR Code can tolerate about 30% erroneous codewords
/third_party/qrcodegen/cpp/
H A DQrCodeGeneratorDemo.cpp83 const QrCode qr1 = QrCode::encodeText("DOLLAR-AMOUNT:$39.87 PERCENTAGE:100.00% OPERATIONS:+-*/", QrCode::Ecc::HIGH); in doVarietyDemo()
99 "a White Rabbit with pink eyes ran close by her.", QrCode::Ecc::HIGH); in doVarietyDemo()
170 printQr(QrCode::encodeSegments(segs0, QrCode::Ecc::HIGH, QrCode::MIN_VERSION, QrCode::MAX_VERSION, -1, true)); // Automatic mask in doMaskDemo()
171 printQr(QrCode::encodeSegments(segs0, QrCode::Ecc::HIGH, QrCode::MIN_VERSION, QrCode::MAX_VERSION, 3, true)); // Force mask 3 in doMaskDemo()
H A Dqrcodegen.hpp247 HIGH , // The QR Code can tolerate about 30% erroneous codewords member in qrcodegen::final::Ecc
H A Dqrcodegen.cpp241 case Ecc::HIGH : return 2; in getFormatBits()
285 for (Ecc newEcl : {Ecc::MEDIUM, Ecc::QUARTILE, Ecc::HIGH}) { // From low to high in encodeSegments()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java313 private static final int HIGH = 0x110000; // HIGH > all valid values. 10000 for code units. field in UnicodeSet
322 /** Max list [0, 1, 2, ..., max code point, HIGH] */
323 private static final int MAX_LENGTH = HIGH + 1;
335 public static final int MAX_VALUE = HIGH - 1;
338 private int[] list; // MUST be terminated with HIGH
373 list[0] = HIGH; in UnicodeSet()
427 list[i] = HIGH; // terminate in UnicodeSet()
819 // Invariant: list[len-1] == HIGH == MAX_VALUE + 1 in appendNewPattern()
1244 // Odd list length: [..., lastStart, lastLimit, HIGH] in add_unchecked()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java307 private static final int HIGH = 0x110000; // HIGH > all valid values. 10000 for code units. field in UnicodeSet
316 /** Max list [0, 1, 2, ..., max code point, HIGH] */
317 private static final int MAX_LENGTH = HIGH + 1;
327 public static final int MAX_VALUE = HIGH - 1;
330 private int[] list; // MUST be terminated with HIGH
364 list[0] = HIGH; in UnicodeSet()
415 list[i] = HIGH; // terminate in UnicodeSet()
1177 // Odd list length: [..., lastStart, lastLimit, HIGH] in add_unchecked()
1186 if (limit == HIGH) { in add_unchecked()
[all...]
/third_party/qrcodegen/java/
H A DQrCodeGeneratorDemo.java82 qr = QrCode.encodeText("DOLLAR-AMOUNT:$39.87 PERCENTAGE:100.00% OPERATIONS:+-*/", QrCode.Ecc.HIGH); in doVarietyDemo()
97 + "a White Rabbit with pink eyes ran close by her.", QrCode.Ecc.HIGH); in doVarietyDemo()
151 qr = QrCode.encodeSegments(segs, QrCode.Ecc.HIGH, QrCode.MIN_VERSION, QrCode.MAX_VERSION, -1, true); // Automatic mask in doMaskDemo()
153 qr = QrCode.encodeSegments(segs, QrCode.Ecc.HIGH, QrCode.MIN_VERSION, QrCode.MAX_VERSION, 3, true); // Force mask 3 in doMaskDemo()
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCodeGeneratorDemo.java81 qr = QrCode.encodeText("DOLLAR-AMOUNT:$39.87 PERCENTAGE:100.00% OPERATIONS:+-*/", QrCode.Ecc.HIGH); in doVarietyDemo()
96 + "a White Rabbit with pink eyes ran close by her.", QrCode.Ecc.HIGH); in doVarietyDemo()
150 qr = QrCode.encodeSegments(segs, QrCode.Ecc.HIGH, QrCode.MIN_VERSION, QrCode.MAX_VERSION, -1, true); // Automatic mask in doMaskDemo()
152 qr = QrCode.encodeSegments(segs, QrCode.Ecc.HIGH, QrCode.MIN_VERSION, QrCode.MAX_VERSION, 3, true); // Force mask 3 in doMaskDemo()
H A DQrCode.java584 /** The QR Code can tolerate about 30% erroneous codewords. */ HIGH(2); enum constant
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y157 %token LOW_HIGH LOW HIGH GLBLUB
239 | DEFAULT_RANGE names SOURCE HIGH ';'
245 | DEFAULT_RANGE names TARGET HIGH ';'
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java808 /** The QR Code can tolerate about 30% erroneous codewords. */ HIGH(2); enum constant
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dduration_test.cc1203 #define ROUND_TRIP_UNIT(U, LOW, HIGH) \ in TEST()
1205 for (int64_t i = LOW; i < HIGH; ++i) { \ in TEST()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 20 milliseconds