OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:secondce
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp
127
int32_t ucol_inv_findCE(const UColTokenParser *src, uint32_t CE, uint32_t
SecondCE
) {
138
res = compareCEs(first, second, CE,
SecondCE
);
157
if((first == CE && second ==
SecondCE
)) {
259
uint32_t
SecondCE
= lh->baseContCE;
265
iCE = ucol_inv_findCE(src, CE,
SecondCE
);
272
SecondCE
&= strengthMask[strength];
275
previousContCE =
SecondCE
;
277
while((previousCE & strengthMask[strength]) == CE && (previousContCE & strengthMask[strength])==
SecondCE
) {
290
uint32_t
SecondCE
= lh->baseContCE;
296
iCE = ucol_inv_findCE(src, CE,
SecondCE
);
[
all
...]
ucol_tok.cpp
[
all
...]
/external/icu4c/i18n/
ucol_bld.cpp
128
int32_t ucol_inv_findCE(const UColTokenParser *src, uint32_t CE, uint32_t
SecondCE
) {
139
res = compareCEs(first, second, CE,
SecondCE
);
158
if((first == CE && second ==
SecondCE
)) {
260
uint32_t
SecondCE
= lh->baseContCE;
266
iCE = ucol_inv_findCE(src, CE,
SecondCE
);
273
SecondCE
&= strengthMask[strength];
276
previousContCE =
SecondCE
;
278
while((previousCE & strengthMask[strength]) == CE && (previousContCE & strengthMask[strength])==
SecondCE
) {
291
uint32_t
SecondCE
= lh->baseContCE;
297
iCE = ucol_inv_findCE(src, CE,
SecondCE
);
[
all
...]
ucol_tok.cpp
[
all
...]
Completed in 394 milliseconds