OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:javaText
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/
android_text_MeasuredParagraph.cpp
88
jcharArray
javaText
, jboolean computeHyphenation,
90
ScopedCharArrayRO text(env,
javaText
);
114
static void nGetBounds(JNIEnv* env, jobject, jlong ptr, jcharArray
javaText
, jint start, jint end,
116
ScopedCharArrayRO text(env,
javaText
);
android_text_StaticLayout.cpp
117
jcharArray
javaText
,
139
ScopedCharArrayRO text(env,
javaText
);
/external/protobuf/java/core/src/test/java/com/google/protobuf/
TextFormatTest.java
136
String
javaText
= TextFormat.printToString(TestUtil.getAllSet());
141
javaText
=
javaText
.replace(".0\n", "\n");
143
assertEquals(allFieldsSetText,
javaText
);
148
String
javaText
= TextFormat.printToString(TestUtil.getAllSetBuilder());
153
javaText
=
javaText
.replace(".0\n", "\n");
155
assertEquals(allFieldsSetText,
javaText
);
160
String
javaText
= TextFormat.printToString(TestUtil.getAllExtensionsSet());
165
javaText
= javaText.replace(".0\n", "\n")
[
all
...]
/libcore/luni/src/main/native/
java_util_regex_Matcher.cpp
229
static void Matcher_setInputImpl(JNIEnv* env, jclass, jlong addr, jstring
javaText
, jint start, jint end) {
231
if (state->updateInput(env,
javaText
)) {
Completed in 316 milliseconds