HomeSort by relevance Sort by last modified time
    Searched full:unicodeareaindex (Results 1 - 1 of 1) sorted by null

  /external/icu4c/tools/genprops/
genprops.c 287 static int32_t unicodeAreaIndex=0;
445 if(unicodeAreas[unicodeAreaIndex].first==0xffffffff) {
447 unicodeAreas[unicodeAreaIndex].first=p.code;
448 unicodeAreas[unicodeAreaIndex].props=value;
449 uprv_memcpy(unicodeAreas[unicodeAreaIndex].name, fields[1][0]+1, length);
450 unicodeAreas[unicodeAreaIndex].name[length]=0;
453 fprintf(stderr, "genprops: error - area \"%s\" is incomplete\n", unicodeAreas[unicodeAreaIndex].name);
461 if( unicodeAreas[unicodeAreaIndex].props==value &&
462 0==uprv_memcmp(unicodeAreas[unicodeAreaIndex].name, fields[1][0]+1, length) &&
463 unicodeAreas[unicodeAreaIndex].name[length]==0 &
    [all...]

Completed in 26 milliseconds