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

  /external/icu4c/tools/toolutil/
ucm.c 80 const int32_t *map=table->reverseMap;
209 /* sorting by bytes first sorts the reverseMap; use indirection to mappings */
235 /* build the reverseMap */
236 if(t->reverseMap==NULL) {
239 * if mappings are added, the reverseMap need not be
243 t->reverseMap=(int32_t *)uprv_malloc(t->mappingsCapacity*sizeof(int32_t));
244 if(t->reverseMap==NULL) {
245 fprintf(stderr, "ucm error: unable to allocate reverseMap\n");
250 t->reverseMap[i]=i;
253 /* 2. sort reverseMap by mappings bytes first *
    [all...]
ucm.h 78 int32_t *reverseMap;
  /external/icu4c/tools/makeconv/
gencnvex.c 296 * Modifies previous data in the reverseMap.
306 map=table->reverseMap;
388 * - The mappings are sorted lexically. (Access is through the reverseMap.)
392 * - There are only relevant mappings available through the reverseMap,
425 map=table->reverseMap;
547 * This function will modify the table's reverseMap.
565 * rebuild reverseMap with mapping indexes for mappings relevant for from Unicode
579 * Overwrite the reverseMap with an index array to the relevant mappings.
584 * Destroys previous data in the reverseMap.
594 map=table->reverseMap;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 729 private static final java.util.HashMap<Integer, GLEnum> reverseMap = new java.util.HashMap<Integer, GLEnum>();
732 reverseMap.put(e.value, e);
736 return reverseMap.get(value);
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1300 milliseconds