OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:celength
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
usrchimp.h
47
int32_t
CELength
;
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
...]
stsearch.cpp
338
if (m_strsrch_->pattern.
CELength
== 0) {
436
if (m_strsrch_->pattern.
CELength
== 0) {
Completed in 119 milliseconds