| /external/icu4c/tools/gensprep/ |
| store.c | 98 * 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 262 codepoint = element->key.integer; 291 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); 298 * the codepoint has value something other than prohibited 301 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint); 307 if(!utrie_set32(sprepTrie,codepoint,trieWord)){ 312 /* written the trie word for the codepoint... increment the count*/ 354 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length [all...] |
| /external/chromium_org/third_party/icu/source/tools/dumpce/ |
| dumpce.cpp | 114 int count; // number of codepoint 163 UChar *codepoint = iter->iteratordata_.string; local 170 serialize(f, codepoint, iter->iteratordata_.endp - codepoint); 171 sortkeylength = ucol_getSortKey(iter->iteratordata_.coll, codepoint, 172 iter->iteratordata_.endp - codepoint, sortkey, 64); 175 serialize(f, codepoint); 176 sortkeylength = ucol_getSortKey(iter->iteratordata_.coll, codepoint, 180 serialize(stdout, codepoint); 380 UChar32 codepoint = 0 local 875 UChar32 codepoint; local 940 UChar32 codepoint; local 959 UChar32 codepoint = 0; local 1040 UChar32 codepoint = 0; local [all...] |
| /external/icu4c/tools/dumpce/ |
| dumpce.cpp | 114 int count; // number of codepoint 163 const UChar *codepoint = iter->iteratordata_.string; local 170 serialize(f, codepoint, iter->iteratordata_.endp - codepoint); 171 sortkeylength = ucol_getSortKey(iter->iteratordata_.coll, codepoint, 172 iter->iteratordata_.endp - codepoint, sortkey, 64); 175 serialize(f, codepoint); 176 sortkeylength = ucol_getSortKey(iter->iteratordata_.coll, codepoint, 180 serialize(stdout, codepoint); 380 UChar32 codepoint = 0 local 875 UChar32 codepoint; local 940 UChar32 codepoint; local 959 UChar32 codepoint = 0; local 1039 UChar32 codepoint = 0; local [all...] |
| /frameworks/base/core/jni/android/graphics/ |
| HarfBuzzNGFaceSkia.cpp | 55 static void SkiaGetGlyphWidthAndExtents(SkPaint* paint, hb_codepoint_t codepoint, hb_position_t* width, hb_glyph_extents_t* extents) 57 ALOG_ASSERT(codepoint <= 0xFFFF); 62 uint16_t glyph = codepoint; 66 ALOGD("returned glyph for %i: width = %f", codepoint, skWidth);
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| itercoll.cpp | 51 UChar codepoint; local 54 for (codepoint = 1; codepoint < 0xFFFE;) 58 while (codepoint % 0xFF != 0) 60 if (u_isdefined(codepoint)) 61 source += codepoint; 62 codepoint ++; 65 if (u_isdefined(codepoint)) 66 source += codepoint; 68 if (codepoint != 0xFFFF [all...] |
| testidn.cpp | 52 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength, 226 * the source codepoint is copied to the destination 325 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength, 328 UTRIE_GET16(idnTrie,codepoint, result); 340 pTestIDNA->errln( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type); 393 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){ 394 pTestIDNA->errln("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[0],(codepoint-delta));
|
| /external/icu4c/test/intltest/ |
| itercoll.cpp | 51 UChar codepoint; local 54 for (codepoint = 1; codepoint < 0xFFFE;) 58 while (codepoint % 0xFF != 0) 60 if (u_isdefined(codepoint)) 61 source += codepoint; 62 codepoint ++; 65 if (u_isdefined(codepoint)) 66 source += codepoint; 68 if (codepoint != 0xFFFF [all...] |
| testidn.cpp | 53 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength, 227 * the source codepoint is copied to the destination 326 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength, 329 UTRIE_GET16(idnTrie,codepoint, result); 341 pTestIDNA->errln( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type); 394 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){ 395 pTestIDNA->errln("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[0],(codepoint-delta));
|
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| hb-ot-shape-complex-thai.cc | 230 thai_mark_type_t mt = get_mark_type (info[i].codepoint); 233 thai_consonant_type_t ct = get_consonant_type (info[i].codepoint); 249 info[base].codepoint = thai_pua_shape (info[base].codepoint, action, font); 251 info[i].codepoint = thai_pua_shape (info[i].codepoint, action, font); 320 hb_codepoint_t u = buffer->cur().codepoint; 336 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint))
|
| hb-ot-shape.cc | 242 dottedcircle.codepoint = 0x25CC; 300 hb_codepoint_t codepoint = unicode->mirroring (info[i].codepoint); local 301 if (likely (codepoint == info[i].codepoint)) 304 info[i].codepoint = codepoint; 337 buffer->info[i].codepoint = buffer->info[i].glyph_index(); 437 c->font->get_glyph_advance_for_direction (info[i].codepoint, 441 c->font->subtract_glyph_origin_for_direction (info[i].codepoint, [all...] |
| hb-ot-layout-private.hh | 191 info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) | 192 (unicode->is_default_ignorable (info->codepoint) ? MASK0_IGNORABLE : 0) | 193 (info->codepoint == 0x200C ? MASK0_ZWNJ : 0) | 194 (info->codepoint == 0x200D ? MASK0_ZWJ : 0); 195 info->unicode_props1() = unicode->modified_combining_class (info->codepoint);
|
| hb-buffer-serialize.cc | 123 hb_font_glyph_to_string (font, info[i].codepoint, g, sizeof (g)); 133 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint)); 190 hb_font_glyph_to_string (font, info[i].codepoint, p, 128); 194 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint));
|
| /external/harfbuzz_ng/src/ |
| hb-ot-shape-complex-thai.cc | 230 thai_mark_type_t mt = get_mark_type (info[i].codepoint); 233 thai_consonant_type_t ct = get_consonant_type (info[i].codepoint); 249 info[base].codepoint = thai_pua_shape (info[base].codepoint, action, font); 251 info[i].codepoint = thai_pua_shape (info[i].codepoint, action, font); 320 hb_codepoint_t u = buffer->cur().codepoint; 336 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint))
|
| hb-ot-shape.cc | 251 dottedcircle.codepoint = 0x25CC; 307 hb_codepoint_t codepoint = unicode->mirroring (c->buffer->info[i].codepoint); local 308 if (likely (codepoint == c->buffer->info[i].codepoint)) 311 c->buffer->info[i].codepoint = codepoint; 343 buffer->info[i].codepoint = buffer->info[i].glyph_index(); 411 c->font->get_glyph_advance_for_direction (c->buffer->info[i].codepoint, 415 c->font->subtract_glyph_origin_for_direction (c->buffer->info[i].codepoint, [all...] |
| hb-set-private.hh | 246 inline bool next (hb_codepoint_t *codepoint) const 248 if (unlikely (*codepoint == SENTINEL)) { 251 *codepoint = i; 256 for (hb_codepoint_t i = *codepoint + 1; i < MAX_G + 1; i++) 258 *codepoint = i;
|
| hb-buffer-deserialize-json.rl | 58 &info.codepoint)) 62 action parse_gid { if (!parse_uint (tok, p, &info.codepoint)) return false; }
|
| hb-buffer-serialize.cc | 93 hb_font_glyph_to_string (font, info[i].codepoint, g, sizeof (g)); 103 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint); 160 hb_font_glyph_to_string (font, info[i].codepoint, p, 128); 164 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint);
|
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| sprpdata.c | 36 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength, 117 * the source codepoint is copied to the destination 146 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, 160 UTRIE_GET16(&trie, codepoint, result); 166 log_err( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type); 218 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){ 219 log_err("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[0],(codepoint-delta));
|
| /external/icu4c/test/cintltst/ |
| sprpdata.c | 37 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength, 118 * the source codepoint is copied to the destination 147 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, 161 UTRIE_GET16(&trie, codepoint, result); 167 log_err( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type); 219 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){ 220 log_err("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[0],(codepoint-delta));
|
| /external/harfbuzz_ng/test/api/ |
| test-buffer.c | 204 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); 212 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]); 216 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); 218 /* reverse_clusters works same as reverse for now since each codepoint is 223 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]); 227 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); 236 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[len-i]); 240 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]); 252 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+j]); 257 g_assert_cmphex (glyphs[i].codepoint, ==, utf32[1+i]) [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
| HarfBuzzFaceSkia.cpp | 66 static void SkiaGetGlyphWidthAndExtents(SkPaint* paint, hb_codepoint_t codepoint, hb_position_t* width, hb_glyph_extents_t* extents) 68 ASSERT(codepoint <= 0xFFFF); 73 uint16_t glyph = codepoint;
|
| /external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
| unicodestring.cc | 49 int UnicodeString::indexOf(char32 codepoint) const { 53 if (*it == codepoint) {
|
| /external/chromium_org/third_party/libxml/src/ |
| xmlregexp.c | 190 int codepoint; member in struct:_xmlRegAtom 356 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint); 357 static int xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, 703 * @start: the start codepoint 704 * @end: the end codepoint 1097 fprintf(output, "char %c\n", atom->codepoint); 1140 fprintf(output, "char %c ", trans->atom->codepoint); 2106 int codepoint; local 3177 int ret, codepoint = 0, len, deter; local 5234 int codepoint, len; local [all...] |
| /external/libxml2/ |
| xmlregexp.c | 190 int codepoint; member in struct:_xmlRegAtom 356 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint); 357 static int xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, 703 * @start: the start codepoint 704 * @end: the end codepoint 1097 fprintf(output, "char %c\n", atom->codepoint); 1140 fprintf(output, "char %c ", trans->atom->codepoint); 2106 int codepoint; local 3177 int ret, codepoint = 0, len, deter; local 5234 int codepoint, len; local [all...] |
| /external/chromium_org/third_party/gtk+/gtk/ |
| compose-parse.py | 528 codepoint = long(codepointstr[1:], 16) variable 533 codepoint = keysymunicodedatabase[codepointstr] variable 536 print "Invalid codepoint at line %(linenum_compose)d in %(filename)s:\ 573 if codepoint < 0xFFFF: 612 # print 'Base: %(base)s [%(basechar)s], produces [%(unichar)s] (0x%(codepoint)04X)' \ 613 # % { "base": base, "basechar": unichr(basechar), "unichar": unichar, "codepoint": codepoint }, 622 original_sequence.append(codepoint) 633 sequence.append(codepoint) 845 def redecompose(codepoint) [all...] |