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

/external/icu/icu4c/source/i18n/
H A Dlocdspnm.cpp453 UResourceBundle *contextTransforms = ures_getByKeyWithFallback(localeBundle, "contextTransforms", NULL, &status); local
456 while ( (contextTransformUsage = ures_getNextResource(contextTransforms, NULL, &status)) != NULL ) {
479 ures_close(contextTransforms);
H A Ddtfmtsym.cpp227 static const char gContextTransformsTag[]="contextTransforms";
1646 UResourceBundle *contextTransforms = ures_getByKeyWithFallback(localeBundle, gContextTransformsTag, NULL, &tempStatus); local
1649 while ( (contextTransformUsage = ures_getNextResource(contextTransforms, NULL, &tempStatus)) != NULL ) {
1669 ures_close(contextTransforms);

Completed in 81 milliseconds