OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numKeywords
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/
uloc.cpp
650
int32_t
numKeywords
= 0;
669
if(
numKeywords
== maxKeywords) {
689
keywordList[
numKeywords
].keyword[n++] = uprv_tolower(pos[i]);
699
keywordList[
numKeywords
].keyword[n] = 0;
700
keywordList[
numKeywords
].keywordLen = n;
714
keywordList[
numKeywords
].valueStart = equalSign;
722
keywordList[
numKeywords
].valueLen = (int32_t)(pos - equalSign - i);
729
keywordList[
numKeywords
].valueLen = i;
732
for (j=0; j<
numKeywords
; ++j) {
733
if (uprv_strcmp(keywordList[j].keyword, keywordList[
numKeywords
].keyword) == 0)
[
all
...]
/external/icu/icu4c/source/test/intltest/
loctest.cpp
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cloctst.c
[
all
...]
Completed in 233 milliseconds