OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noDigits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp
208
int32_t
noDigits
= 0;
209
while((c = **string) != 0 &&
noDigits
< 4) {
221
noDigits
++;
225
if(
noDigits
< 4) {
/external/icu4c/i18n/
ucol_sit.cpp
230
int32_t
noDigits
= 0;
231
while((c = **string) != 0 &&
noDigits
< 4) {
246
noDigits
++;
250
if(
noDigits
< 4) {
253
fprintf(stderr, "%s:%d: Short (only %d digits, wanted 4) at '%s': %s\n", __FILE__, __LINE__,
noDigits
,*string, u_errorName(*status));
[
all
...]
Completed in 101 milliseconds