Searched refs:nbsp (Results 1 – 2 of 2) sorted by relevance
124 return a * a;<br/>128 rsForEach(square, ain, aout);<br/>247 // The current index in the common x, y, z dimensions are accessed by<br/>248 // adding these variables as arguments. For the more rarely used indices<br/>249 // to the other dimensions, extract them from the kernel context:<br/>250 uint32_t index_a0 = rsGetArray0(context);<br/>251 //...<br/>
75 final char nbsp = '\u00A0'; in disabledTestJustify_NBSP() local76 assertTrue(stretchesToFullWidth("non-breaking" + nbsp + "space")); in disabledTestJustify_NBSP()77 assertTrue(stretchesToFullWidth("mix" + nbsp + "and match")); in disabledTestJustify_NBSP()80 assertFalse(stretchesToFullWidth("combining" + nbsp + combining_acute + "acute")); in disabledTestJustify_NBSP()