Home
last modified time | relevance | path

Searched refs:isAlphanumeric (Results 1 - 4 of 4) sorted by relevance

/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrSegment.java101 if (!isAlphanumeric(text)) in makeAlphanumeric()
132 else if (isAlphanumeric(text)) in makeSegments()
187 public static boolean isAlphanumeric(CharSequence text) { in isAlphanumeric() method in QrSegment
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrSegment.java147 else if (isAlphanumeric(text)) in makeSegments()
207 public static boolean isAlphanumeric(String text) { in isAlphanumeric() method in QrSegment
/third_party/qrcodegen/cpp/
H A Dqrcodegen.hpp147 public: static bool isAlphanumeric(const char *text);
H A Dqrcodegen.cpp131 else if (isAlphanumeric(text)) in makeSegments()
206 bool QrSegment::isAlphanumeric(const char *text) { in isAlphanumeric() function in qrcodegen::QrSegment

Completed in 4 milliseconds