Searched refs:kwVal (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Duresbund.c2214 char kwVal[1024] = ""; /* value of keyword 'keyword' */ local
2226 uloc_getKeywordValue(locid, keyword, kwVal, 1024-1,&subStatus);
2227 if(!uprv_strcmp(kwVal, DEFAULT_TAG)) {
2228 kwVal[0]=0;
2233 locid, keyword, kwVal, base, u_errorName(subStatus));
2289 if(kwVal[0]==0) {
2290 uprv_strcpy(kwVal, defVal);
2292 fprintf(stderr, "%s;%s -> kwVal = %s\n",
2293 path?path:"ICUDATA", parent, keyword, kwVal);
2310 /* Now, see if we can find the kwVal collato
[all...]
/external/icu4c/common/
H A Duresbund.c2334 char kwVal[1024] = ""; /* value of keyword 'keyword' */ local
2346 uloc_getKeywordValue(locid, keyword, kwVal, 1024-1,&subStatus);
2347 if(!uprv_strcmp(kwVal, DEFAULT_TAG)) {
2348 kwVal[0]=0;
2353 locid, keyword, kwVal, base, u_errorName(subStatus));
2409 if(kwVal[0]==0) {
2410 uprv_strcpy(kwVal, defVal);
2412 fprintf(stderr, "%s;%s -> kwVal = %s\n",
2413 path?path:"ICUDATA", parent, keyword, kwVal);
2430 /* Now, see if we can find the kwVal collato
[all...]

Completed in 107 milliseconds