Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd_send_sms/pdu_format_builder.h"
#include <algorithm>
#include <codecvt>
#include <cstddef>
#include <iomanip>
#include <iostream>
#include <map>
#include <regex>
#include <sstream>
#include <vector>
#include "android-base/logging.h"
#include "unicode/uchriter.h"
#include "unicode/unistr.h"
#include "unicode/ustring.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{pdu_format_builder.cc} |
Functions | |
static std::string | cuttlefish::anonymous_namespace{pdu_format_builder.cc}::Gsm7bitEncode (const std::string &input) |
static bool | cuttlefish::anonymous_namespace{pdu_format_builder.cc}::IsValidE164PhoneNumber (const std::string &number) |
static std::string | cuttlefish::anonymous_namespace{pdu_format_builder.cc}::SemiOctetsEncode (const std::string &input) |
static std::string | cuttlefish::anonymous_namespace{pdu_format_builder.cc}::DecimalToHexString (int number) |
Variables | |
const std::vector< std::string > | cuttlefish::anonymous_namespace{pdu_format_builder.cc}::kGSM7BitDefaultAlphabet |