Home
last modified time | relevance | path

Searched refs:lgb (Results 1 - 6 of 6) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_extuni.c95 int lgb = UCD_GRAPHBREAK(c); in extuni() local
103 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in extuni()
108 if (lgb == ucp_gbRegional_Indicator && rgb == ucp_gbRegional_Indicator) in extuni()
132 /* If Extend or ZWJ follows Extended_Pictographic, do not update lgb; this in extuni()
136 lgb != ucp_gbExtended_Pictographic) in extuni()
137 lgb = rgb; in extuni()
H A Dpcre2_jit_compile.c8527 int lgb, rgb, ricount; in do_extuni_utf() local
8541 lgb = rgb; in do_extuni_utf()
8547 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) in do_extuni_utf()
8553 if (lgb == ucp_gbRegional_Indicator && rgb == ucp_gbRegional_Indicator) in do_extuni_utf()
8574 /* If Extend or ZWJ follows Extended_Pictographic, do not update lgb; this in do_extuni_utf()
8578 lgb != ucp_gbExtended_Pictographic) in do_extuni_utf()
8579 lgb = rgb; in do_extuni_utf()
8595 int lgb, rgb, ricount; in do_extuni_utf_invalid() local
8609 lgb = rgb; in do_extuni_utf_invalid()
8615 if ((PRIV(ucp_gbtable)[lgb] in do_extuni_utf_invalid()
8660 int lgb, rgb, ricount; do_extuni_no_utf() local
[all...]
H A Dpcre2_match.c4340 int lgb, rgb; in match() local
4368 lgb = UCD_GRAPHBREAK(fc); in match()
4369 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in match()
4371 rgb = lgb; in match()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c674 SLJIT_S390X_RXYA(lgb, 0xe30000000077, have_ldisp())
2142 ins = lgb(reg, mem.offset, mem.index, mem.base); in sljit_emit_op1()
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h885 V(lgb, LGB, 0xE377) /* type = RXY_A LOAD BYTE (64<-8) */ \
H A Dmacro-assembler-s390.cc3798 lgb(dst, mem); in CallRecordWriteStub()

Completed in 36 milliseconds