OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:patsize
(Results
1 - 3
of
3
) sorted by null
/external/hyphenation/
substrings.pl
69
$
patsize
= length $pat;
70
for $i (0..$
patsize
- 1) {
71
for $j (1..$
patsize
- $i) {
substrings.c
216
int
patsize
= strlen(pat);
local
218
for (l=1; l<=
patsize
; l++) {
/external/icu4c/i18n/
windtfmt.cpp
78
int32_t
patSize
= ures_getSize(patBundle);
79
if (
patSize
>= (DateFormat::kDateTimeOffset + DateFormat::kShort + 1)) {
Completed in 501 milliseconds