Searched refs:KANJI (Results 1 - 9 of 9) sorted by relevance
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
H A D | QrSegmentAdvanced.java | 108 final Mode[] modeTypes = {Mode.BYTE, Mode.ALPHANUMERIC, Mode.NUMERIC, Mode.KANJI}; // Do not modify in computeCharacterModes() 212 else if (curMode == Mode.KANJI) in splitIntoSegments() 271 return new QrSegment(Mode.KANJI, text.length(), bb); in makeKanji()
|
H A D | QrSegment.java | 285 KANJI (0x8, 8, 10, 12), enum constant
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | QrSegmentAdvanced.java | 106 final Mode[] modeTypes = {Mode.BYTE, Mode.ALPHANUMERIC, Mode.NUMERIC, Mode.KANJI}; // Do not modify in computeCharacterModes() 204 else if (curMode == Mode.KANJI) in splitIntoSegments() 263 return new QrSegment(Mode.KANJI, text.length(), bb.data, bb.bitLength); in makeKanji()
|
H A D | QrSegment.java | 306 KANJI (0x8, 8, 10, 12), enum constant
|
/third_party/qrcodegen/python/ |
H A D | qrcodegen-demo.py | 145 segs = [QrSegment(QrSegment.Mode.KANJI, len(kanjicharbits) // 13, kanjicharbits)]
|
H A D | qrcodegen.py | 868 KANJI : QrSegment.Mode 875 Mode.KANJI = Mode(0x8, ( 8, 10, 12))
|
/third_party/qrcodegen/cpp/ |
H A D | qrcodegen.hpp | 60 public: static const Mode KANJI; member in qrcodegen::final::final
|
H A D | QrCodeGeneratorDemo.cpp | 160 {QrSegment(QrSegment::Mode::KANJI, static_cast<int>(kanjiChars.size()), bb)}, in doSegmentDemo()
|
H A D | qrcodegen.cpp | 65 const QrSegment::Mode QrSegment::Mode::KANJI (0x8, 8, 10, 12);
|
Completed in 9 milliseconds