Home
last modified time | relevance | path

Searched refs:getValidUCS4 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DGString.cpp354 virtual uint32_t getValidUCS4(const char *&source) const;
815 GStringRep::Native::getValidUCS4(const char *&source) const in getValidUCS4() function in GStringRep::Native
1237 unsigned long w=getValidUCS4(xptr); in isCharType()
1358 const unsigned long w=getValidUCS4(ptr); in tocase()
1401 for(unsigned long w;(w=getValidUCS4(s));last=s) in toEscaped()
2399 w=getValidUCS4(source); in getUCS4()
2407 GStringRep::UTF8::getValidUCS4(const char *&source) const in getValidUCS4() function in GStringRep::UTF8
2428 (void)getValidUCS4(xptr); in nextChar()
H A DGString.h333 virtual uint32_t getValidUCS4(const char *&source) const = 0;
453 virtual uint32_t getValidUCS4(const char *&source) const;