HomeSort by relevance Sort by last modified time
    Searched defs:conversions (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 328 RangeList conversions; local
338 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
340 if(conversions.size()) { // there are some elements to convert
342 int nIndices = bytesRangesToIndices(conversions,p,indices); //converting bytes ranges by offset to indices in this array
387 RangeList conversions; local
395 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
396 if(conversions.size()) { // there are some elements to convert
398 int nIndices = bytesRangesToIndices(conversions,p,conversionIndices); //converting bytes ranges by offset to indices in this array
  /external/icu4c/i18n/
ucol_sit.cpp 100 static const AttributeConversion conversions[12] = { variable
119 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
120 if(conversions[i].value == value) {
121 return conversions[i].letter;
131 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
132 if(conversions[i].letter == letter) {
133 return conversions[i].value;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java 3829 final char[] conversions = { 'e', 'E', 'g', 'G', 'f', 'a', 'A' }; local
    [all...]

Completed in 956 milliseconds