HomeSort by relevance Sort by last modified time
    Searched refs:numKeywords (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uloc.c 654 int32_t numKeywords = 0;
673 if(numKeywords == maxKeywords) {
    [all...]
  /external/icu4c/common/
uloc.cpp 639 int32_t numKeywords = 0;
658 if(numKeywords == maxKeywords) {
678 keywordList[numKeywords].keyword[n++] = uprv_tolower(pos[i]);
681 keywordList[numKeywords].keyword[n] = 0;
682 keywordList[numKeywords].keywordLen = n;
689 keywordList[numKeywords].valueStart = equalSign;
697 keywordList[numKeywords].valueLen = (int32_t)(pos - equalSign - i);
704 keywordList[numKeywords].valueLen = i;
707 for (j=0; j<numKeywords; ++j) {
708 if (uprv_strcmp(keywordList[j].keyword, keywordList[numKeywords].keyword) == 0)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp     [all...]
  /external/icu4c/test/intltest/
loctest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c     [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 933 milliseconds