OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uniChars
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/ports/
SkTypeface_win_dw.cpp
61
const SkUnichar**
uniChars
= (const SkUnichar**)chars;
62
SkUnichar uni = **
uniChars
;
63
*
uniChars
+= 1;
SkFontHost_FreeType.cpp
[
all
...]
/external/icu/icu4c/source/test/intltest/
ustrtest.cpp
266
UChar
uniChars
[] = { 0x74, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73,
297
if (test2.compare(
uniChars
) != 0 || test3.compare(
uniChars
) <= 0 || test4.compare(
uniChars
) >= 0)
305
if (test1.compare(
uniChars
, 4) <= 0 || test1.compare(
uniChars
, 4) <= 0)
[
all
...]
Completed in 75 milliseconds