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

  /external/icu4c/i18n/
decimfmt.cpp 259 static const char fgLatn[]="latn";
445 if ( status == U_MISSING_RESOURCE_ERROR && uprv_strcmp(fgLatn,ns->getName())) {
448 resource = ures_getByKeyWithFallback(resource, fgLatn, resource, &status);
564 if ( error == U_MISSING_RESOURCE_ERROR && uprv_strcmp(ns->getName(),fgLatn)) {
566 resource = ures_getByKeyWithFallback(numElements, fgLatn, resource, &error);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp 231 static const char fgLatn[]="latn";
396 resource = ures_getByKey(resource, fgLatn, resource, &status);
494 resource = ures_getByKey(resource, fgLatn, resource, &error);
    [all...]

Completed in 30 milliseconds