OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utfchar
(Results
1 - 6
of
6
) sorted by null
/external/libxml2/include/libxml/
xmlstring.h
124
const xmlChar *
utfchar
);
/frameworks/base/libs/rs/
rsFont.cpp
186
int32_t
utfChar
= utf32_from_utf8_at(text, len, index, &nextIndex);
189
if (
utfChar
< 0) {
196
CachedGlyphInfo *cachedGlyph = getCachedUTFChar(
utfChar
);
222
Font::CachedGlyphInfo* Font::getCachedUTFChar(int32_t
utfChar
) {
224
CachedGlyphInfo *cachedGlyph = mCachedGlyphs.valueFor((uint32_t)
utfChar
);
226
cachedGlyph = cacheGlyph((uint32_t)
utfChar
);
rsFont.h
130
CachedGlyphInfo* getCachedUTFChar(int32_t
utfChar
);
/external/libxml2/
xmlstring.c
911
* @
utfchar
: the UTF8 character to be found
919
xmlUTF8Strloc(const xmlChar *utf, const xmlChar *
utfchar
) {
923
if (utf==NULL ||
utfchar
==NULL) return -1;
924
size = xmlUTF8Strsize(
utfchar
, 1);
926
if (xmlStrncmp(utf,
utfchar
, size)==0)
/external/svox/pico/lib/
picokdt.c
[
all
...]
picosa.c
873
/* set start nCount to position of start of last
utfchar
*/
[
all
...]
Completed in 2609 milliseconds