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

  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
ParserConfigurationExceptionTest.java 35 ParserConfigurationException pce = new ParserConfigurationException(); local
36 assertNull(pce.getMessage());
37 assertNull(pce.getLocalizedMessage());
38 assertNull(pce.getCause());
48 ParserConfigurationException pce = local
50 assertEquals("Oops!", pce.getMessage());
51 assertEquals("Oops!", pce.getLocalizedMessage());
52 assertNull(pce.getCause());
SAXParserFactoryTest.java 264 } catch (ParserConfigurationException pce) {
276 } catch (ParserConfigurationException pce) {
288 } catch (ParserConfigurationException pce) {
301 } catch (ParserConfigurationException pce) {
353 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
368 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
384 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
399 // } catch (javax.xml.parsers.ParserConfigurationException pce) {
416 // } catch(javax.xml.parsers.ParserConfigurationException pce) {
432 // } catch(javax.xml.parsers.ParserConfigurationException pce) {
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
PreferenceChangeListener.java 38 * @param pce
42 void preferenceChange (PreferenceChangeEvent pce);
AbstractPreferences.java 821 PreferenceChangeEvent pce = new PreferenceChangeEvent(this, key, newValue); local
823 events.add(pce);
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockPreferenceChangeListener.java 50 public void preferenceChange(PreferenceChangeEvent pce) {
54 if(pce != null) {
55 if(pce.getKey().equals("key_int")) {
61 if(pce != null) {
62 if(pce.getNewValue().equals(new Integer(Integer.MAX_VALUE).toString())) {
68 if(pce != null) {
69 if("mock".equals(pce.getNode().name())) {
PreferenceChangeListenerTest.java 60 public void preferenceChange(PreferenceChangeEvent pce) {
  /external/chromium/third_party/icu/source/i18n/
ucoleitr.cpp 253 switch(elems->pce->strength) {
274 if (elems->pce->toShift && (elems->pce->variableTop > ce && primary != 0)
275 || (elems->pce->isShifted && primary == 0)) {
281 if (elems->pce->strength >= UCOL_QUATERNARY) {
286 elems->pce->isShifted = TRUE;
288 if (elems->pce->strength >= UCOL_QUATERNARY) {
292 elems->pce->isShifted = FALSE;
301 if (elems->pce != NULL) {
302 elems->pce->init(elems->iteratordata_.coll)
    [all...]
bmsearch.cpp 760 uint32_t pce = (*patCEs)[pIndex]; local
764 if (tcei->order != pce) {
ucol_imp.h 347 U_NAMESPACE_QUALIFIER UCollationPCE *pce; member in struct:UCollationElements
    [all...]
usearch.cpp 353 * Initializing the pce table for a pattern.
387 if (pattern->PCE != pcetable && pattern->PCE != NULL) {
388 uprv_free(pattern->PCE);
393 int64_t pce; local
400 while ((pce = ucol_nextProcessed(coleiter, NULL, NULL, status)) != UCOL_PROCESSED_NULLORDER &&
403 pce,
422 pattern->PCE = pcetable;
458 if (strsrch->pattern.PCE != NULL) {
459 if (strsrch->pattern.PCE != strsrch->pattern.PCEBuffer)
    [all...]
  /external/icu4c/i18n/
ucoleitr.cpp 253 switch(elems->pce->strength) {
274 if (elems->pce->toShift && (elems->pce->variableTop > ce && primary != 0)
275 || (elems->pce->isShifted && primary == 0)) {
281 if (elems->pce->strength >= UCOL_QUATERNARY) {
286 elems->pce->isShifted = TRUE;
288 if (elems->pce->strength >= UCOL_QUATERNARY) {
292 elems->pce->isShifted = FALSE;
301 if (elems->pce != NULL) {
302 elems->pce->init(elems->iteratordata_.coll)
    [all...]
bmsearch.cpp 713 uint32_t pce = (*patCEs)[pIndex]; local
717 if (tcei->order != pce) {
ucol_imp.h 373 U_NAMESPACE_QUALIFIER UCollationPCE *pce; member in struct:UCollationElements
    [all...]
usearch.cpp 359 * Initializing the pce table for a pattern.
397 if (pattern->PCE != pcetable && pattern->PCE != NULL) {
398 uprv_free(pattern->PCE);
403 int64_t pce; local
410 while ((pce = ucol_nextProcessed(coleiter, NULL, NULL, status)) != UCOL_PROCESSED_NULLORDER &&
413 pce,
432 pattern->PCE = pcetable;
468 if (strsrch->pattern.PCE != NULL) {
469 if (strsrch->pattern.PCE != strsrch->pattern.PCEBuffer)
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
XMLReaderManager.java 116 } catch (ParserConfigurationException pce) {
117 throw pce; // pass along pce
DOM2Helper.java 179 catch (ParserConfigurationException pce)
181 throw new TransformerException(pce);
DOMHelper.java 102 // catch (ParserConfigurationException pce) {}
111 catch (ParserConfigurationException pce)
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 225 catch (ParserConfigurationException pce) {}
232 catch (ParserConfigurationException pce)
234 throw new TransformerException(pce);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 1076 struct PCE
1091 const PCE *get(int32_t index) const;
1163 const PCE *pce = get(index); local
1174 const PCE *pce = get(index); local
1185 const PCE *pce = get(index); local
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 1071 struct PCE
1158 const PCE *pce = get(index); local
1169 const PCE *pce = get(index); local
1180 const PCE *pce = get(index); local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 812 milliseconds