OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canonlen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp
182
int
canonLen
= 0;
197
canonLen
= uloc_canonicalize(localeID, canon, canonCapacity, &status);
203
strnrepchr(canon,
canonLen
, '_', '-');
[
all
...]
/external/icu/icu4c/source/tools/genrb/
wrtxml.cpp
192
int
canonLen
= 0;
207
canonLen
= uloc_canonicalize(localeID, canon, canonCapacity, &status);
213
strnrepchr(canon,
canonLen
, '_', '-');
[
all
...]
Completed in 482 milliseconds