Home | History | Annotate | Download | only in runtime

Lines Matching refs:utf

63 #define kFlag_NullableUtf   0x0020      // Are our UTF parameters nullable?
94 * u - const char* (Modified UTF-8)
113 const char* u; // Modified UTF-8.
337 * u - const char* (Modified UTF-8)
913 case 'u': // const char* (Modified UTF-8)
1075 // Verifies that "bytes" points to valid Modified UTF-8 data.
1088 AbortF("input is not valid Modified UTF-8: illegal %s byte %#x\n"
1095 // Checks whether |bytes| is valid modified UTF-8. We also accept 4 byte UTF
2111 static void ReleaseStringUTFChars(JNIEnv* env, jstring string, const char* utf) {
2112 ReleaseStringCharsInternal(__FUNCTION__, env, string, utf, true, false);
3060 jboolean* is_copy, bool utf, bool critical) {
3068 if (utf) {
3079 if (utf) {
3092 if (sc.Check(soa, false, utf ? "u" : "p", &result)) {
3093 return utf ? result.u : result.p;
3100 const void* chars, bool utf, bool critical) {
3114 if (sc.Check(soa, true, utf ? "Esu" : "Esp", args)) {
3115 if (utf) {