Home | History | Annotate | Download | only in layoutex

Lines Matching defs:lr

425     ULocRuns *lr = (ULocRuns *) localeRuns;
427 delete lr;
433 const ULocRuns *lr = (const ULocRuns *) localeRuns;
435 if (lr == NULL) {
439 return lr->getCount();
445 ULocRuns *lr = (ULocRuns *) localeRuns;
447 if (lr != NULL) {
448 lr->reset();
455 const ULocRuns *lr = (const ULocRuns *) localeRuns;
457 if (lr == NULL) {
461 return lr->getLimit();
468 const ULocRuns *lr = (const ULocRuns *) localeRuns;
470 if (lr == NULL) {
474 return lr->getLimit(run);
481 const ULocRuns *lr = (const ULocRuns *) localeRuns;
483 if (lr == NULL) {
487 return lr->getLocaleName(run);
495 ULocRuns *lr = (ULocRuns *) localeRuns;
497 if (lr == NULL) {
501 return lr->add(locale, limit);