Home | History | Annotate | Download | only in i18n

Lines Matching refs:contextTransforms

215 static const char gContextTransformsTag[]="contextTransforms";
1634 UResourceBundle *contextTransforms = ures_getByKeyWithFallback(localeBundle, gContextTransformsTag, NULL, &tempStatus);
1637 while ( (contextTransformUsage = ures_getNextResource(contextTransforms, NULL, &tempStatus)) != NULL ) {
1657 ures_close(contextTransforms);