| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| sgmllib.py | 403 def convert_codepoint(self, codepoint): 404 return chr(codepoint)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| sgmllib.py | 403 def convert_codepoint(self, codepoint): 404 return chr(codepoint)
|
| /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
| unicodetext.h | 35 // codepoint values. It has default, copy, and assignment constructors. 37 // iterators, or from a single codepoint. 44 // operator (*) returns a codepoint (char32). The iterator is a 152 // Add a codepoint to the end of the text. 153 // If the codepoint is not interchange-valid, add a space instead 155 void push_back(char32 codepoint); 229 // Store the UTF-8 encoding of the current codepoint into buf, 297 // structurally invalid byte and each interchange-invalid codepoint 394 // space. Each codepoint that is interchange-invalid will also be 395 // replaced with a space, even if the codepoint was represented with [all...] |
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| hb-ot-shape-complex-indic.cc | 179 hb_codepoint_t u = info.codepoint; 677 hb_codepoint_t consonant = buffer->info[i].codepoint; 728 hb_codepoint_t glyphs[2] = {info[start].codepoint, info[start + 1].codepoint}; [all...] |
| hb-ot-shape-complex-arabic.cc | 273 unsigned int this_type = get_joining_type (buffer->info[i].codepoint, _hb_glyph_info_get_general_category (&buffer->info[i]));
|
| hb-uniscribe.cc | 750 hb_codepoint_t c = buffer->info[i].codepoint; 771 hb_codepoint_t c = buffer->info[i].codepoint; 989 info->codepoint = glyphs[i];
|
| hb-ot-layout.cc | 844 if (accel.digest.may_have (buffer->cur().codepoint) && 867 if (accel.digest.may_have (buffer->cur().codepoint) &&
|
| /external/chromium/base/ |
| file_path.cc | 1045 int codepoint = 0; local [all...] |
| /external/chromium_org/base/files/ |
| file_path.cc | 1136 int codepoint = 0; local [all...] |
| /external/icu4c/samples/ucnv/ |
| convsamp.cpp | 381 UChar32 codepoint; member in struct:__anon18953 424 info[p].codepoint = p;
|
| /external/harfbuzz_ng/src/ |
| hb-ot-shape-complex-arabic.cc | 267 unsigned int this_type = get_joining_type (buffer->info[i].codepoint, _hb_glyph_info_get_general_category (&buffer->info[i]));
|
| /external/harfbuzz_ng/util/ |
| helper-cairo.cc | 430 l->glyphs[i].index = hb_glyph[i].codepoint;
|
| options.cc | 616 g_string_append_printf (gs, "U+%04X", info->codepoint);
|
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| cucdtst.c | 1399 const int32_t codepoint[]={ local [all...] |
| /external/icu4c/test/cintltst/ |
| cucdtst.c | 1523 const int32_t codepoint[]={ local [all...] |
| /frameworks/base/core/java/android/text/ |
| Html.java | 399 int codepoint = 0x010000 | (int) c - 0xD800 << 10 | (int) d - 0xDC00; local 400 out.append("&#").append(codepoint).append(";");
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| usearch.cpp | 895 UChar32 codepoint; local 1335 UChar32 codepoint = 0; local [all...] |
| /external/icu4c/i18n/ |
| usearch.cpp | 895 UChar32 codepoint; local 1335 UChar32 codepoint = 0; local [all...] |
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| testidna.cpp | 1353 int32_t codepoint = rand_uni(); local [all...] |
| /external/icu4c/test/intltest/ |
| testidna.cpp | 1353 int32_t codepoint = rand_uni(); local [all...] |
| /external/chromium_org/third_party/libxml/src/ |
| parser.c | 10640 int codepoint; local [all...] |
| /external/libxml2/ |
| parser.c | 10661 int codepoint; local [all...] |
| /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/ |
| icu4j-2.6.1.jar | |
| /external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
| phonenumberutil.cc | 277 char32 codepoint; local 278 EncodingUtils::DecodeUTF8Char(unicode_char, &codepoint); 279 return codepoint; 283 // extensions, allowing the one-codepoint extension symbols provided by [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
| HarfBuzzShaper.cpp | 730 uint16_t glyph = glyphInfos[i].codepoint; [all...] |