Searched refs:rtl_ustr_ascii_compare_WithLength (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sal/qa/rtl/oustring/ |
H A D | rtl_ustr.cxx | 759 sal_Int32 value = rtl_ustr_ascii_compare_WithLength(pUnicode, 0, pAscii); in TEST_F() 768 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F() 777 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, rtl_str_getLength(pAscii… in TEST_F() 786 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F() 795 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F() 804 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F() 813 …sal_Int32 value = rtl_ustr_ascii_compare_WithLength(refStr.pData->buffer, refStr.pData->length, pA… in TEST_F()
|
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 962 …if ((rtl_ustr_ascii_compare_WithLength(pPath, RTL_CONSTASCII_LENGTH(STR_INI_METAHOME) , STR_INI_ME… in osl_getProfileName() 994 …else if ((rtl_ustr_ascii_compare_WithLength(pPath, RTL_CONSTASCII_LENGTH(STR_INI_METACFG), STR_INI… in osl_getProfileName() 1026 …else if ((rtl_ustr_ascii_compare_WithLength(pPath, RTL_CONSTASCII_LENGTH(STR_INI_METASYS), STR_INI… in osl_getProfileName() 1045 …else if ((rtl_ustr_ascii_compare_WithLength(pPath, RTL_CONSTASCII_LENGTH(STR_INI_METAINS), STR_INI… in osl_getProfileName() 2433 …(rtl_ustr_ascii_compare_WithLength(strCommandArg->buffer, RTL_CONSTASCII_LENGTH(SVERSION_OPTION), … in lookupProfile()
|
/aoo42x/main/stoc/source/security/ |
H A D | permissions.cxx | 398 0 == ::rtl_ustr_ascii_compare_WithLength( m_url.getStr() + m_url.getLength() - 2, 2, "/-" )) in implies() 412 0 == ::rtl_ustr_ascii_compare_WithLength( m_url.getStr() + m_url.getLength() - 2, 2, "/*" )) in implies()
|
/aoo42x/main/sal/inc/rtl/ |
H A D | ustring.hxx | 471 return rtl_ustr_ascii_compare_WithLength( pData->buffer, pData->length, asciiStr ); in compareToAscii() 539 return rtl_ustr_ascii_compare_WithLength( pData->buffer, pData->length, in equalsAscii()
|
H A D | ustring.h | 315 sal_Int32 SAL_CALL rtl_ustr_ascii_compare_WithLength( const sal_Unicode * first, sal_Int32 firstLen…
|
/aoo42x/main/sal/osl/os2/ |
H A D | profile.c | 951 …if ((rtl_ustr_ascii_compare_WithLength(pPath, RTL_CONSTASCII_LENGTH(STR_INI_METAHOME) , STR_INI_ME… 983 …else if ((rtl_ustr_ascii_compare_WithLength(pPath, RTL_CONSTASCII_LENGTH(STR_INI_METACFG), STR_INI… 1015 …else if ((rtl_ustr_ascii_compare_WithLength(pPath, RTL_CONSTASCII_LENGTH(STR_INI_METASYS), STR_INI… 1034 …else if ((rtl_ustr_ascii_compare_WithLength(pPath, RTL_CONSTASCII_LENGTH(STR_INI_METAINS), STR_INI…
|
/aoo42x/main/sal/rtl/source/ |
H A D | logfile.cxx | 144 rtl_ustr_ascii_compare_WithLength( in init()
|
H A D | ustring.c | 172 sal_Int32 SAL_CALL rtl_ustr_ascii_compare_WithLength( const sal_Unicode* pStr1, in rtl_ustr_ascii_compare_WithLength() function
|
/aoo42x/main/bridges/source/cpp_uno/shared/ |
H A D | component.cxx | 205 ::rtl_ustr_ascii_compare_WithLength( in uno_initEnvironment()
|
/aoo42x/main/sal/util/ |
H A D | sal.map | 281 rtl_ustr_ascii_compare_WithLength;
|
/aoo42x/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Environment.cxx | 251 …rtl_ustr_ascii_compare_WithLength(pEnv->pTypeName->buffer, rtl_str_getLength(UNO_LB_UNO), UNO_LB_U… in Base()
|
/aoo42x/main/vcl/unx/gtk/a11y/ |
H A D | atktextattributes.cxx | 1122 return rtl_ustr_ascii_compare_WithLength(pustr->buffer, pustr->length, pc); in attr_compare()
|
Completed in 78 milliseconds