Searched refs:aLocaleFreeAlgorithm (Results 1 – 2 of 2) sorted by relevance
102 String aLocaleFreeAlgorithm; in GetTranslation() local106 aLocaleFreeAlgorithm = r_Algorithm; in GetTranslation()111 aLocaleFreeAlgorithm = String(r_Algorithm, nIndex, r_Algorithm.Len() - nIndex); in GetTranslation()116 if (aLocaleFreeAlgorithm == mp_Data[i].GetAlgorithm()) in GetTranslation()
113 String aLocaleFreeAlgorithm; in GetTranslation() local116 aLocaleFreeAlgorithm = r_Algorithm; in GetTranslation()119 aLocaleFreeAlgorithm = String(r_Algorithm, nIndex, r_Algorithm.Len() - nIndex); in GetTranslation()123 if (aLocaleFreeAlgorithm == mp_Data[i].GetAlgorithm()) in GetTranslation()
Completed in 13 milliseconds