OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemStr
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c
358
UChar ustr[4096],
itemStr
[4096];
399
itemStr
, sizeof(
itemStr
), &ec);
410
itemStr
[itemLen] = 0;
411
u_UCharsToChars(
itemStr
, buf, itemLen+1);
438
if (u_strcmp(ustr,
itemStr
) != 0) {
/external/icu4c/test/cintltst/
usettest.c
358
UChar ustr[4096],
itemStr
[4096];
399
itemStr
, sizeof(
itemStr
), &ec);
410
itemStr
[itemLen] = 0;
411
u_UCharsToChars(
itemStr
, buf, itemLen+1);
438
if (u_strcmp(ustr,
itemStr
) != 0) {
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java
439
String
itemStr
= mDecInfo.mCandidatesList.get(itemPos);
440
float itemWidth = mCandidatesPaint.measureText(
itemStr
);
449
charNum +=
itemStr
.length();
Completed in 652 milliseconds