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
646
int32_t
numKeywords
= 0;
665
if(
numKeywords
== maxKeywords) {
685
keywordList[
numKeywords
].keyword[n++] = uprv_tolower(pos[i]);
695
keywordList[
numKeywords
].keyword[n] = 0;
696
keywordList[
numKeywords
].keywordLen = n;
710
keywordList[
numKeywords
].valueStart = equalSign;
718
keywordList[
numKeywords
].valueLen = (int32_t)(pos - equalSign - i);
725
keywordList[
numKeywords
].valueLen = i;
728
for (j=0; j<
numKeywords
; ++j) {
729
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 125 milliseconds