/external/icu4c/common/ |
ucnv_ct.c | 104 #define isASCIIRange(codepoint) \ 105 ((codepoint == 0x0000) || (codepoint == 0x0009) || (codepoint == 0x000A) || \ 106 (codepoint >= 0x0020 && codepoint <= 0x007f) || (codepoint >= 0x00A0 && codepoint <= 0x00FF)) 108 #define isIBM915(codepoint) \ 109 ((codepoint >= 0x0401 && codepoint <= 0x045F) || (codepoint == 0x2116) [all...] |
usetiter.cpp | 41 * if so, if codepoint == IS_STRING, the value is a string in the string field 42 * else the value is a single code point in the codepoint field. 49 codepoint = codepointEnd = nextElement++; 55 codepoint = codepointEnd = nextElement++; 61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 68 * if so, if codepoint == IS_STRING, the value is a string in the string field 69 * else the value is a range of codepoints in the <codepoint, codepointEnd> fields. 81 codepoint = nextElement; 88 codepoint = nextElement; 94 codepoint = (UChar32)IS_STRING; // signal that value is actually a strin [all...] |
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
return_unicode.js | 1 // U+200B is the codepoint for zero-width-space.
|
/external/chromium-libpac/test/js-unittest/ |
return_unicode.js | 1 // U+200B is the codepoint for zero-width-space.
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
return_unicode.js | 1 // U+200B is the codepoint for zero-width-space.
|
/external/chromium_org/third_party/icu/source/common/ |
usetiter.cpp | 41 * if so, if codepoint == IS_STRING, the value is a string in the string field 42 * else the value is a single code point in the codepoint field. 49 codepoint = codepointEnd = nextElement++; 55 codepoint = codepointEnd = nextElement++; 61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 68 * if so, if codepoint == IS_STRING, the value is a string in the string field 69 * else the value is a range of codepoints in the <codepoint, codepointEnd> fields. 81 codepoint = nextElement; 88 codepoint = nextElement; 94 codepoint = (UChar32)IS_STRING; // signal that value is actually a strin [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
unicodestring.h | 40 // Constructs a new unicode string containing the provided codepoint. 41 explicit UnicodeString(char32 codepoint) : cached_index_(-1) { 42 append(codepoint); 54 inline void append(char32 codepoint) { 56 text_.push_back(codepoint); 69 // Returns the index of the provided codepoint or -1 if not found. 70 int indexOf(char32 codepoint) const;
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
usetiter.h | 66 * Value of <tt>codepoint</tt> if the iterator points to a string. 67 * If <tt>codepoint == IS_STRING</tt>, then examine 78 UChar32 codepoint; member in class:UnicodeSetIterator 83 * iteration range, if <tt>codepoint != IS_STRING</tt>. If 85 * <tt>codepoint == IS_STRING</tt>, then the value of 92 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points 93 * to the current string. If <tt>codepoint != IS_STRING</tt>, the 129 * Elements of types string and codepoint can both be retrieved 131 * Elements of type codepoint can also be retrieved with 133 * For ranges, <tt>getCodepoint()</tt> returns the starting codepoint [all...] |
/external/icu4c/common/unicode/ |
usetiter.h | 66 * Value of <tt>codepoint</tt> if the iterator points to a string. 67 * If <tt>codepoint == IS_STRING</tt>, then examine 78 UChar32 codepoint; member in class:UnicodeSetIterator 83 * iteration range, if <tt>codepoint != IS_STRING</tt>. If 85 * <tt>codepoint == IS_STRING</tt>, then the value of 92 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points 93 * to the current string. If <tt>codepoint != IS_STRING</tt>, the 129 * Elements of types string and codepoint can both be retrieved 131 * Elements of type codepoint can also be retrieved with 133 * For ranges, <tt>getCodepoint()</tt> returns the starting codepoint [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-fallback-shape.cc | 107 if (buffer->unicode->is_default_ignorable (buffer->info[i].codepoint)) { 108 buffer->info[i].codepoint = space; 113 font->get_glyph (buffer->info[i].codepoint, 0, &buffer->info[i].codepoint); 114 font->get_glyph_advance_for_direction (buffer->info[i].codepoint, 118 font->subtract_glyph_origin_for_direction (buffer->info[i].codepoint,
|
hb-set.cc | 191 * @codepoint: 201 hb_codepoint_t codepoint) 203 return set->has (codepoint); 209 * @codepoint: 217 hb_codepoint_t codepoint) 219 set->add (codepoint); 243 * @codepoint: 251 hb_codepoint_t codepoint) 253 set->del (codepoint); 437 * @codepoint: (inout) [all...] |
hb-set.h | 80 hb_codepoint_t codepoint); 82 /* Right now limited to 16-bit integers. Eventually will do full codepoint range, sans -1 86 hb_codepoint_t codepoint); 95 hb_codepoint_t codepoint); 143 hb_codepoint_t *codepoint);
|
hb-ot-shape-normalize.cc | 106 font->get_glyph (info.codepoint, 0, &info.glyph_index()); 203 if (shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) 205 else if (decompose (c, shortest, buffer->cur().codepoint)) 207 else if (!shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) 209 else if (decompose_compatibility (c, buffer->cur().codepoint)) 221 if (unlikely (buffer->unicode->is_variation_selector (buffer->cur(+1).codepoint))) { 223 if (font->get_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_index())) 225 buffer->replace_glyphs (2, 1, &buffer->cur().codepoint); 236 while (buffer->idx < end && unlikely (buffer->unicode->is_variation_selector (buffer->cur().codepoint))) [all...] |
hb-set-private.hh | 257 inline bool next (hb_codepoint_t *codepoint) const 259 if (unlikely (*codepoint == INVALID)) { 262 *codepoint = i; 265 *codepoint = INVALID; 269 for (hb_codepoint_t i = *codepoint + 1; i < MAX_G + 1; i++) 271 *codepoint = i; 274 *codepoint = INVALID;
|
/external/harfbuzz_ng/src/ |
hb-fallback-shape.cc | 107 if (buffer->unicode->is_default_ignorable (buffer->info[i].codepoint)) { 108 buffer->info[i].codepoint = space; 113 font->get_glyph (buffer->info[i].codepoint, 0, &buffer->info[i].codepoint); 114 font->get_glyph_advance_for_direction (buffer->info[i].codepoint, 118 font->subtract_glyph_origin_for_direction (buffer->info[i].codepoint,
|
hb-set.cc | 114 hb_codepoint_t codepoint) 116 return set->has (codepoint); 121 hb_codepoint_t codepoint) 123 set->add (codepoint); 136 hb_codepoint_t codepoint) 138 set->del (codepoint); 217 hb_codepoint_t *codepoint) 219 return set->next (codepoint);
|
hb-set.h | 78 hb_codepoint_t codepoint); 80 /* Right now limited to 16-bit integers. Eventually will do full codepoint range, sans -1 84 hb_codepoint_t codepoint); 93 hb_codepoint_t codepoint); 141 hb_codepoint_t *codepoint);
|
hb-ot-shape-normalize.cc | 106 font->get_glyph (info.codepoint, 0, &info.glyph_index()); 202 if (shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) 204 else if (decompose (c, shortest, buffer->cur().codepoint)) 206 else if (!shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) 208 else if (decompose_compatibility (c, buffer->cur().codepoint)) 219 if (unlikely (buffer->unicode->is_variation_selector (buffer->cur(+1).codepoint))) { 221 c->font->get_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_index()); 222 buffer->replace_glyphs (2, 1, &buffer->cur().codepoint); 241 if (unlikely (buffer->unicode->is_variation_selector (buffer->info[i].codepoint))) { [all...] |
hb-ot-layout-private.hh | 54 info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) | 55 (unicode->is_default_ignorable (info->codepoint) ? 0x80 : 0) | 56 (info->codepoint == 0x200C ? 0x40 : 0) | 57 (info->codepoint == 0x200D ? 0x20 : 0); 58 info->unicode_props1() = unicode->modified_combining_class (info->codepoint);
|
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
gensprep.h | 49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
|
store.c | 97 * 0 - ON : The code point is prohibited (USPREP_PROHIBITED). This is to allow for codepoint that are both prohibited and mapped. 242 int32_t codepoint = 0; local 264 codepoint = element->key.integer; 293 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); 300 * the codepoint has value something other than prohibited 303 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint); 309 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ 314 /* written the trie word for the codepoint... increment the count*/ 373 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length [all...] |
/external/icu4c/tools/gensprep/ |
gensprep.h | 49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
htmlentitydefs.py | 3 # maps the HTML entity name to the Unicode codepoint 259 # maps the Unicode codepoint to the HTML entity name 266 for (name, codepoint) in name2codepoint.iteritems(): 267 codepoint2name[codepoint] = name 268 if codepoint <= 0xff: 269 entitydefs[name] = chr(codepoint) 271 entitydefs[name] = '&#%d;' % codepoint 273 del name, codepoint
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
htmlentitydefs.py | 3 # maps the HTML entity name to the Unicode codepoint 259 # maps the Unicode codepoint to the HTML entity name 266 for (name, codepoint) in name2codepoint.iteritems(): 267 codepoint2name[codepoint] = name 268 if codepoint <= 0xff: 269 entitydefs[name] = chr(codepoint) 271 entitydefs[name] = '&#%d;' % codepoint 273 del name, codepoint
|
/system/core/libutils/ |
Unicode.cpp | 441 static inline void utf8_shift_and_mask(uint32_t* codePoint, const uint8_t byte) 443 *codePoint <<= 6; 444 *codePoint |= 0x3F & byte; 529 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8charLen); local 530 if (codepoint > 0xFFFF) u16measuredLen++; // this will be a surrogate pair in utf16 553 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8len); local 555 // Convert the UTF32 codepoint to one or more UTF16 codepoints 556 if (codepoint <= 0xFFFF) { 558 *u16cur++ = (char16_t) codepoint; 561 codepoint = codepoint - 0x10000 584 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8len); local [all...] |