OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toTitle
(Results
1 - 7
of
7
) sorted by null
/dalvik/libcore/luni/src/main/native/
java_lang_Character.cpp
54
static jint
toTitle
(JNIEnv* env, jclass clazz, jint val)
56
return Unicode::
toTitle
(val);
68
{ "nativeToTitle", "(I)I", (void*)
toTitle
},
/external/icu4c/common/
unistr_case.cpp
202
UnicodeString::
toTitle
(BreakIterator *titleIter) {
207
UnicodeString::
toTitle
(BreakIterator *titleIter, const Locale &locale) {
212
UnicodeString::
toTitle
(BreakIterator *titleIter, const Locale &locale, uint32_t options) {
uniset_props.cpp
[
all
...]
/external/icu4c/test/intltest/
strcase.cpp
366
name="
toTitle
";
367
result.
toTitle
((BreakIterator *)iter, locale, options);
384
result.
toTitle
((BreakIterator *)iter, locale);
386
dataerrln("error: UnicodeString.
toTitle
(options=0) got a wrong result for a test case from casing.res");
538
(result=input).
toTitle
(NULL);
540
dataerrln("UnicodeString::
toTitle
(NULL) failed.");
transtst.cpp
[
all
...]
/external/icu4c/samples/ustring/
ustring.cpp
392
printUnicodeString("full-titlecased/en: ", (t=s).
toTitle
(NULL, en));
394
printUnicodeString("full-titlecased/tr: ", (t=s).
toTitle
(NULL, tr));
/external/icu4c/common/unicode/
unistr.h
[
all
...]
Completed in 62 milliseconds