Home
last modified time | relevance | path

Searched refs:name_utf8 (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Python/
Dpylifecycle.c239 const char *name_utf8; in get_codec_name() local
252 name_utf8 = PyUnicode_AsUTF8(name); in get_codec_name()
253 if (name_utf8 == NULL) in get_codec_name()
255 name_str = _PyMem_RawStrdup(name_utf8); in get_codec_name()
/external/python/cpython2/Lib/plat-mac/
DEasyDialogs.py736 name_utf8 = unicode(name, 'macroman').encode('utf8')
737 fullpath = os.path.join(pardir_path, name_utf8)
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java1143 String name_utf8 = name; in nativeGetResourceIdentifier() local
1144 if (name_utf8 == null) { in nativeGetResourceIdentifier()
1163 return (int) (assetmanager.GetResourceId(name_utf8, type, package_)); in nativeGetResourceIdentifier()
DShadowArscAssetManager9.java1139 String name_utf8 = name; in nativeGetResourceIdentifier() local
1140 if (name_utf8 == null) { in nativeGetResourceIdentifier()
1159 return (int) (assetmanager.GetResourceId(name_utf8, type, package_)); in nativeGetResourceIdentifier()
/external/u-boot/drivers/video/
Dstb_truetype.h3187 STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *font_collection, const char *name_utf8, s… in stbtt_FindMatchingFont() argument
3193 if (stbtt__matches((stbtt_uint8 *) font_collection, off, (stbtt_uint8*) name_utf8, flags)) in stbtt_FindMatchingFont()