Searched refs:lgb (Results 1 - 6 of 6) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_extuni.c | 95 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 D | pcre2_jit_compile.c | 8527 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 D | pcre2_match.c | 4340 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 D | sljitNativeS390X.c | 674 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 D | constants-s390.h | 885 V(lgb, LGB, 0xE377) /* type = RXY_A LOAD BYTE (64<-8) */ \
|
H A D | macro-assembler-s390.cc | 3798 lgb(dst, mem); in CallRecordWriteStub()
|
Completed in 36 milliseconds