OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:celength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
usearch.cpp
353
pattern->
CELength
= offset;
560
if (U_SUCCESS(*status) && strsrch->pattern.
CELength
> 0) {
562
int32_t cesize = pattern->
CELength
;
643
for (int32_t count = 0; count < strsrch->pattern.
CELength
;
751
int32_t adjust = pattern->
CELength
- patternceindex;
1619
int32_t
celength
= strsrch->pattern.CELength;
local
2282
int32_t
celength
= strsrch->pattern.CELength;
local
[
all
...]
/external/icu4c/i18n/
usearch.cpp
353
pattern->
CELength
= offset;
560
if (U_SUCCESS(*status) && strsrch->pattern.
CELength
> 0) {
562
int32_t cesize = pattern->
CELength
;
643
for (int32_t count = 0; count < strsrch->pattern.
CELength
;
751
int32_t adjust = pattern->
CELength
- patternceindex;
1619
int32_t
celength
= strsrch->pattern.CELength;
local
2282
int32_t
celength
= strsrch->pattern.CELength;
local
[
all
...]
Completed in 69 milliseconds