OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
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
...]
/external/icu/icu4c/source/test/intltest/
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
...]
Completed in 166 milliseconds