Searched refs:WB_Numeric (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | unicode_wb_data.c | 61 {0x000030, 0x000039, WB_Numeric }, 114 {0x000660, 0x000669, WB_Numeric }, 115 {0x00066b, 0x00066b, WB_Numeric }, 128 {0x0006f0, 0x0006f9, WB_Numeric }, 139 {0x0007c0, 0x0007c9, WB_Numeric }, 170 {0x000966, 0x00096f, WB_Numeric }, 189 {0x0009e6, 0x0009ef, WB_Numeric }, 208 {0x000a66, 0x000a6f, WB_Numeric }, 227 {0x000ae6, 0x000aef, WB_Numeric }, 246 {0x000b66, 0x000b6f, WB_Numeric }, [all …]
|
H A D | unicode.c | 522 WB_Numeric, enumerator 706 if (to == WB_Numeric) { in onigenc_wb_is_break_position() 708 if (from == WB_Numeric) return FALSE; in onigenc_wb_is_break_position() 724 if (from2 == WB_Numeric) return FALSE; in onigenc_wb_is_break_position() 728 if (from == WB_Numeric) { in onigenc_wb_is_break_position() 736 if (to2 == WB_Numeric) return FALSE; in onigenc_wb_is_break_position() 745 if (IS_WB_AHLetter(from) || from == WB_Numeric || from == WB_Katakana in onigenc_wb_is_break_position() 752 if (IS_WB_AHLetter(to) || to == WB_Numeric || to == WB_Katakana) in onigenc_wb_is_break_position()
|
Completed in 14 milliseconds