Searched defs:utf8 (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/variablespeed/jni/
H A Djni_entry.cc50 const char* utf8 = env->GetStringUTFChars(uri, NULL); local
51 CHECK(NULL != utf8);
52 AudioEngine::GetEngine()->PlayUri(utf8);
/frameworks/base/media/jni/
H A Dandroid_media_MediaScanner.cpp62 unsigned char utf8 = *(bytes++); local
64 switch (utf8 >> 4) {
88 utf8 = *(bytes++);
89 if ((utf8 & 0xc0) != 0x80) {
96 utf8 = *(bytes++);
97 if ((utf8 & 0xc0) != 0x80) {
/frameworks/base/tools/aapt/
H A DStringPool.cpp45 StringPool::StringPool(bool sorted, bool utf8) argument
46 : mSorted(sorted), mUTF8(utf8), mValues(-1), mIdents(-1)

Completed in 127 milliseconds