MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isRTL

Method isRTL

CodenameOne/src/com/codename1/ui/Display.java:3371–3373  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

3369 ///
3370 /// true if the charcter is an RTL character
3371 public boolean isRTL(char c) {
3372 return impl.isRTL(c);
3373 }
3374
3375 /// This method is essentially equivalent to cls.getResourceAsStream(String)
3376 /// however some platforms might define unique ways in which to load resources

Callers 15

layoutContainerMethod · 0.45
actionPerformedMethod · 0.45
paintMethod · 0.45
padOrientationMethod · 0.45
paintMethod · 0.45
AccordionMethod · 0.45
keyPressedMethod · 0.45
selectElementMethod · 0.45
paintMethod · 0.45
renderComponentMethod · 0.45

Calls

no outgoing calls

Tested by 14

invoke3Method · 0.36
flowLayoutTestsMethod · 0.36
TestFormMethod · 0.36
TestFormMethod · 0.36
runTestMethod · 0.36
testToolbarRTLMethod · 0.36
TestFormMethod · 0.36
testFlowLayoutRTLMethod · 0.36
testRightToLeftMethod · 0.36