Searched refs:UnicodeFallbackList (Results 1 – 2 of 2) sorted by relevance
350 typedef ::std::hash_map<GFBCacheKey,String,GFBCacheKey_Hash> UnicodeFallbackList; typedef in ImplFontEntry351 UnicodeFallbackList* mpUnicodeFallbackList;
1011 mpUnicodeFallbackList = new UnicodeFallbackList; in AddFallbackForUnicode()1022 …UnicodeFallbackList::const_iterator it = mpUnicodeFallbackList->find( GFBCacheKey(cChar,eWeight) ); in GetFallbackForUnicode()1035 UnicodeFallbackList::iterator it = mpUnicodeFallbackList->find( GFBCacheKey(cChar,eWeight) ); in IgnoreFallbackForUnicode()
Completed in 41 milliseconds