OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpmap
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
utxttest.h
45
void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *
cpMap
);
46
void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *
cpMap
);
utxttest.cpp
174
m *
cpMap
= new m[sa.length() + 1];
178
cpMap
[j].nativeIdx = i;
179
cpMap
[j].cp = c;
183
cpMap
[j].nativeIdx = i; // position following the last char in utf-16 string.
193
TestAccess(sa, ut, cpCount,
cpMap
);
204
TestAccess(sa, ut, cpCount,
cpMap
);
213
TestAccess(sa, ut, cpCount,
cpMap
);
214
TestCMR(sa, ut, cpCount,
cpMap
,
cpMap
);
222
TestAccess(sa, ut, cpCount,
cpMap
);
[
all
...]
/external/icu4c/test/intltest/
utxttest.h
44
void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *
cpMap
);
45
void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *
cpMap
);
utxttest.cpp
172
m *
cpMap
= new m[sa.length() + 1];
176
cpMap
[j].nativeIdx = i;
177
cpMap
[j].cp = c;
181
cpMap
[j].nativeIdx = i; // position following the last char in utf-16 string.
191
TestAccess(sa, ut, cpCount,
cpMap
);
202
TestAccess(sa, ut, cpCount,
cpMap
);
211
TestAccess(sa, ut, cpCount,
cpMap
);
212
TestCMR(sa, ut, cpCount,
cpMap
,
cpMap
);
220
TestAccess(sa, ut, cpCount,
cpMap
);
[
all
...]
Completed in 199 milliseconds