Searched defs:lg (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-gdef.c471 static HB_Error Load_LigGlyph( HB_LigGlyph* lg, argument
487 count = lg->CaretCount = GET_UShort();
491 lg->CaretValue = NULL;
493 if ( ALLOC_ARRAY( lg->CaretValue, count, HB_CaretValue ) )
496 cv = lg->CaretValue;
525 static void Free_LigGlyph( HB_LigGlyph* lg) argument
532 if ( lg->CaretValue )
534 count = lg->CaretCount;
535 cv = lg->CaretValue;
555 HB_LigGlyph* lg; local
623 HB_LigGlyph* lg; local
[all...]
/external/quake/quake/src/QW/client/
H A Dgl_screen.c759 static int lr = -1, lg = -1, lb = -1; local
762 if (r == lr && g == lg && b == lb)
777 lr = r; lg = g; lb = b;
H A Dscreen.c709 static int lr = -1, lg = -1, lb = -1; local
712 if (r == lr && g == lg && b == lb)
727 lr = r; lg = g; lb = b;
/external/icu4c/i18n/
H A Dzstrfmt.cpp80 static const char gLongGenericTag[] = "lg";
941 UnicodeString lg; local
944 mzStrings->getString(ZSIDX_LONG_GENERIC, lg);
947 if (!lg.isEmpty() || !sg.isEmpty()) {
976 if (!lg.isEmpty()) {
979 Formattable(lg)

Completed in 134 milliseconds