Searched refs:codepoint (Results 1 – 8 of 8) sorted by relevance
2159 for (codepoint = range1->start;codepoint <= range1->end ;codepoint++) { in xmlFACompareRanges()2509 ret = (atom1->codepoint == atom2->codepoint); in xmlFAEqualAtoms()2577 ret = (atom1->codepoint == atom2->codepoint); in xmlFACompareAtoms()2870 ret = ((codepoint != '\n') && (codepoint != '\r')); in xmlRegCheckCharacterRange()2880 (codepoint == '\t') || (codepoint == ' ')); in xmlRegCheckCharacterRange()2887 (codepoint == '_') || (codepoint == ':')); in xmlRegCheckCharacterRange()2894 (codepoint == '.') || (codepoint == '-') || in xmlRegCheckCharacterRange()2895 (codepoint == '_') || (codepoint == ':') || in xmlRegCheckCharacterRange()3046 return(codepoint == atom->codepoint); in xmlRegCheckCharacter()3523 codepoint,codepoint); in xmlFARegExec()[all …]
11139 int codepoint; in xmlCheckCdataPush() local11157 codepoint = (utf[ix] & 0x1f) << 6; in xmlCheckCdataPush()11158 codepoint |= utf[ix+1] & 0x3f; in xmlCheckCdataPush()11159 if (!xmlIsCharQ(codepoint)) in xmlCheckCdataPush()11167 codepoint = (utf[ix] & 0xf) << 12; in xmlCheckCdataPush()11168 codepoint |= (utf[ix+1] & 0x3f) << 6; in xmlCheckCdataPush()11169 codepoint |= utf[ix+2] & 0x3f; in xmlCheckCdataPush()11170 if (!xmlIsCharQ(codepoint)) in xmlCheckCdataPush()11179 codepoint = (utf[ix] & 0x7) << 18; in xmlCheckCdataPush()11182 codepoint |= utf[ix+3] & 0x3f; in xmlCheckCdataPush()[all …]
2150 principal node of axis bug, HTML serialization of some codepoint2857 Derr), high codepoint charref like , buffer access in push
1391 codepoint = FULLPOINT(codepoint,second); in convert_utf16bom()1394 if(codepoint < 0x80) *p++ = (unsigned char) codepoint; in convert_utf16bom()1395 else if(codepoint < 0x800) in convert_utf16bom()1397 *p++ = (unsigned char) (0xc0 | (codepoint>>6)); in convert_utf16bom()1398 *p++ = (unsigned char) (0x80 | (codepoint & 0x3f)); in convert_utf16bom()1400 else if(codepoint < 0x10000) in convert_utf16bom()1402 *p++ = (unsigned char) (0xe0 | (codepoint>>12)); in convert_utf16bom()1403 *p++ = 0x80 | ((codepoint>>6) & 0x3f); in convert_utf16bom()1404 *p++ = 0x80 | (codepoint & 0x3f); in convert_utf16bom()1406 else if (codepoint < 0x200000) in convert_utf16bom()[all …]
520 if ( ginfo[i].codepoint != hb_ginfo[i].codepoint ) in af_shaper_get_cluster()569 return ginfo[idx].codepoint; in af_shaper_get_elem()
1820 static inline BOOL utf7_can_directly_encode(WCHAR codepoint) in utf7_can_directly_encode() argument1834 return codepoint <= 0x7A ? directly_encodable_table[codepoint] : FALSE; in utf7_can_directly_encode()
2551 static inline BOOL utf7_can_directly_encode(WCHAR codepoint) in utf7_can_directly_encode() argument2565 return codepoint <= 0x7A ? directly_encodable_table[codepoint] : FALSE; in utf7_can_directly_encode()
1037 FreeSansBoldOblique.sfd: Set correct codepoint