Home
last modified time | relevance | path

Searched refs:KANJI (Results 1 - 9 of 9) sorted by relevance

/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrSegmentAdvanced.java108 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 DQrSegment.java285 KANJI (0x8, 8, 10, 12), enum constant
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrSegmentAdvanced.java106 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 DQrSegment.java306 KANJI (0x8, 8, 10, 12), enum constant
/third_party/qrcodegen/python/
H A Dqrcodegen-demo.py145 segs = [QrSegment(QrSegment.Mode.KANJI, len(kanjicharbits) // 13, kanjicharbits)]
H A Dqrcodegen.py868 KANJI : QrSegment.Mode
875 Mode.KANJI = Mode(0x8, ( 8, 10, 12))
/third_party/qrcodegen/cpp/
H A Dqrcodegen.hpp60 public: static const Mode KANJI; member in qrcodegen::final::final
H A DQrCodeGeneratorDemo.cpp160 {QrSegment(QrSegment::Mode::KANJI, static_cast<int>(kanjiChars.size()), bb)}, in doSegmentDemo()
H A Dqrcodegen.cpp65 const QrSegment::Mode QrSegment::Mode::KANJI (0x8, 8, 10, 12);

Completed in 9 milliseconds