Searched refs:char32 (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_htmlutils_google3.cc21 char32 entval = HtmlUtils::ReadEntity(src, len, tlen);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dunicodestring.h41 explicit UnicodeString(char32 codepoint) : cached_index_(-1) {
54 inline void append(char32 codepoint) {
70 int indexOf(char32 codepoint) const;
87 void setCharAt(int pos, char32 c);
106 char32 operator[](int index) const;
H A Dasyoutypeformatter.h65 const string& InputDigit(char32 next_char, string* result);
73 const string& InputDigitAndRememberPosition(char32 next_char, string* result);
112 void InputDigitWithOptionToRememberPosition(char32 next_char,
166 char NormalizeAndAccrueDigitsAndPlusSign(char32 next_char,
H A Dencoding_utils.h30 static inline int DecodeUTF8Char(const char* in, char32* out) {
H A Dunicodestring.cc49 int UnicodeString::indexOf(char32 codepoint) const {
73 void UnicodeString::setCharAt(int pos, char32 c) {
103 char32 UnicodeString::operator[](int index) const {
H A Dphonenumbermatcher.h161 static bool IsLatinLetter(char32 letter);
H A Dasyoutypeformatter.cc332 const string& AsYouTypeFormatter::InputDigit(char32 next_char, string* result) {
341 char32 next_char,
351 char32 next_char,
706 char32 next_char,
729 const char32 placeholder_codepoint = UnicodeString(kDigitPlaceholder)[0];
H A Dphonenumbermatcher.cc76 bool IsInvalidPunctuationSymbol(char32 character) {
392 bool PhoneNumberMatcher::IsLatinLetter(char32 letter) {
425 char32 previous_char;
439 char32 next_char;
H A Dphonenumberutil.cc276 char32 ToUnicodeCodepoint(const char* unicode_char) {
277 char32 codepoint;
324 void NormalizeHelper(const map<char32, char>& normalization_replacements,
335 map<char32, char>::const_iterator found_glyph_pair =
436 map<char32, char> lower_case_mappings;
437 map<char32, char> alpha_letters;
438 for (map<char32, char>::const_iterator it = alpha_mappings_.begin();
444 char32 letter_as_lower = static_cast<char32>(tolower(letter_as_upper));
512 map<char32, cha
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunilib.cc39 inline bool IsInterchangeValidCodepoint(char32 c) {
49 char32 rune;
H A Dunilib.h28 // The char32 routines are here only for convenience; they convert to UTF-8
42 inline bool IsValidCodepoint(char32 c) {
H A Dunicodetext.h44 // operator (*) returns a codepoint (char32). The iterator is a
125 typedef char32 value_type;
155 void push_back(char32 codepoint);
159 // convertible to char32. Typical uses of this method might include:
160 // char32 chars[] = {0x1, 0x2, ...};
161 // vector<char32> more_chars = ...;
185 typedef char32 value_type;
188 typedef const char32 reference; // (Needed for const_reverse_iterator)
197 char32 operator*() const; // Dereference
H A Dunicodetext.cc88 char32 rune;
362 void UnicodeText::push_back(char32 c) {
438 char32 UnicodeText::const_iterator::operator*() const {
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dbasictypes.h106 typedef signed int char32; typedef
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h95 typedef signed int char32; typedef in namespace:i18n::phonenumbers
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h63 typedef signed int char32; typedef
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc367 char32 rune = 0;
384 char32 rune = 0;
390 char32 newrune = (rune << 4) + hex_digit_to_int(*++p);
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc329 char32 rune = 0;
346 char32 rune = 0;
352 char32 newrune = (rune << 4) + hex_digit_to_int(*++p);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp2964 UChar32 char32 = 0; local
2987 char32 = U16_GET_SUPPLEMENTARY(ch, trail);
2990 char32 = ch;
2993 char32 = ch;
2996 char32 = ch;
2998 digVal = u_charDigitValue(char32);
3069 char32 = U16_GET_SUPPLEMENTARY(ch, trail);
3072 char32 = ch;
3076 char32 = ch;
3079 if ((digVal = u_charDigitValue(char32))
3723 UChar32 char32 = 0; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp1496 UChar32 char32 = 0x0054; local
1498 if (fn2.isInert(char32)) {
1502 if (fn2.hasBoundaryAfter(char32)) {
/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp1496 UChar32 char32 = 0x0054; local
1498 if (fn2.isInert(char32)) {
1502 if (fn2.hasBoundaryAfter(char32)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1630 milliseconds