HomeSort by relevance Sort by last modified time
    Searched refs:converterCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 111 static uint16_t converterCount=0;
122 /* Think of this as a 3D array. It's tagCount by converterCount by aliasCount */
691 for (idx = 0; idx < converterCount; idx++) {
773 if(converterCount>=MAX_CONV_COUNT) {
778 for (idx = 0; idx < converterCount; idx++) {
786 converters[converterCount].converter = GET_ALIAS_NUM(converter);
787 converters[converterCount].totalAliasCount = 0;
789 return converterCount++;
798 for (idx2 = 0; idx2 < converterCount; idx2++) {
812 for (idx2 = 0; idx2 < converterCount; idx2++)
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 111 static uint16_t converterCount=0;
122 /* Think of this as a 3D array. It's tagCount by converterCount by aliasCount */
700 for (idx = 0; idx < converterCount; idx++) {
781 if(converterCount>=MAX_CONV_COUNT) {
786 for (idx = 0; idx < converterCount; idx++) {
794 converters[converterCount].converter = GET_ALIAS_NUM(converter);
795 converters[converterCount].totalAliasCount = 0;
797 return converterCount++;
806 for (idx2 = 0; idx2 < converterCount; idx2++) {
820 for (idx2 = 0; idx2 < converterCount; idx2++)
    [all...]

Completed in 141 milliseconds