HomeSort by relevance Sort by last modified time
    Searched full:cdf1 (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz/src/
harfbuzz-open.c 946 HB_ClassDefFormat1* cdf1; local
949 cdf1 = &cd->cd.cd1;
954 cdf1->StartGlyph = GET_UShort();
955 count = cdf1->GlyphCount = GET_UShort();
961 if ( cdf1->StartGlyph + (long)count >= 0x10000L )
964 cdf1->ClassValueArray = NULL;
966 if ( ALLOC_ARRAY( cdf1->ClassValueArray, count, HB_UShort ) )
969 cva = cdf1->ClassValueArray;
995 static void Free_ClassDef1( HB_ClassDefFormat1* cdf1 )
997 FREE( cdf1->ClassValueArray )
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]

Completed in 749 milliseconds