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

  /external/icu4c/common/
uscript.c 55 UResourceBundle* resD = ures_getByKey(resB,kLocaleScript,NULL,&localErrorCode);
58 while(ures_hasNext(resD)){
59 const UChar* name = ures_getNextString(resD,&len,NULL,&localErrorCode);
69 ures_close(resD);
77 ures_close(resD);
  /external/chromium_org/third_party/icu/source/common/
uscript.c 55 UResourceBundle* resD = ures_getByKey(resB,kLocaleScript,NULL,&localErrorCode);
58 while(ures_hasNext(resD)){
59 const UChar* name = ures_getNextString(resD,&len,NULL,&localErrorCode);
69 ures_close(resD);
77 ures_close(resD);

Completed in 284 milliseconds