HomeSort by relevance Sort by last modified time
    Searched defs:BOM (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/xml/
XSLStyleSheetLibxslt.cpp 141 const UChar BOM = 0xFEFF;
142 const unsigned char BOMHighByte = *reinterpret_cast<const unsigned char*>(&BOM);
  /external/webkit/WebCore/dom/
xml_expat_tokenizer.cpp 730 static const UChar BOM = 0xFEFF;
731 static const unsigned char BOMHighByte = *reinterpret_cast<const unsigned char*>(&BOM);
XMLTokenizerLibxml2.cpp 482 const UChar BOM = 0xFEFF;
483 const unsigned char BOMHighByte = *reinterpret_cast<const unsigned char*>(&BOM);
645 const UChar BOM = 0xFEFF;
646 const unsigned char BOMHighByte = *reinterpret_cast<const unsigned char*>(&BOM);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
ccapitst.c 278 UChar BOM = 0x0000;
763 ucnv_setFromUCallBack(myConverter, otherUnicodeAction(MIA1), &BOM, &oldFromUAction, &oldFromUContext, &err);
770 if (MIA1_2 != otherUnicodeAction(MIA1) || MIA1Context2 != &BOM)
777 if (U_FAILURE(err) || oldFromUAction != otherUnicodeAction(MIA1) || oldFromUContext != &BOM)
791 ucnv_setFromUCallBack(myConverter, otherUnicodeAction(MIA1), &BOM, &oldFromUAction, &oldFromUContext, &err);
793 if(MIA1_2 == otherUnicodeAction(MIA1) || MIA1Context2 == &BOM){
803 ucnv_setToUCallBack(myConverter,otherCharAction(MIA2), &BOM, &oldToUAction, &oldToUContext, &err);
810 if (MIA2_2 != otherCharAction(MIA2) || MIA2Context2 != &BOM)
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 284 UChar BOM = 0x0000;
769 ucnv_setFromUCallBack(myConverter, otherUnicodeAction(MIA1), &BOM, &oldFromUAction, &oldFromUContext, &err);
776 if (MIA1_2 != otherUnicodeAction(MIA1) || MIA1Context2 != &BOM)
783 if (U_FAILURE(err) || oldFromUAction != otherUnicodeAction(MIA1) || oldFromUContext != &BOM)
797 ucnv_setFromUCallBack(myConverter, otherUnicodeAction(MIA1), &BOM, &oldFromUAction, &oldFromUContext, &err);
799 if(MIA1_2 == otherUnicodeAction(MIA1) || MIA1Context2 == &BOM){
809 ucnv_setToUCallBack(myConverter,otherCharAction(MIA2), &BOM, &oldToUAction, &oldToUContext, &err);
816 if (MIA2_2 != otherCharAction(MIA2) || MIA2Context2 != &BOM)
    [all...]

Completed in 2392 milliseconds