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

  /external/webkit/Source/WebCore/xml/
XSLStyleSheetLibxslt.cpp 139 const UChar BOM = 0xFEFF;
140 const unsigned char BOMHighByte = *reinterpret_cast<const unsigned char*>(&BOM);
  /external/webkit/Source/WebCore/dom/
xml_expat_tokenizer.cpp 730 static const UChar BOM = 0xFEFF;
731 static const unsigned char BOMHighByte = *reinterpret_cast<const unsigned char*>(&BOM);
XMLDocumentParserLibxml2.cpp 376 const UChar BOM = 0xFEFF;
377 const unsigned char BOMHighByte = *reinterpret_cast<const unsigned char*>(&BOM);
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 286 UChar BOM = 0x0000;
771 ucnv_setFromUCallBack(myConverter, otherUnicodeAction(MIA1), &BOM, &oldFromUAction, &oldFromUContext, &err);
778 if (MIA1_2 != otherUnicodeAction(MIA1) || MIA1Context2 != &BOM)
785 if (U_FAILURE(err) || oldFromUAction != otherUnicodeAction(MIA1) || oldFromUContext != &BOM)
799 ucnv_setFromUCallBack(myConverter, otherUnicodeAction(MIA1), &BOM, &oldFromUAction, &oldFromUContext, &err);
801 if(MIA1_2 == otherUnicodeAction(MIA1) || MIA1Context2 == &BOM){
811 ucnv_setToUCallBack(myConverter,otherCharAction(MIA2), &BOM, &oldToUAction, &oldToUContext, &err);
    [all...]

Completed in 60 milliseconds