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

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 46 Map<String, String> tempMap = new HashMap<String, String>();
49 tempMap.put("amp", "&");
50 tempMap.put("quot", "\"");
51 tempMap.put("gt", ">");
52 tempMap.put("lt", "<");
54 tempMap.put("agrave", "\u00e0");
55 tempMap.put("aacute", "\u00e1");
56 tempMap.put("acirc", "\u00e2");
57 tempMap.put("atilde", "\u00e3");
58 tempMap.put("auml", "\u00e4")
    [all...]
  /external/icu4c/common/
propname.cpp 338 EnumToOffset *outMap, *tempMap;
341 tempMap=(EnumToOffset *)(temp+pos);
342 if(tempMap->enumStart!=0 || tempMap->enumLimit!=0) {
344 size=tempMap->getSize();
351 tempMap->enumStart=udata_readInt32(ds, inMap->enumStart);
352 tempMap->enumLimit=udata_readInt32(ds, inMap->enumLimit);
353 size=tempMap->getSize();
360 length, tempMap->enumStart, tempMap->enumLimit, pos)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 127 Map<String, ResourceValue> tempMap = resultMap.get(libEntry.getKey());
128 if (tempMap == null) {
136 tempMap.putAll(libEntry.getValue());
  /external/skia/src/core/
SkMatrix.cpp     [all...]

Completed in 193 milliseconds