Searched refs:utf (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/libs/
H A Dtext.js310 encoding = "utf-8",
322 // Note that when we use utf-8, the BOM should appear as "EF BB BF", but it doesn't due to this bug in the JDK:
373 convertStream.init(inStream, "utf-8", inStream.available(),
/forgerock/web-agents-v4/pcre/
H A Dpcre_newline.c70 utf TRUE if in utf mode
77 BOOL utf)
80 (void)utf;
82 if (utf)
117 case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE;
145 utf TRUE if in utf mode
152 BOOL utf)
155 (void)utf;
76 is_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, BOOL utf) argument
151 was_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, BOOL utf) argument
[all...]
H A Dpcre_xclass.c67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) argument
72 (void)utf;
75 utf = TRUE;
106 if (utf)
118 if (utf)
H A Dpcre_study.c87 BOOL utf = (options & PCRE_UTF8) != 0; local
229 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
250 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
298 if (utf) return -1;
393 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
418 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
536 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
587 utf TRUE for UTF-8 / UTF-16 / UTF-32 mode
594 compile_data *cd, BOOL utf)
602 if (utf
593 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, compile_data *cd, BOOL utf) argument
760 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, compile_data *cd) argument
[all...]
H A Dpcre_printint.c118 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) argument
124 (void)utf; /* Avoid compiler warning */
134 if (!utf || (c & 0xc0) != 0xc0)
170 if (!utf || (c & 0xfc00) != 0xd800)
196 if (!utf || (c & 0xfffff800u) != 0xd800u)
218 * Print uchar string (regardless of utf) *
314 BOOL utf; local
334 utf = (options & PCRE_UTF8) != 0;
374 code += 1 + print_char(f, code, utf);
385 code += 1 + print_char(f, code, utf);
[all...]
H A Dpcre_compile.c1003 BOOL utf = (options & PCRE_UTF8) != 0; local
1074 if (c > (utf ? 0x10ffffU : 0xffU))
1076 if (c > (utf ? 0x10ffffU : 0xffffU))
1078 if (utf && c > 0x10ffffU)
1083 else if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73;
1258 if (!utf && c > 0xff) *errorcodeptr = ERR51;
1281 if (c > (utf ? 0x10ffffU : 0xffU)) { overflow = TRUE; break; }
1283 if (c > (utf ? 0x10ffffU : 0xffffU)) { overflow = TRUE; break; }
1285 if (utf && c > 0x10ffffU) { overflow = TRUE; break; }
1295 if (utf
1720 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd) argument
2054 find_bracket(const pcre_uchar *code, BOOL utf, int number) argument
2189 find_recurse(const pcre_uchar *code, BOOL utf) argument
2347 could_be_empty_branch(const pcre_uchar *code, const pcre_uchar *endcode, BOOL utf, compile_data *cd, recurse_check *recurses) argument
2722 could_be_empty(const pcre_uchar *code, const pcre_uchar *endcode, branch_chain *bcptr, BOOL utf, compile_data *cd) argument
2866 get_chr_property_list(const pcre_uchar *code, BOOL utf, const pcre_uint8 *fcc, pcre_uint32 *list) argument
3071 compare_opcodes(const pcre_uchar *code, BOOL utf, const compile_data *cd, const pcre_uint32 *base_list, const pcre_uchar *base_end) argument
3606 auto_possessify(pcre_uchar *code, BOOL utf, const compile_data *cd) argument
3960 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, pcre_uchar *save_hwm) argument
4340 BOOL utf = (options & PCRE_UTF8) != 0; local
4427 BOOL utf = (options & PCRE_UTF8) != 0; local
4432 BOOL utf = FALSE; local
8797 BOOL utf; local
[all...]
H A Dpcre_byte_order.c115 BOOL utf; local
167 utf = (re->options & PCRE_UTF16) != 0;
265 if (utf) utf16_char = TRUE;
H A Dpcre_dfa_exec.c428 BOOL utf = (md->poptions & PCRE_UTF8) != 0; local
430 BOOL utf = FALSE; local
490 if (utf)
715 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else
1019 if (utf) { BACKCHAR(temp); }
1441 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
1703 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
1974 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
2126 if (utf)
2171 if (!utf)
3194 BOOL utf, anchored, startline, firstline; local
[all...]
H A Dpcre_exec.c134 BOOL utf = md->utf; local
171 BOOL utf = md->utf; local
199 if (utf)
490 the md structure (e.g. utf, end_subject) into individual variables to improve
524 register BOOL utf; /* Local copy of UTF flag for speed */ local
716 utf = md->utf; /* Local copy of the flag */
718 utf
6356 BOOL utf; local
[all...]
H A Dpcre_internal.h316 &(NLBLOCK->nllen), utf)) \
330 &(NLBLOCK->nllen), utf)) \
722 if (utf && c >= 0xc0) GETUTF8(c, eptr);
736 if (utf && c >= 0xc0) GETUTF8INC(c, eptr);
788 if (utf && c >= 0xc0) GETUTF8LEN(c, eptr, len);
841 if (utf && (c & 0xfc00) == 0xd800) GETUTF16(c, eptr);
861 if (utf && (c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr);
883 if (utf && (c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);
1831 used for [^] in JavaScript compatibility mode, and for \C in non-utf mode. In
2516 BOOL utf; /* UT member in struct:match_data
[all...]
H A Dpcre_jit_compile.c423 BOOL utf; member in struct:compiler_common
739 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
761 if (common->utf) return NULL;
1218 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1594 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1603 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1612 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1786 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1799 if (common->utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
1812 if (common->utf
4742 BOOL utf = common->utf; local
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/
H A Dr.js1965 node.charset = "utf-8";
2660 if (encoding === 'utf-8') {
2687 if (encoding === 'utf-8') {
2901 encoding = encoding || "utf-8";
2912 // Note that when we use utf-8, the BOM should appear as "EF BB BF", but it doesn't due to this bug in the JDK:
2934 file.saveFile(fileName, fileContents, "utf-8");

Completed in 117 milliseconds