HomeSort by relevance Sort by last modified time
    Searched refs:fCStr (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/android/graphics/
Typeface.cpp 16 fCStr = env->GetStringUTFChars(str, NULL);
20 fEnv->ReleaseStringUTFChars(fJStr, fCStr);
22 const char* c_str() const { return fCStr; }
27 const char* fCStr;
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 264 const char *fCStr;
269 sprintf(name,"%s:p=|%s|,str=|%s|",getClassName(),fCPat,fCStr);
292 fCStr(num)
392 const char *fCStr;
397 sprintf(name,"%s:p=|%s|,str=|%s|",getClassName(),fCPat,fCStr);
420 fCStr(num)
436 fFile,fLine,getName(),strBuf,fCStr, u_errorName(setupStatus));
469 const char *fCStr;
474 sprintf(name,"%s:p=|%s|,str=|%s|",getClassName(),fCPat,fCStr);
497 fCStr(num
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 38 fCStr = env->GetStringUTFChars(str, NULL);
42 fEnv->ReleaseStringUTFChars(fJStr, fCStr);
44 const char* c_str() const { return fCStr; }
50 const char* fCStr;
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 57 fCStr = env->GetStringUTFChars(str, NULL);
61 fEnv->ReleaseStringUTFChars(fJStr, fCStr);
63 const char* c_str() const { return fCStr; }
69 const char* fCStr;
    [all...]

Completed in 293 milliseconds