Searched refs:lbc (Results 1 – 7 of 7) sorted by relevance
/third_party/ejdb/src/util/ |
D | utf8proc.c | 258 static utf8proc_bool grapheme_break_simple(int lbc, int tbc) { in grapheme_break_simple() argument 259 return (lbc == UTF8PROC_BOUNDCLASS_START) ? true // GB1 in grapheme_break_simple() 260 : ( lbc == UTF8PROC_BOUNDCLASS_CR // GB3 in grapheme_break_simple() 262 : (lbc >= UTF8PROC_BOUNDCLASS_CR && lbc <= UTF8PROC_BOUNDCLASS_CONTROL) ? true // GB4 in grapheme_break_simple() 264 : ( lbc == UTF8PROC_BOUNDCLASS_L // GB6 in grapheme_break_simple() 269 : ( ( lbc == UTF8PROC_BOUNDCLASS_LV // GB7 in grapheme_break_simple() 270 || lbc == UTF8PROC_BOUNDCLASS_V) // --- in grapheme_break_simple() 273 : ( ( lbc == UTF8PROC_BOUNDCLASS_LVT // GB8 in grapheme_break_simple() 274 || lbc == UTF8PROC_BOUNDCLASS_T) // --- in grapheme_break_simple() 279 || lbc == UTF8PROC_BOUNDCLASS_PREPEND) ? false // GB9b in grapheme_break_simple() [all …]
|
/third_party/freetype/builds/windows/ |
D | w32-wat.mk | 17 EXPORTS_LIST = $(OBJ_DIR)/watcom-ftexports.lbc
|
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/ |
D | w32-wat.mk | 17 EXPORTS_LIST = $(OBJ_DIR)/watcom-ftexports.lbc
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
D | w32-wat.mk | 17 EXPORTS_LIST = $(OBJ_DIR)/watcom-ftexports.lbc
|
/third_party/ffmpeg/libavfilter/ |
D | af_superequalizer.c | 163 static void make_fir(SuperEqualizerContext *s, float *lbc, float *rbc, EqParameter *param, float fs) in make_fir() argument 173 process_param(lbc, param, fs); in make_fir()
|
/third_party/toybox/toys/pending/ |
D | fdisk.c | 410 unsigned lbc, lbh, lbs, lec, leh, les; in consistency_check() local 426 lbc = start/(g_sectors * g_heads); in consistency_check() 435 if (g_cylinders <= ONE_K && (physbc != lbc || physbh != lbh || physbs != lbs)) { in consistency_check() 438 xprintf("logical = (%u %u %u)\n", lbc, lbh, lbs); in consistency_check()
|
/third_party/python/Lib/test/ |
D | mime.types | 1032 audio/iLBC lbc
|